Other no-code platforms
Bubble, Podia, Kajabi, Carrd, and anything else with a custom-code field.
The tracking snippet is plain HTML/JavaScript — it works on any platform that lets you add custom code to a page's <head>, even ones without a dedicated guide here. Paste the same snippet in:
HTML
<script defer data-site="YOUR_SITE_ID" src="https://api.shonylabs.com/js/YOUR_SITE_ID.js"></script>Where to look, platform by platform
- Bubble: Settings → SEO / metatags → Script/meta tags in header, or an HTML element on the page.
- Podia: Site → Settings → Tracking code / Custom code.
- Kajabi: Settings → Site → Site Tracking Code, or Site → Themes → Code Editor.
- Carrd: Site settings → Advanced → Embedded code (Pro plans only).
- Notion sites (via a proxy like Super or Fruition): the proxy's own "custom code" or "head injection" setting, not Notion itself.
Don't see your platform? Search its help docs for "custom code", "tracking code", or "header scripts" — if it lets you add a
<script> tag anywhere on the page, this will work. See the API reference if your platform only lets you make server-side calls instead of embedding a script.