Linux 软件免费装
Banner图

Help Metric Article Helpful Feedback

开发者 josevarghese
更新时间 2026年5月21日 01:52
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

rating feedback helpful documentation user experience

下载

1.1.1 1.0.0

详情介绍:

Ever wondered if your readers actually find your articles helpful? Help Metric Article Helpful Feedback makes it incredibly easy for your visitors to tell you if your content hits the mark. We built this plugin because we wanted a lightning-fast alternative to heavy survey plugins and a much better option than basic vote counters. It adds a clean, friendly "Was this page helpful?" widget right at the bottom of your posts, pages, or WooCommerce products. Visitors simply click Yes or No, and they can optionally drop a quick comment to explain why. You get a real-time picture of exactly what's working and what needs improvement, right inside your WordPress dashboard. If you're looking for the best WordPress feedback plugin that balances simplicity with powerful analytics, you've found it! No third-party services, no tracking scripts, no bloat. All data stays in your own database. Why use Help Metric Article Helpful Feedback? Most feedback plugins are either too simple (just a vote counter) or too complex (full survey tools). This plugin sits in the sweet spot: it's quick for visitors to use, gives you genuinely useful data, and has the professional features - GDPR tools, rate limiting, email alerts, analytics charts - that serious sites need without paying for a SaaS platform. Key Features Widget & Placement Appearance Feedback Collection Analytics & Reporting Notifications & Privacy Developer-Friendly Perfect For Customization Options We take your privacy seriously. The plugin safely stores all feedback data as WordPress post meta right in your own database. It never sends anything to an external service.

安装:

  1. Upload the plugin files to the /wp-content/plugins/help-metric-article-helpful-feedback directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Navigate to Settings > Helpful Feedback to configure the plugin.
  4. Choose your icon style, customize the text, and select which content types show the widget.
  5. The feedback widget will automatically appear on your selected content types.
  6. View results under the Helpful Feedback menu in the WordPress admin sidebar.

屏幕截图:

  • Settings page - General Settings with the visual icon style picker
  • Settings page - Text customization options for all text
  • Settings page - Form settings and GDPR
  • Settings page - Admin display and Email notifications option
  • Feedback list with search, type filter, and pagination

升级注意事项:

1.1.0 Adds a deactivation feedback modal to help improve the plugin. 1.0.0 Initial release.

常见问题:

Does this plugin work with any theme?

Yes. The widget uses clean, minimal styling that blends with any properly coded WordPress theme. No theme-specific overrides needed.

Can I customize the appearance?

Yes. Choose from 5 SVG icon styles (Thumbs, Stars, Hearts, Faces, Arrows) via a visual picker in Settings, and customize all text elements. Additional layout options are planned for future releases.

Where does the plugin store the feedback data?

The plugin stores all data as WordPress post meta in your own database. It sends nothing to any external service.

Does the plugin support translations?

Yes! We built the plugin to be fully translation ready, using proper text domains and translation functions everywhere.

Does it work on mobile devices?

Yes. The widget is fully responsive with touch-friendly buttons and stacked layouts on small screens.

Can I see feedback statistics?

Yes. Navigate to Helpful Feedback > Statistics to see per-post feedback counts, ratios, and trends. Filter by post type and date range, sort any column, and export to CSV. The main dashboard also shows a 30-day trend bar chart and a distribution donut chart.

How does duplicate submission prevention work?

Choose from three methods in Settings:

  • Cookie (recommended): The plugin sets a browser cookie after submission, expiring after your configured number of days.
  • IP Address: The plugin records the visitor's IP and checks it on future submissions.
  • None: The plugin allows multiple submissions (useful for open polls).

Can visitors change their vote?

Yes. After submitting, a "Changed your mind? Update your vote." link appears below the success message. Clicking it re-shows the widget so the visitor can select a different option.

How do the SVG icon styles work?

Go to Settings > Helpful Feedback > Icon Style and click any of the five icon pairs shown (Thumbs, Stars, Hearts, Faces, Arrows). Save settings and the icon you chose will appear on the widget buttons, the feedback form, the dashboard cards, and the admin bar stats - everywhere consistently.

Is there spam protection?

Yes. The plugin enforces a server-side rate limit of 5 submissions per IP address per hour, regardless of the duplicate-submission setting.

Is it GDPR compliant?

Yes. You can set an automatic data retention period (the plugin purges entries older than N days on retrieval) and use the "Delete All Feedback Data" button in Settings to permanently remove all collected feedback. The plugin anonymizes IP addresses shown in the admin.

Will this slow down my site?

No. The plugin is lightweight and only loads its CSS/JS on pages where the widget displays. The plugin only loads admin scripts on its own pages. Dashboard queries use object caching and target only posts that actually have feedback data.

Can I disable the widget on a specific post?

Yes. Open any post or page in the editor and look for the Helpful Feedback panel in the right sidebar. Check "Disable feedback widget on this post" to hide it on that individual post without affecting global settings.

Can I place the widget manually?

Yes. Use the [hmahf_widget] shortcode in any classic editor or page builder, or insert the Helpful Feedback Widget block from the Gutenberg block inserter.

Does it work with WooCommerce products?

Yes. Select "Products" under Content Types in Settings and the widget will appear on your WooCommerce product pages automatically.

How do email notifications work?

Enable notifications under Settings > Helpful Feedback > Email Notifications. You will receive an email whenever a visitor submits negative feedback, including any comment they left. Leave the address blank to use the WordPress admin email, or enter a custom address.

What are the admin bar stats?

When logged in as an administrator, the WordPress admin bar shows today's positive and negative feedback counts using your chosen icon style. Clicking the stat takes you directly to the dashboard.

How do I change the IP rate limit for duplicate submissions?

By default, the plugin limits submissions to 5 per hour per IP address to block spam bots. If you are running a site on a shared network or intranet where many legitimate users share the same IP, you can increase this limit using a filter in your theme's functions.php: function my_custom_hmahf_rate_limit( $limit ) { return 50; } add_filter( 'hmahf_max_submissions_per_hour', 'my_custom_hmahf_rate_limit' );

Can developers extend the plugin?

Yes. The following hooks are available. (Note: use add_filter() or add_action() in your code to hook into these):

  • hmahf_widget_html (filter) - modify the widget output. Passes $html, $settings, $post_id.
  • hmahf_max_submissions_per_hour (filter) - change the maximum number of submissions allowed per IP address per hour. Passes $max_submissions (default: 5).
  • hmahf_before_feedback_submit (action) - fires before the plugin stores data. Passes $post_id, $feedback, $comment.
  • hmahf_after_feedback_submit (action) - fires after the plugin stores data. Passes $post_id, $feedback, $comment.

更新日志:

1.1.2 1.1.1 Compatibility 1.1.0 1.0.0