=== WebNow Emoji Reactions ===
Contributors: webnow66
Tags: emoji, reactions, engagement
Requires at least: 4.7
Tested up to: 6.9
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Short Description:
WebNow Emoji Reactions adds a one-click emoji reaction bar to posts, allowing visitors to express reactions using emojis.

== Description ==

WebNow Emoji Reactions enables quick, engaging reactions for your site visitors by injecting an emoji reaction bar into single post views.

Key features:

- Add emoji reaction buttons to single post pages.
- Admin settings page to configure emojis, label text, display position, and which post types show reactions.


== Installation ==

1. Upload the `webnow-emoji-live-poll` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to the "Emoji Reactions" admin menu to configure emojis, label text, display position, and target post types.


== Frequently Asked Questions ==

= Which pages show the reactions? =
By default the emoji reactions appear on individual posts. You can change where they appear using the plugin's settings.

= Will votes be saved? =
Yes — when someone taps an emoji the total for that post is saved so counts are kept over time.

= Can I change my reaction? =
Yes — you can tap an emoji again to remove your reaction, or tap a different emoji to change it. The plugin remembers your selection on the same browser.

= Are votes protected from tampering? =
The plugin performs several basic checks to reduce tampering: submissions require a valid nonce, the plugin applies a simple per-IP rate limit (requests per minute, per post), and a cookie-based per-session check helps prevent repeated submissions from the same browser. These measures reduce automated abuse but are not foolproof against distributed or determined attackers. For stronger protections consider adding server-side authentication, CAPTCHA, or stricter per-user limits.


