Install ClauseClear on Wix
Wix supports custom HTML/JS via the 'Custom Code' setting on Premium plans. About 5 minutes.
acme-ltd-a1b2c3.1Open Custom Code in your Wix dashboard
In your Wix dashboard, click Settings in the left sidebar, then Custom Code under the “Advanced” section.
If you can’t find it, the direct URL is:
https://manage.wix.com/dashboard/{your-site-id}/custom-code2Add the snippet
Click + Add Custom Code in the top-right.
Fill in the form like this:
- Paste the code snippet here: (paste the snippet below, replacing the slug)
- Add code to: select All pages, but then under “Apply to”, choose Choose specific pages and pick only your Terms & Conditions page (and your checkout page if you have one).
- Place code in: Body - end
- Load code on: Each new page
<script src="https://clauseclear.co.uk/embed.js" data-merchant="YOUR-MERCHANT-SLUG"></script>Replace YOUR-MERCHANT-SLUG with your real slug.
Click Apply.
3If you can’t scope by page
On some Wix plans, page-level scoping isn’t available — you can only apply Custom Code site-wide. That’s OK; ClauseClear’s embed.js auto-detects whether it’s on a T&C page (by content structure) and renders the inline link only when relevant. Performance impact site-wide is negligible (a single ~3KB script that early-exits when not needed).
4Verify it’s working
Important: Custom Code only fires on the published version of your site, not the editor preview. Click Publish in the editor or dashboard, then visit your live T&C page in an incognito window.
You should see:
- An inline link saying “See the key terms you’d normally miss — Simpler Terms by ClauseClear →”
- Clicking opens a modal with your audit summary.
5Common gotchas
- Wix pages with multiple sections: if your T&C content lives inside a Wix “Strip” or repeating section, embed.js looks for standard HTML markers. If the link doesn’t appear, email us with your T&C URL and we’ll add detection for your page structure.
- Velo (Wix code) sites: if you use Velo and have custom JS managing the page, place the snippet via Velo’s
$w.onReadyinstead of Custom Code. - Wix performance optimisation sometimes lazy-loads third-party scripts. The embed should still appear within 2-3 seconds of page load.