The Embed Anything element supports embedding HTML or iFrames. You can add it as a section and element. It's most commonly used to integrate forms, surveys, and quizzes, but you can include any external code that's supported.
π Tip: Hiding the Element to test if it's leading your content to crash when you publish it's an effective practice to see if the Embed Anything is causing your content to break.
Adding your embed code
Double-click the Embed Anything element
Paste your HTML code in the 'Embed HTML' field
The content will only be displayed in preview mode and on the published site.
Note: Ensure the inserted code has the correct syntax and character set. Pasting with CTRL
+ SHIFT
+ V
to escape any markup may be helpful. Check that all characters used are UTF-8 and quotes are either " or ', where some places embed codes might get a quotation mark which causes some issues.
Configuration options
You have a few settings you can toggle on if needed. What each of them do are described in the table below.
Parameter | Descriptions |
Encapsulate | Contains the embed code within its browser instance. |
Render on visible | Delay loading until it is needed or until it becomes visible to the user. |
Static HTML | Disables any scripts from the embedded code, and puts it directly in the DOM. |
Allow inner scroll | Adds a scrollbar if the embedded content is larger than the embed container |