Embed Codes
Deploy your IntakeBots anywhere with embed codes.
Direct Link
Section titled “Direct Link”Share your IntakeBot via URL:
https://app.iozen.ai/f/[your-flowapp-id]Use this for:
- Email campaigns
- Social media posts
- QR codes
Inline Embed
Section titled “Inline Embed”Embed directly in your page:
<iframe src="https://app.iozen.ai/f/[your-flowapp-id]" width="100%" height="600" frameborder="0"></iframe>Popup Modal
Section titled “Popup Modal”Trigger a modal with a button click:
<script src="https://app.iozen.ai/embed.js"></script><button onclick="iozen.open('[your-flowapp-id]')"> Get a Quote</button>Widget
Section titled “Widget”Add a floating button:
<script src="https://app.iozen.ai/widget.js"></script><script> iozen.widget({ flowAppId: '[your-flowapp-id]', position: 'bottom-right', buttonText: 'Contact Us' });</script>Customization
Section titled “Customization”Pass parameters to pre-fill fields or track sources:
https://app.iozen.ai/f/[id]?name=John&[email protected]&utm_source=googleAll UTM parameters are captured automatically.