Install guide
Three blocks below: the snippet, the exact panel, and the paste location. Total time: 3 minutes. Use the Embed element — not Project Settings → Custom Code.
embed snippet · paste into Webflow
<script src="https://auditwidget.app/embed.js?utm_source=embed_guide&utm_medium=webflow"
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 →
Open your project in the Webflow Designer. In the left toolbar, click the Pages icon (looks like a stack of paper). Click the page where the audit form should appear — usually a services page or a dedicated landing page.
Click the + icon at the top of the left toolbar (or hit A).
The Add panel opens. Scroll to the Components section, find Embed,
and drag it onto the canvas where the widget should sit.
Components
↑ drag this onto canvas
Drop zone
Embed will land here
Dropping the Embed element opens a modal labelled HTML Embed Code Editor. Paste the snippet, click Save & Close. The Designer shows a placeholder, not the live widget — that's expected. Click Publish in the top-right and view your live site to see it render.
<script src="https://auditwidget.app/embed.js?utm_source=embed_guide&utm_medium=webflow"
data-token="YOUR_TOKEN"
data-width="100%"
data-theme="light">
</script>
View your published site (not the Designer preview — Webflow doesn't render external scripts in the Designer). The widget appears where the Embed element sits.
"It's blank in the Designer"
Expected. The Designer shows a placeholder; external scripts only run on the published site. View your *.webflow.io staging URL or your live domain.
"I can't publish — Webflow says custom code requires a paid plan"
Webflow's free workspace can use Embed in the Designer but not publish to a live domain. The Basic plan ($14/mo) unlocks publishing.
"Can I put it in the site header instead?"
Technically yes via Project Settings → Custom Code → Head Code, but then it runs on every page. Use the Embed component on a specific page instead — that's almost always what you want.
"Can I style the container?"
Yes — give the Embed div a class and style it like any Webflow element. The widget sits inside that container and respects its width.
Other platforms