Skip to content

Installation

FeedValue works with any website. Choose your preferred installation method below.

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/widget

yarn

bash
yarn add @feedvalue/widget

pnpm

bash
pnpm add @feedvalue/widget

Framework 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.

Built with care by SarverEnterprises