=== Word Look ===
Contributors: codedbyabir
Donate link: https://github.com/codedbyabir
Tags: dictionary, word meaning, double click, tooltip, frontend dictionary
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A lightweight WordPress plugin that lets users double-click on any word in your site's content to get its meaning using an external dictionary API.

== Description ==

**Word Look** is a simple yet powerful plugin that enhances user experience by providing instant word definitions.

**How it works:**
- Users double-click on any word in your post/page content.
- A modal popup appears showing the word’s definition.
- The definition is fetched in real-time from [https://dictionaryapi.dev](https://dictionaryapi.dev).

**Features:**
- Lightweight, fast, and no configuration needed.
- Clean modal-style popup for definitions.
- Uses free and open dictionary API (no API key required).
- Modern and clean CSS/JS implementation.

== Installation ==

1. Upload the plugin folder `word-look` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the ‘Plugins’ menu in WordPress.
3. You're all set! Just visit any post or page and double-click on a word to see the definition.

== Frequently Asked Questions ==

= Does this plugin require an API key? =
No. It uses the free and open [https://dictionaryapi.dev](https://dictionaryapi.dev) API, which does not require any key.

= Will it slow down my site? =
Not at all. It only loads a lightweight script and runs on user interaction (double-click).

= Does this plugin collect or store any data? =
No. It does not collect, store, or transmit any personal data.

== Screenshots ==

1. Modal showing a word's definition after double-clicking.

== Changelog ==

= 1.0.0 =
* Initial release: Double-click dictionary popup.

== Upgrade Notice ==

= 1.0.0 =
First stable version. Clean and minimal real-time word definition popup.

== Privacy ==

This plugin sends the selected word to [https://dictionaryapi.dev](https://dictionaryapi.dev) to fetch its definition. No personal data is collected or stored. The API is free and does not require authentication. Please consult the API’s privacy policy if concerned.

== External Services ==

This plugin connects to an external dictionary API to retrieve word meanings.

It sends the selected word (as plain text) to the following third-party service:
- Service Name: Free Dictionary API
- Service URL: https://dictionaryapi.dev/
- Purpose: To fetch the definition of the word selected by the user.
- Data Sent: The selected word only, no personal or user-identifying data is sent.
- When Sent: Each time a user double-clicks on a word in the content area.
- Terms of Service: https://github.com/meetDeveloper/freeDictionaryAPI#terms-of-use
- Privacy Policy: https://github.com/meetDeveloper/freeDictionaryAPI#privacy

This API is public and does not require authentication or user registration. No personal or sensitive data is transmitted.
