The website is also available in
What can we help you with?
How to create and embed an iframe

Learn how to create and embed an iframe in your Easygenerator course.

Written Olga Kuzmenko

Want to link a website to your content page, but don’t want your learners to leave your course? Use an ‘iframe’ to display that other HTML page in your course.

You can embed YouTube videos, Google sheets, Google Docs, Slideshare presentations and other HTML objects in your content page by using the iframe.

To embed an iframe in a content page, select Interactive layout, choose the HTML block and paste the iframe code there.

You can create an iframe code based on this example. Replace the link (https://live.easygenerator.com) with your site address:

<iframe width="890" height="700" src="https://live.easygenerator.com" frameborder="0" allowfullscreen></iframe>

You can adjust the iframe width and height properties.
To embed an iframe using the Old (Classic) editor, click on the Embed Media icon and paste the code in the appropriate field.