Before you start
You need two values from your feedbackfun dashboard:| Value | Where to find it |
|---|---|
API_KEY | Dashboard → Settings → API Key |
PROJECT_ID | Dashboard → your project → Settings |
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
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.