Integration

Install the TellTide feedback widget on your website or web app.

The Integration section shows how to add the TellTide widget to your product so visitors can send feedback, reviews, and bug reports.

You only need two things from the TellTide dashboard:

  1. App ID — from Apps (shown in your embed snippet)
  2. Your site URL — set as App link when you created the app (must match where the widget runs)

The widget script is always loaded from TellTide:

https://telltide.com/src/widgets/widget.js

Copy the full snippet from Manage Widget → Embed after saving your design, or follow a guide below.

Choose your platform

GuideBest for
AI agentsLLM tools, Hermes, OpenClaw, Cursor/Claude skills, automations
API submissionsNative mobile & desktop apps, custom backends
Next.jsNext.js App Router sites
Websites & CMSHTML, WordPress, Webflow, Framer
Single-page appsReact (Vite/CRA), Vue, Angular

Quick embed (any site)

Paste before </body> on the site that matches your App link:

<script
  src="https://telltide.com/src/widgets/widget.js"
  data-app-id="YOUR_APP_ID"
></script>

Replace YOUR_APP_ID with the ID from Apps. Appearance and categories load automatically from TellTide when the widget opens.

After installing

  1. Open your live site and click the TellTide launcher.
  2. Submit a test message.
  3. Check Feedbacks in the TellTide dashboard — it should appear within seconds.

Problems? See Troubleshooting.