Linux 软件免费装
Banner图

Help Metric Article Helpful Feedback

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

标签

rating feedback helpful documentation user experience

下载

1.1.1 1.0.0

详情介绍:

Help Metric Article Helpful Feedback lets your visitors tell you instantly whether your content is hitting the mark. A clean "Was this page helpful?" widget appears at the bottom of your posts, pages, or WooCommerce products. Visitors click Yes or No - optionally leaving a written comment - and you get a real-time picture of what's working and what isn't, right inside your WordPress dashboard. 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 Feedback data is stored as WordPress post meta in your own database - nothing is ever sent 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 is the feedback data stored?

All data is stored as WordPress post meta in your own database. Nothing is sent to any external service.

Is the plugin translation ready?

Yes. The plugin is fully internationalized with proper text domains and translation functions throughout.

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): A browser cookie is set after submission, expiring after your configured number of days.
  • IP Address: The visitor's IP is recorded and checked on future submissions.
  • None: Multiple submissions are allowed (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 (entries older than N days are purged on retrieval) and use the "Delete All Feedback Data" button in Settings to permanently remove all collected feedback. IP addresses shown in the admin are anonymized.

Will this slow down my site?

No. The plugin is lightweight and only loads its CSS/JS on pages where the widget is displayed. Admin scripts are only loaded on the plugin's own pages. Dashboard queries use object caching and are scoped to 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, today's positive and negative feedback counts are shown in the WordPress admin bar using your chosen icon style. Clicking the stat takes you directly to the dashboard.

Can developers extend the plugin?

Yes. Three hooks are available:

  • apply_filters('hmahf_widget_html', $html, $settings, $post_id) - modify the widget output
  • do_action('hmahf_before_feedback_submit', $post_id, $feedback, $comment) - fires before data is stored
  • do_action('hmahf_after_feedback_submit', $post_id, $feedback, $comment) - fires after data is stored

更新日志:

1.1.1 Compatibility 1.1.0 1.0.0