Anyway Feedback

Description

Anyway Feedback provides simple controller with 2 buttons(Useful and Useless). Users can send feedback to specific post or comment.

What you get is amount of positive feed backs and negative ones per post types. Typical usage is for FAQ. You could know if your FAQs are usefull or not.

Sidebar also supported. You can display sidebar which includes the most popular posts per post type.

If you have some request, feel free to contact me. For experienced developper, I’m waiting for pull requests on github.com.

NOTICE Requires PHP 5.3 and over.

Screenshots

  • Controller looks like this. You can customize it with your own css and markup.
  • Super cool statistic summary in admin panel! Yeah!
  • Simple setting. Documentations are also on admin screen!

Installation

Installation is easy.

e.g.

  1. Upload anyway-feedback folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. In admin panel, Go to Options > Anyway Feedback and set up with instractions displayed.
  4. You can customize display and use widget.
  5. Template tag manual is on admin panel.

FAQ

How can I know the feedbacks result?

You can see it on your admin panel. Go to Options > Anyway Feedback.

Can custom post type FAQ will be registered?

No. If you need some custom post type, you have to register it. There are lots of plugins which register custom post type with GUI. After registration, you can easily add feedback controller to custom post type with Anyway Feedback plugin.

How can I display feedback results?

There are currently 2 ways. 1st is a feedback controller which displays number of people saying good or not. 2nd is a widget which displays most popular posts per post type.

Reviews

There are no reviews for this plugin.

Contributors & Developers

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

Contributors

Translate “Anyway 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

  • Change feedback endpoint from admin-ajax.php to REST API.
  • Drop jquery-cookie and use js-cookie.
  • Remove session_start() from admin screen.
  • Support GA4.
  • Requires PHP>=7.2 and WordPress >=5.9

1.0.1

  • Fixed filename bug. Sorry for that.
  • Stop warning error.

1.0

  • Requires PHP 5.4 and over. Name space is so cool! Template tags have backward compatibility.
  • Quit using session. Vote history will be stored in Cookie.
  • Refine admin screen.
  • Fix some style sheet.
  • Bug fix. trashed posts will be no longer displayed on widget.
  • New Feature Add Google Analytics event tracking. See detail at setting screen.

0.6

  • Use $_SESSION to avoid user from repeated feedback.

0.5

  • 1st release.