Would you like to place a demo on your website so that every visitor can see it? It is possible with Demoboost! We generate ready-to-use code that you can embed in the source code of your website.
You will need a basic understanding of HTML to implement it.
To embed a demo in a website, below are the steps need to follow:
Step 1: From the Demos page, open up the demo you'd like to embed
Step 2: Click on Embed
Step 3: Copy the embed code
Step 4: Modify the embed code by adding some styles - otherwise, the embedded demo will be tiny
style="width:100%; height:100%; border:none;"
So,
<iframe src="https://app.demoboost.com/demo/lmrhumi5"></iframe>
becomes
<iframe src="https://app.demoboost.com/demo/lmrhumi5" style="width:100%; height:100%; border:none;"></iframe>
Step 6: Add the modified code to the website's code.