ioZen Docs

Carrd

Embed your ioZen intake bot on a Carrd site using the Embed element.

Add your ioZen intake bot to Carrd using the built-in Embed element.

Inline via Embed element (Carrd doesn't support global scripts on all plans). Widget on Pro Standard or higher.

Option 1: Inline (Embed Element)

  1. Edit your Carrd site
  2. Add an Embed element
  3. Set the type to Code
  4. Paste:
<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. Adjust the element height (recommended: 500–700px)
  2. Save and publish

Option 2: Widget (Pro Standard+)

On Carrd Pro Standard or higher, you can add site-wide scripts:

  1. Go to Settings → Head/Footer
  2. In the Footer section, paste the widget script
  3. Save and publish

Troubleshooting

IssueSolution
Embed element not availableThe Embed element requires Carrd Pro
Bot is cut offIncrease the height of the Embed element in the Carrd editor

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

On this page