Documentation

Install the widget

One script tag, pasted once, on any platform.

The embed snippet

Every bot has its own copy of this snippet, with its real ID filled in, on the Widget tab of that bot's dashboard page. Replace <BOT_UUID> below with yours, or copy it directly from the dashboard.

<script src="https://api.primewebkit.com/widget.js" data-bot-id="<BOT_UUID>" async></script>

Platform guides

Plain HTML

  1. 1Open your site's shared template or layout file.
  2. 2Paste the snippet immediately before the closing </body> tag.
  3. 3Save and deploy — no build step is required for the widget itself.

WordPress

  1. 1Go to Appearance → Theme File Editor and open footer.php (or use a header/footer scripts plugin).
  2. 2Paste the snippet just above the closing </body> tag.
  3. 3Update the file — the widget appears on every page rendered from that theme.

Shopify

  1. 1In your Shopify admin, go to Online Store → Themes → Edit code.
  2. 2Open theme.liquid and paste the snippet immediately before the closing </body> tag near the bottom of the file.
  3. 3Save — the widget now appears across your storefront.

Google Tag Manager

  1. 1Create a new tag of type Custom HTML.
  2. 2Paste the snippet as the tag's HTML content.
  3. 3Set the trigger to All Pages, then submit and publish the container.
Want to restrict the widget to only your own domains, or match it to your brand's colors? See the full embedding guide, or configure allowed domains and appearance directly on the bot's Widget tab.