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 the Embed 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.