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
- Click + Add script.
- Paste your code into Copy paste your script here.
- Choose Placement:
- Head: for tags that must load early (meta tags, GTM, some analytics)
- Body: recommended for most scripts (pixels, widgets, non-critical scripts)
- 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
- Click the trash icon next to the script.
- Deletion is immediate and typically cannot be undone.
Examples (common scripts)
Google Analytics (GA4)
Meta/Facebook Pixel
Google Tag Manager (GTM)
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.
Version: 1.0

