=== AddonLogic Emoji Reactions ===
Contributors: snehalpancholi
Tags: emoji, reactions, engagement, comments, posts
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Add a customisable row of emoji reaction buttons to posts with per-emoji counts, AJAX submission, and one-reaction-per-visitor enforcement.

== Description ==

AddonLogic Emoji Reactions adds a polished emoji reaction bar to any public post type. Counts are stored in post meta with no custom tables. One reaction per visitor is enforced via a browser cookie and an IP hash. The bar auto-injects before or after post content, or you can place it manually with `[emr_reactions]`.

**Features:**
* Configurable emoji set (emoji character + label per entry)
* Auto-inject before content, after content, or manual placement via shortcode
* AJAX submission with pop animation
* One reaction per visitor (cookie + IP hash fallback)
* Guest reaction toggle
* Dark mode compatible CSS
* Settings page under Settings → Emoji Reactions

== Installation ==

1. Upload the `emoji-reactions` folder to `/wp-content/plugins/`.
2. Activate through the **Plugins** screen.
3. Go to **Settings → Emoji Reactions** to configure options.

== Shortcodes ==

`[emr_reactions]` — Renders the reaction bar for the current post.
`[emr_reactions id="42"]` — Renders the reaction bar for post ID 42.

== Frequently Asked Questions ==

= Can I change the emoji set? =
Yes. Go to Settings → Emoji Reactions and edit the Emoji Set table. Paste any emoji character and give it a label.

= Does it work on pages and custom post types? =
Yes. Select any registered public post type on the settings page.

== Changelog ==

= 1.0.0 =
* Initial release.
