Skip to main content
Add custom JavaScript, tracking codes, or HTML snippets to your website.

Prerequisites

  • Paid subscription (not available on free plan)
  • Basic understanding of HTML/JavaScript (or code provided by a trusted service)

How to access

Navigate to Dashboard → [Your Website] → Custom Scripts.

What custom scripts are used for

Common uses:
  • Tracking pixels (Meta/Facebook, Google Ads)
  • Analytics codes
  • Chat widgets (Intercom, Drift)
  • Heatmaps (Hotjar)
  • Verification tags and meta tags
  • Third-party integrations

Add a script

  1. Click + Add script.
  2. Paste your code into Copy paste your script here.
  3. Choose Placement:
    • Head: for tags that must load early (meta tags, GTM, some analytics)
    • Body: recommended for most scripts (pixels, widgets, non-critical scripts)
  4. Click Save to apply.

Manage scripts

  • Each script is a separate accordion item (expand/collapse to edit).
  • You can change placement, update code, or delete a script.

Delete a script

  1. Click the trash icon next to the script.
Important:
  • Deletion is immediate and typically cannot be undone.

Examples (common scripts)

Google Analytics (GA4)

Placement: Head

Meta/Facebook Pixel

Placement: Body

Google Tag Manager (GTM)

Placement: Head

Best practices

  • Only add scripts from trusted sources.
  • Prefer Body placement unless the provider requires Head.
  • Test after saving:
    • Open dev tools → Console
    • Check for errors
    • Verify the provider reports the tag as installed
  • Remove unused scripts to keep performance fast.

Troubleshooting

Script not working

  • Check browser console errors.
  • Confirm placement (Head vs Body).
  • Confirm the site is published/live.
  • Hard refresh (Cmd+Shift+R).

Site feels slower

  • Reduce the number of scripts.
  • Move non-critical scripts to Body.
Last updated: January 2026
Version: 1.0