ioZen Docs

Webflow

Embed your ioZen intake bot on a Webflow site using custom code embeds.

Add your ioZen intake bot to Webflow using the Custom Code embed element or site-wide custom code settings.

Widget for site-wide availability. Inline for embedding on a specific page section.

Option 1: Widget (Site-Wide)

  1. Go to Site Settings → Custom Code
  2. In the Footer Code section, paste:
<script
  src="https://app.iozen.ai/embed.js"
  data-bot="YOUR_BOT_SLUG"
  data-mode="widget"
  defer
></script>
  1. Save and publish

Option 2: Inline (Specific Page)

  1. Open the Webflow Designer on the target page
  2. Add an Embed element (from the Add Elements panel → Components)
  3. Paste the inline code:
<div id="iozen-inline"></div>
<script
  src="https://app.iozen.ai/embed.js"
  data-bot="YOUR_BOT_SLUG"
  data-mode="inline"
  data-container="iozen-inline"
  defer
></script>
  1. Close the code editor, position the embed element, and publish

Troubleshooting

IssueSolution
Embed doesn't render in DesignerCustom code only executes on the published site, not in the Webflow Designer
Bot loads but overlaps other elementsSet a fixed height on a parent div wrapping the embed

Need help? Email us at hello@iozen.ai.

On this page