Descrizione
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 7.4 and WordPress 6.6 or later.
Screenshot
Installazione
Installation is easy.
e.g.
- Upload
anyway-feedbackfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- In admin panel, Go to Options > Anyway Feedback and set up with instractions displayed.
- You can customize display and use widget.
- 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.
-
How can I track feedback events with Google Analytics?
-
Since version 1.2.0, the plugin dispatches a custom JavaScript event
feedback.afbwhen a user submits feedback. You can listen to this event and send data to Google Analytics (or any other analytics service) yourself.document.addEventListener( 'feedback.afb', function( e ) { // e.detail contains: { type: 'post'|'comment', objectId: number, affirmative: 0|1 } gtag( 'event', 'feedback', { feedback_type: e.detail.type, object_id: e.detail.objectId, is_positive: e.detail.affirmative === 1, } ); } );Note: The built-in GA4 integration was removed in version 1.2.0. Use the custom event approach above for more flexibility.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Anyway Feedback” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Anyway Feedback” è stato tradotto in 1 lingua. Grazie a chi traduce per il contributo.
Traduci “Anyway Feedback” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.



