Framer
Embed your ioZen intake bot on a Framer site using a custom code component.
Add your ioZen intake bot to Framer using the Code component.
Recommended Embed Type
Widget for site-wide access. Inline for embedding in a specific section.
Option 1: Widget (Site-Wide)
- Open your Framer project
- Go to Site Settings → General → Custom Code
- In the End of
<body>tag section, paste:
<script
src="https://app.iozen.ai/embed.js"
data-bot="YOUR_BOT_SLUG"
data-mode="widget"
defer
></script>- Publish
Option 2: Inline (Code Component)
- On the canvas, add an HTML Embed element (Insert → Embed → HTML)
- 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>- Resize the component on the canvas and publish
Troubleshooting
| Issue | Solution |
|---|---|
| Code doesn't run in preview | Custom code only executes on the published site |
| Inline embed not sized correctly | Set explicit width and height on the HTML embed component in Framer's layout settings |
Need help? Email us at hello@iozen.ai.