ioZen Docs

Squarespace

Embed your ioZen intake bot on a Squarespace site using code injection or a code block.

Add your ioZen intake bot to Squarespace using the built-in Code Injection feature or a Code Block on individual pages.

Widget for site-wide availability via Code Injection. Inline via Code Block to replace an existing form on a specific page.

Option 1: Widget (Site-Wide via Code Injection)

  1. Go to Settings → Developer Tools → Code Injection
  2. In the Footer field, paste:
<script
  src="https://app.iozen.ai/embed.js"
  data-bot="YOUR_BOT_SLUG"
  data-mode="widget"
  defer
></script>
  1. Click Save

The floating widget button will appear on every page.

Option 2: Inline (Specific Page via Code Block)

  1. Edit the page where you want the bot
  2. Add a Code Block (Insert → Code)
  3. Paste the inline embed 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. Uncheck Display Source in the code block settings
  2. Save and preview

Troubleshooting

IssueSolution
Code Injection not availableCode Injection requires a Business or Commerce plan on Squarespace
Bot doesn't render in previewCode blocks only execute on the live site, not in the Squarespace editor preview
Styling looks offSquarespace applies global styles that may affect the embed container. Wrap the embed in a <div> with explicit width

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

On this page