LR Feedback

Descripcion

LR Feedback helps you collect user feedback using a simple popup UI.

Use your existing form plugin shortcode (for example Contact Form 7) and display it inside a popup that can be positioned on the left or right side of the screen.

Features

  • Easy admin settings page.
  • Add custom feedback title.
  • Use any valid shortcode as popup content.
  • Left or right fixed button position.
  • Display anywhere with the [LR_FEEDBACK] shortcode.

Screenshots

  • Plugin settings screen.
  • Feedback button on frontend.
  • Popup with form shortcode output.

Installacion

  1. Upload the lr-feedback folder to the /wp-content/plugins/ directory, or install the plugin through WordPress admin.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Feedback in the admin menu.
  4. Configure:
    • Feedback title
    • Form shortcode
    • Form position (left/right)
  5. Add [LR_FEEDBACK] to any page or post where you want the popup button.

FAQ

Can I use this with Contact Form 7 or other form plugins?

Yes. Add the form shortcode in plugin settings and LR Feedback will render it in the popup.

How do I show the popup in a template file?

Use this code in your theme template:

Why is the popup not showing any form?

Make sure you saved a valid shortcode in Feedback > Form Shortcode.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“LR Feedback” is open source software. The following people have contributed to this plugin.

Contributors

Translate “LR Feedback” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.0

  • Refactored plugin to OOP structure.
  • Improved WordPress coding standards usage.
  • Added safer sanitization and output escaping.
  • Updated readme content and usage instructions.