Description
FeedHub is a feedback collection tool that helps you gather feature requests, bug reports, and general feedback from your users. This plugin makes it easy to add the FeedHub widget to your WordPress site without writing any code.
Features:
- Popup Widget – A floating feedback button that opens a modal form
- Inline Widget – Embed the feedback form anywhere using a shortcode
- Customizable Colors – Match your brand with custom primary, text, and background colors
- Custom Labels – Personalize all form labels and messages
- WordPress User Integration – Automatically fill in logged-in user’s name and email
- Shortcode Support – Place inline widgets anywhere with
[feedhub] - Position Control – Choose where the popup button appears (corners)
How It Works:
- Sign up for a free account at feedhub.app
- Create your feedback board
- Get your App Slug and Widget Key from the dashboard
- Install and configure this plugin
- Start collecting feedback!
Requirements:
- A FeedHub account (free tier available)
- Your App Slug and Widget Key from the FeedHub dashboard
External services
This plugin connects to FeedHub (https://feedhub.app), a feedback collection service that enables website visitors to submit feature requests, bug reports, and general feedback.
What data is sent and when:
- The widget script is loaded from https://feedhub.app/widget.js on every page where the widget is displayed
- When a user submits feedback, the following data is sent to FeedHub: feedback text, category (feature request/bug report/other), and optionally the user’s name and email address
Service provider: FeedHub (https://feedhub.app)
Installation
- Upload the
feedhubfolder to the/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to Settings FeedHub to configure the plugin.
- Enter your App Slug and Widget Key from your FeedHub dashboard.
- Configure the widget appearance and save your settings.
- The feedback widget will now appear on your site!
FAQ
-
Where do I get my App Slug and Widget Key?
-
Sign up at feedhub.app, create a feedback board, then go to Admin API Keys in your FeedHub dashboard to generate a Widget Key.
-
What’s the difference between popup and inline widgets?
-
Popup widget: Displays a floating button (usually in a corner) that opens a feedback form when clicked. Great for collecting feedback without disrupting the page layout.
Inline widget: Embeds the feedback form directly in your page content using the
[feedhub]shortcode. Perfect for dedicated feedback pages or specific sections. -
Can I customize the widget appearance?
-
Yes! You can customize:
– Primary color (button and accent color)
– Button text color
– Form background color
– All form labels and placeholder text
– Button position (4 corner options) -
Will logged-in users have their info pre-filled?
-
If you enable « Auto-populate User Info » in the settings, the widget will automatically fill in the logged-in user’s display name and email address.
-
Can I use the widget on specific pages only?
-
For the popup widget, it appears on all pages by default. For more control, use the inline widget type with the
[feedhub]shortcode – it only appears where you place the shortcode. -
Does this plugin slow down my site?
-
No. The widget script loads asynchronously and doesn’t block page rendering. It’s served from FeedHub’s CDN for fast delivery.
Avis
Contributeurs & développeurs
« FeedHub – Feedback Widget » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « FeedHub – Feedback Widget » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal
1.0.0
- Initial release
- Popup and inline widget support
- Full theme customization (colors)
- Custom label support
- WordPress user auto-population
- Shortcode support with overrides
- Position control for popup widget