Before you start
You need two values from your feedbackfun dashboard:Add the widget
Paste this snippet before the closing</body> tag of your page:
YOUR_API_KEY and YOUR_PROJECT_ID with your actual values.
That’s it. A floating feedback button will appear on your site.
Verify it’s working
1
Open your website
You should see a small floating button in the bottom-right corner of your page.
2
Submit a test entry
Click the button and submit a feature request or bug report.
3
Check the dashboard
Go to your feedbackfun dashboard. The submission should appear under your project’s roadmap.
Testing on localhost
By default the widget checks your site’s domain against the project settings. Adddata-feedbackfun-dev-domain to bypass domain validation during local development:
data-feedbackfun-dev-domain is only needed during local development. Remove it before deploying to production.Next steps
npm package
Using React, Next.js, or Vue? Install via npm for better framework integration.
Configuration options
Customize colors, display mode, trigger selector, and more.
Identify your users
Pass user info so feedback is linked to real accounts in your dashboard.
Framework guides
Step-by-step guides for React, Next.js, Vue, and plain HTML.