Installation
FeedValue works with any website. Choose your preferred installation method below.
Script Tag (Recommended)
The simplest way to add FeedValue to your site:
html
<script
src="https://cdn.feedvalue.com/widget.js"
data-widget-id="YOUR_WIDGET_ID"
async
></script>Add this code before the closing </body> tag on any page.
Package Managers
npm
bash
npm install @feedvalue/widgetyarn
bash
yarn add @feedvalue/widgetpnpm
bash
pnpm add @feedvalue/widgetFramework Integrations
For framework-specific installation guides, see:
Verifying Installation
After installation, visit your website and look for the feedback button in your configured position (default: bottom-right corner).
TIP
Use your browser's developer tools (F12) to check for any console errors if the widget doesn't appear.
