Skip to content
English
  • There are no suggestions because the search field is empty.

How to Embed a Demo on your Website using an iFrame

How to embed a demo on your website

Navigate to Public Links > Create Public Link 

Share > Public Linkss

Select your Demo from the Search / Drop Down Menu: 

Screenshot 2026-02-20 at 2.29.33 PM

Name your Public Link so that you can easily find it later. Then, under Choose a location, select Website. Click Create Public Link. 

Screenshot 2026-02-20 at 2.37.20 PM

Click on Copy Embed Code for a full-screen version of the demo. 

Screenshot 2026-02-20 at 2.40.19 PM

Recommended Sizing

The following iframe coding will give you the recommended pixel width and height for your iframe, whether it is a simple iframe, or an iframe within a lightbox:


<iframe src="Demo URL" width="1440" height="900" frameborder="0" allowfullscreen></iframe>


You will simply need to grab the URL for your demo and replace the above Demo URL with your dedicated URL. Follow the above steps but instead of Copy Embed Code, click Copy Link.

Screenshot 2026-02-20 at 2.40.19 PM copy

Then just pass the coding into your website and your demo will show directly on your site.

TIP:

If you want to hide the cookie banner/icon on an embedded demo, you can now manually do so by adding ?hideCookieBanner=true to the end of the public link within the iFrame.

see the sample iFrame below:
<iframe src="Demo URL?hideCookieBanner=true" width="1440" height="900" frameborder="0" allowfullscreen></iframe>

*Note: The breakpoint for the Demoplayer to convert to Mobile View is 1024px width, this holds true across all desktop and mobile devices. 

Minimum recommended size: 1280x800

Screenshot 2026-02-20 at 2.49.05 PM

Ideal recommended size: 1440x900

Screenshot 2026-02-20 at 2.48.10 PM


*If you are using WordPress, use this article link