Linux 软件免费装
Banner图

Simple Voting System Formally Fc Feedback

开发者 AdnanHyder
更新时间 2026年5月14日 18:56
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 6.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

SEO feedback Blogging Article Simple Voting System article vote

下载

3.0.0 4.0.0 1.0.0 2.0.0 5.0.0

详情介绍:

The SVSFc Feedback plugin implements a straightforward feedback system for WordPress websites. It allows visitors to express their opinion on articles by voting with a Yes or No action. The plugin tracks and displays the voting results as an average percentage. Key features include: Two buttons for voting: Yes and No. Each vote adds a "Positive" or "Negative" count to the voting results. Voting results are displayed as an average percentage. Ajax request for submitting votes without page reload. Once a visitor votes, they can see the voting results immediately. Prevents visitors from voting twice on the same article using their fingerprint (e.g., IP address). Automatically displays the voting feature at the end of single post articles. Shortcode support with [svsfc_feedback] for manual placement inside posts and pages. Admin feedback analytics dashboard with total votes and helpful score. CSV export for article feedback reporting. Custom frontend question text, yes/no labels, and thank-you text. Controls for automatic display and page support. Responsive design for compatibility across various devices and screen sizes. Usage: Frontend (Visitor Perspective): Visit any single post article on your website. Scroll to the end of the article to find the feedback feature. Click on the "Yes" or "No" button to submit your vote. After voting, you will see the current feedback results displayed as an average percentage. The buttons will remain inactive, but your vote will be displayed. Refreshing the page will retain the feedback results and your vote. Shortcode usage: Add [svsfc_feedback] to a post or page to place the voting form manually. When the shortcode is used inside a blog post, the plugin will not append a duplicate voting block automatically. Backend (Admin Perspective): When editing an article in the admin area, you will see the feedback results in a meta widget. The meta widget displays the positive and negative percentage of feedback. Open Feedback Analytics in the WordPress admin menu to review top feedback posts, total votes, positive/negative counts, helpful score, and export CSV reports. Hooks Two custom filter hooks also provided by this plugin
  1. svsfc_feedback_form Filter Hook:
This filter hook allows developers to modify or extend the HTML output of the feedback form displayed on the frontend of the website. When the svsfc_feedback_form filter hook is applied, it passes the HTML code of the feedback form ($voting_html) as a parameter. Developers can then manipulate this HTML code to customize the appearance or functionality of the feedback form according to their specific requirements. Example usage: add_filter('svsfc_feedback_form', 'customize_feedback_form'); function customize_feedback_form($voting_html) { // Modify the HTML code of the feedback form here $voting_html .= ' Custom content added to the feedback form. '; return $voting_html; } In this example, the customize_feedback_form function adds custom content to the feedback form by appending it to the existing HTML code.
  1. svsfc_feedback_results Filter Hook:
This filter hook allows developers to modify or extend the HTML output of the feedback results displayed on the admin side of the website. Similar to the svsfc_feedback_form hook, when the svsfc_feedback_results filter hook is applied, it passes the HTML code of the feedback results ($voting_html) as a parameter. Developers can then manipulate this HTML code to customize the appearance or presentation of the feedback results as needed. Example usage: add_filter('svsfc_feedback_results', 'customize_feedback_results'); function customize_feedback_results($voting_html) { // Modify the HTML code of the feedback results here $voting_html .= ' Custom content added to the feedback results. '; return $voting_html; } In this example, the customize_feedback_results function adds custom content to the feedback results by appending it to the existing HTML code. By utilizing these filter hooks, developers can easily tailor the feedback form and results to suit their specific design preferences or functionality requirements If you encounter any issues or have questions about the SVSFc Feedback plugin, please reach out to our support team at 12345adnan@gmail.com

安装:

Download the SVSFc Feedback zip file. Log in to your WordPress admin panel. Navigate to Plugins > Add New. Click on the "Upload Plugin" button. Choose the plugin zip file and click "Install Now" Once installed, activate the plugin. Configuration on activation it will provide auto Configuration

屏幕截图:

  • Before voting
  • After voting

常见问题:

  1. Can I place the voting box manually inside content?

Yes. Version 3.0.0 adds the [svsfc_feedback] shortcode for manual placement inside posts or pages. = 1. How does the SVSFc Feedback plugin prevent visitors from providing multiple feedback on the same article? The SVSFc Feedback plugin utilizes visitor fingerprinting methods, such as checking IP addresses, to prevent multiple feedback submissions from the same user on a single article. This ensures that each visitor can provide feedback only once per article, maintaining the integrity of the feedback data. = 2. Can I customize the appearance of the feedback buttons to match my website\'s design? Yes, you can easily customize the appearance of the feedback buttons to align with your website\'s theme. After activating the plugin, navigate to Settings > SVSFc Feedback in your WordPress admin panel. From there, you can customize button labels, colors, and other display settings to seamlessly integrate the feedback feature with your website\'s design aesthetic. = 3. Is the SVSFc Feedback plugin compatible with all WordPress themes and plugins? The SVSFc Feedback plugin is designed to be compatible with most WordPress themes and plugins. However, compatibility can vary depending on the complexity of your theme or the functionality of other plugins installed on your website. We recommend testing the plugin on a staging or development environment to ensure compatibility before deploying it on your live website.

  1. Can I view overall feedback statistics for all articles?

Yes. Version 4.0.0 adds a Feedback Analytics dashboard with totals, top posts, helpful score, and CSV export.

更新日志:

5.0.0 4.0.0 3.0.0 1.0.0