Display any website or iframe content directly within a
channel.Embeds#
1.
Insert the Iframe code in the input box directly,
Example:
<iframe
src="https://prod-widgets.returning.ai/channel- widget/NjUwN2M4NjFkJkYTYxNTAzYkY2U5/open-widget"
id="returningAiWidgetIframe"
frameborder="0"
width="100%"
height="100%">
</iframe>
2.
Insert a URL to embed
https://
must be included in the URL.
Example:
https://returning.ai/
Iframe listener script#
Capture user data (e.g., user ID) when someone accesses a channel, enabling analytics or personalized experiences.Paste the provided script in the header of the site, when a user visits the channel, their user information will be send over.
Payload:{
"displayName": "John Doe",
"email": "johndoe@gmail.com",
"isGuest": undefined,
"language": "en",
"userID": "1234",
"username": "johndoe"
}
Modified at 2025-09-10 08:03:52