Anyone can embed Rally into their own website through an iframe. Here's what we can recommend for a superior experience:

1. Recommended Embed Snippet

The following <iframe /> snippet will embed Rally into your website with all functionality working correctly.

Version A - Standard

<iframe
	frameborder="0" 
	allow="microphone; camera; fullscreen; display-capture"
	src="<https://go.rally.video/venue/XXX>"
/>

Version B - With Session Handover

Session handover means that you can automatically log a user into Rally to skip the login step on Rally on the user's behalf. If they have already provided their display name to your platform, you can pass that into the YYY field shown below. This can be done

<iframe
	frameborder="0" 
	allow="microphone; camera; fullscreen; display-capture"
	src="<https://go.rally.video/venue/XXX?guest_name_tag=YYY>"
/>

Important notes:

<iframe
	frameborder="0" 
	allow="microphone; camera; fullscreen; display-capture"
	src="<https://go.rally.video/venue/XXX/RRR?guest_name_tag=YYY>"
/>

Embed into Squarespace

Depending on the template or site styles you are working with, you may need to alter the embed code to ensure Rally has enough space on the screen.

Embed into Webflow