Blue Cube Content Feedback
This plugin provides a simple content feedback system.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3414 days ago
Is Blue Cube Content Feedback abandoned?
Possibly abandoned (last update 3414 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Sometimes you need to know whether users of your website find the content useful or not. This plugin provides an easy YES / NO feedback system for your website content. Users would only need to click on a ‘Yes’ or ‘No’ button, simple as that!
To disable the widget on any specific pages, you can use the ‘bc_show_content_feedback_widget’ filter like this:
add_filter('bc_show_content_feedback_widget', 'turn_off_content_feedback_widget'); function turn_off_content_feedback_widget($show_widget) { global $post; if ($post->ID == 198) { $show_widget = false; } return $show_widget; }
Installation
Download and unzip the plugin. Then upload the "bluecube-content-feedback" folder to the /wp-content/plugins/ directory (or the relevant directory if your WordPress file structure is different), or you can simply install it using WordPress plugin installer.
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.0
- This is the first version of the plugin, providing a very simple content feedback system