Install Snippet

Copy BOTTO embed snippets, confirm the active install key, and review platform-specific notes for Wix, WordPress, Shopify, and Webflow.

Install Key

wdg_live_bottot_main_site

Snippet A

<script src="https://storage.googleapis.com/botto-saas-widget-prod-1044397335033/widget.js" data-botto-id="wdg_live_bottot_main_site" async></script>

Snippet B

<script>
window.BOTTO_CONFIG = { installKey: 'wdg_live_bottot_main_site', widgetId: 'wdg_live_bottot_main_site' };
</script>
<script src="https://storage.googleapis.com/botto-saas-widget-prod-1044397335033/widget.js" async></script>

Health

{
  "config_api": "unknown",
  "cdn_bundle": "unknown",
  "lead_api": "unknown",
  "web3forms_fallback": "ok",
  "last_seen_on_site": null
}

Platform Notes

{
  "wix": "Settings > Custom Code > Head. Use Option B. Load on all pages.",
  "wordpress": "Paste in theme header.php before </head>, or use a header injection plugin.",
  "shopify": "Online Store > Themes > Edit code > theme.liquid before </body>.",
  "webflow": "Project Settings > Custom Code > Footer code. Option A works directly."
}