Docs/Help center

Install with Google Tag Manager

If your site uses GTM, you can add ForeverChat without touching code or waiting on a deploy.

Steps

  1. 1In Google Tag Manager, open your container and click Tags → New.
  2. 2Choose tag type Custom HTML.
  3. 3Paste the snippet below into the HTML box (replace the app ID).
  4. 4Under Triggering, select All Pages (or the pages where you want chat).
  5. 5Name the tag “ForeverChat”, Save, then Submit / Publish the container.

The Custom HTML

GTM — Custom HTML tag
<!-- ForeverChat (GTM Custom HTML tag) -->
<script>
  window.ForeverChat = { appId: "fc_YOUR_APP_ID" };
</script>
<script async src="https://gateway-381807041351.us-east4.run.app/widget.js"></script>
Tip. Use GTM Preview mode to confirm the tag fires and the launcher appears before you publish.
Consent mode. If you gate tags behind a consent banner, place ForeverChat in the appropriate consent category for functional / communication tools so it loads for users who accept.

Prefer to edit code directly? See the standard install guide.