Skip to content

Webflow

Coming soon
The Webflow extension is coming soon. Today, add the universal script tag through Webflow's custom code setting (Site Settings → Custom Code). It works on every Webflow plan that allows custom code (Basic plan and above).

Add the widget via Webflow Site Settings — no Designer changes required.

Step-by-step

  1. In the Webflow Designer, click the gear icon to open Site Settings
  2. Click the Custom Code tab
  3. Scroll to the Footer Code section
  4. Paste the snippet
  5. Click Save Changes
  6. Publish the site — Site Settings changes require a publish to go live
<script
  src="https://cdn.angstroma.com/widget-v1e53f7da.js"
  integrity="sha384-HlP32lTm2OI1Il1KqCoQLgaPFlF6jpiSY43JpewsQOOmml95m0VMl4vnQxAP+XMi"
  crossorigin="anonymous"
  data-key="inc_live_YOUR_KEY"
  async
></script>
Important
Custom code in Webflow Site Settings only takes effect after publishing. Previewing in the Designer will not show the widget.