Install guide
Three blocks below: the snippet, the exact panel, and the paste location. Total time: 4 minutes. Squarespace Business plan or higher (Code blocks aren't available on Personal).
embed snippet · paste into Squarespace
<script src="https://auditwidget.app/embed.js?utm_source=embed_guide&utm_medium=squarespace"
data-token="YOUR_TOKEN"
data-width="100%"
data-theme="light">
</script>
Replace YOUR_TOKEN with the token from your
dashboard.
No account yet? Get one free →
From the Squarespace dashboard, click Pages in the left sidebar. Hover over the page where the audit form should appear (services, landing page, contact) and click Edit.
While editing the page, you'll see grey + markers between sections. Click one where you want the audit form. The block menu opens — type Code in the search, then click the Code block.
More
The Code block opens with a textarea and an options panel. Paste the snippet into the textarea. Set Type to HTML. Uncheck Display Source (otherwise Squarespace shows the raw code instead of running it). Click Save in the top-right.
<script src="https://auditwidget.app/embed.js?utm_source=embed_guide&utm_medium=squarespace"
data-token="YOUR_TOKEN"
data-width="100%"
data-theme="light">
</script>
Options
↑ leave this UNCHECKED
View the live page in a new tab. The audit form appears where the Code block sits.
"It's showing the raw <script> tag as text"
"Display Source" is checked. Edit the block, uncheck Display Source, Save again.
"I'm on the Personal plan and I don't see the Code block"
Code blocks require the Business plan ($23/mo) or higher. Personal plan can't run custom HTML/JS.
"Squarespace says my code is invalid"
Usually a typo in the token. Re-copy the snippet from your dashboard and paste it fresh. Don't manually edit the script tag.
"Can I use Code Injection (header/footer) instead?"
You can, but the widget will appear at the very top or bottom of every page. Use a Code block on a specific page to control where it shows up.
Other platforms