Websites & CMS

Add TellTide to HTML sites, WordPress, Webflow, and similar platforms.

Standard embed

Add before </body> on every page where you want the launcher:

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

Replace YOUR_APP_ID with the value from Apps (or copy from Manage Widget → Embed).

WordPress

  1. Use Appearance → Theme File Editor, a Custom HTML block, or a header/footer plugin.
  2. Paste the script in footer.php before </body>, or inject via your plugin.
  3. Set App link in TellTide to your public site URL (e.g. https://www.example.com).

Webflow / Framer / similar

Add an embed or custom code element in the site footer with the same script tag.

Staging vs production

Create separate TellTide apps for staging and production so each has its own App ID and App link hostname.

Allowed websites

The widget uses the app's submission-only publishable key. Browser submissions are accepted only from websites configured on that key. Add local and staging origins explicitly when needed.

Optional inline overrides

<script
  src="https://telltide.com/src/widgets/widget.js"
  data-app-id="YOUR_APP_ID"
  data-label="Feedback"
  data-title="Send feedback"
  data-primary-color="#ea580c"
  data-position="bottom-right"
></script>

Saved settings from Manage Widget still apply after load; inline attributes are fallbacks only.