You can 'insert' content from another website onto your own site pages using an Embed element.
Important Note
The iFrame source MUST use the https:// protocol when linking to another domain (as opposed to the non-secure http:// protocol).
-
Navigate to the page where you want to embed something.
-
Add an Embed element to the page.
-
Click on the Settings gear to edit the Embed element.
-
In the element settings, you're going to build an iFrame tag. Copy and paste this code into the Embed element settings field.
<iframe src="https://www.yourURLhere.com" width="600px" height="1200px"></iframe>
-
Replace https://www.yourURLhere.com with the address of the content you want to embed (no quotes!), and adjust the width and height declarations to your liking (note that this page may look weird on mobile devices if you hard-code the size declarations like this).
-
Save the Embed element.
-
Save & publish the page.
-
Test the page on various devices/browsers to make sure it's displaying correctly to end users.
Comments
Please Sign in to leave a comment if you don't see the comment box below.