The Shipable Iframe integration allows you to embed your AI agent directly within your webpage as a full-featured conversational interface. This approach gives you maximum control over placement, sizing, and user experience while maintaining all of Shipable’s advanced capabilities.
<iframe\ src="https://app.shipable.ai/embed/YOUR_AGENT_ID"\ width="100%"\ height="600px"\ frameborder="0"\ allow="microphone">
</iframe>
</body>
tag, add the iframe code:Issue | Solution |
---|---|
Iframe not resizing properly | Use CSS to set appropriate responsive dimensions |
Microphone access issues | Ensure the iframe has the allow="microphone" attribute |
Scrolling problems | Add scrolling="yes" to the iframe tag if content exceeds iframe dimensions |
Content security policy blocking | Add https://app.shipable.ai to your website’s CSP frame-src directive |
Cross-origin issues | Contact support if you experience CORS-related problems |