Widget Installation
Add the FeedIndex feedback widget to your website with a single script tag.
The FeedIndex widget lets your users submit feedback and vote on posts without leaving your site.
Script tag
Add this snippet before the closing </body> tag:
<script src="https://feedindex.app/widget.js" data-widget="YOUR_WIDGET_KEY" defer></script>Replace YOUR_WIDGET_KEY with your widget key from Workspace > Widgets.
How it works
The widget loads asynchronously and renders a floating feedback button. When clicked, it opens a modal where users can browse existing posts, vote, and submit new feedback — all within a Shadow DOM that won't conflict with your site's styles.
All configuration (position, theme, accent colour, trigger label, and icon) is loaded from the server. The only attribute you need on the script tag is data-widget.