WordPress.org

Plugin Directory

MoonFarmer Reactions Lead Capture – Emoji Reactions, Feedback & Email Capture

MoonFarmer Reactions Lead Capture – Emoji Reactions, Feedback & Email Capture

Description

Add emoji reactions, like/dislike feedback, and email capture to WordPress posts and pages. MoonFarmer helps you collect visitor reactions, identify high-intent content, and capture emails after positive engagement without using annoying popups.

The free plugin is built to be useful on its own. It includes a front-end reaction widget, inline email capture after positive reactions, CSV export, a settings screen, 30-day analytics, Gutenberg block placement, shortcode placement, per-post overrides, and privacy controls.

MoonFarmer Reactions Lead Capture is not just a like button. It is a lightweight feedback-to-lead workflow for WordPress: visitors react, high-intent reactions can open an email capture prompt, and site owners can see which content creates subscribers.

Project links

  • Plugin website: https://saintlofi-pirate.github.io/moonfarmer-reactions-lead-capture/
  • Live demo: https://saintlofi-pirate.github.io/moonfarmer-reactions-lead-capture/demo/reactions-lead-capture/
  • Public source repository: https://github.com/saintlofi-pirate/pulse-press
  • WordPress.org profile: https://profiles.wordpress.org/saintlofi/

What you can do with MoonFarmer Reactions Lead Capture

  • Add accessible reaction buttons to single posts.
  • Show reaction counts immediately with optimistic updates.
  • Ask for an email address only after a positive reaction.
  • Store explicit consent text and consent version with each email capture.
  • Export captured emails as CSV from the admin.
  • View 30-day reaction and capture analytics.
  • See top posts and sentiment/capture rates.
  • Place the widget automatically, with a Gutenberg block, or with the [moonfarmer-reactions-lead-capture] shortcode.
  • Disable the widget on individual posts.
  • Choose visible reactions, positive reactions, icon style, theme mode, primary color, animation style, count visibility, and guest reaction behavior.
  • Hide the widget by post type or by specific post/page IDs.
  • Purge fraud-review metadata after the configured retention window.
  • Delete MoonFarmer Reactions Lead Capture data on uninstall when you explicitly enable that option.

Useful for business sites

MoonFarmer Reactions Lead Capture is designed for business owners who need simple engagement and lead capture without a heavy CRM setup.

  • Learn which service pages, offers, announcements, guides, or blog posts create real interest.
  • Capture emails at the moment a visitor shows intent instead of interrupting every visitor with a popup.
  • Keep leads in WordPress first, then export CSV when you are ready to move them into another tool.
  • Use reaction analytics to spot confusing, helpful, or high-intent content.
  • Keep the front end lightweight and mobile-friendly for brochure sites, blogs, local services, creators, and niche publishers.

Why MoonFarmer Reactions Lead Capture is different

Many reaction plugins focus on icon packs and visual customization. Many lead plugins focus on forms and popups. MoonFarmer Reactions Lead Capture connects the two: visitor feedback, consent-aware capture, and useful post-level analytics in one WordPress-native workflow.

The upcoming roadmap focuses on practical business workflows: email provider connections, reaction-based tagging, stronger lead inbox views, provider/webhook sync, anti-spam controls, and clearer widget health checks for cache/CDN/theme issues.

Built for privacy

MoonFarmer Reactions Lead Capture does not need third-party tracking scripts. Reaction deduplication uses a per-site hash derived from request data instead of storing raw visitor IP addresses for reactions. Email capture stores the submitted email, consent timestamp, consent text version, source, post id, and short-lived fraud-review hashes so site owners can review abuse while keeping raw request data out of the database.

Developer friendly

MoonFarmer Reactions Lead Capture exposes WordPress hooks for reaction types, widget data, settings, capture flow, CSV export columns, analytics windows, block/shortcode placement, and Pro-style admin extensions. Hooks are namespaced under moonfarmer_reactions_lead_capture_ so developers can extend the free plugin without editing plugin files.

Source code and build tools

The distributed files in dist/ are generated from human-readable source code. The maintained public source repository is available at:

https://github.com/saintlofi-pirate/pulse-press

The source files for generated JavaScript and CSS are in resources/admin/, resources/widget/, vite.config.js, package.json, package-lock.json, and tsconfig.json in that repository.

To rebuild the generated assets from source:

  1. Clone the repository.
  2. Run npm install.
  3. Run npm run build.

The release archive can be rebuilt with ./scripts/build-release.sh, which installs production PHP dependencies, runs the asset build, and creates the WordPress.org-ready ZIP.

Screenshots

  • A positive reaction can open a compact, consent-aware email capture form on the post.
  • The admin dashboard shows reaction activity, capture lift, top post intent, and a live widget preview.

Installation

  1. Upload the moonfarmer-reactions-lead-capture folder to /wp-content/plugins/.
  2. Activate MoonFarmer Reactions Lead Capture from the Plugins screen.
  3. Go to Settings > MoonFarmer Reactions Lead Capture.
  4. Configure display, reaction, email capture, analytics, and privacy settings.
  5. Open a post to confirm the reaction widget appears, or add the MoonFarmer Reactions Lead Capture block/shortcode where you want it.

FAQ

Does MoonFarmer Reactions Lead Capture work without a Pro add-on?

Yes. The free plugin includes reactions, inline email capture, CSV export, settings, block/shortcode placement, per-post overrides, and 30-day analytics.

Where are reactions stored?

Reactions are stored in MoonFarmer Reactions Lead Capture custom database tables. Each visitor can update their reaction for a post; the latest reaction is the one counted.

Does MoonFarmer Reactions Lead Capture store IP addresses?

MoonFarmer Reactions Lead Capture stores privacy-safe hashes for reaction deduplication and short-lived fraud-review hashes for captures. It does not need to store raw visitor IP addresses for the reaction count flow.

Can I export captured emails?

Yes. Site admins can export captures as a CSV from the MoonFarmer Reactions Lead Capture admin screen.

Is MoonFarmer Reactions Lead Capture useful for business websites?

Yes. MoonFarmer Reactions Lead Capture can help businesses, creators, local publishers, and niche sites learn which content creates interest and capture emails from visitors who already reacted positively.

Can I place the widget manually?

Yes. Use the MoonFarmer Reactions Lead Capture Gutenberg block or the [moonfarmer-reactions-lead-capture] shortcode. Automatic insertion can also be controlled from settings and per-post overrides.

Can developers customize the plugin?

Yes. MoonFarmer Reactions Lead Capture is built around WordPress actions and filters. The main hooks use the moonfarmer_reactions_lead_capture_ prefix.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“MoonFarmer Reactions Lead Capture – Emoji Reactions, Feedback & Email Capture” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

0.1.0

  • Initial WordPress.org-ready free release.
  • Added accessible reaction widget for single posts.
  • Added inline email capture after positive reactions.
  • Added admin settings, live preview, analytics, CSV export, block, shortcode, and per-post overrides.
  • Added privacy controls, retention cleanup, and uninstall data deletion option.