With Embed, you can easily embed websites, iFrames, widgets, or scripts into your Dora website.
https://youtu.be/h4mlF1X1oVc
How to use the Embed widget
Step 1. Add an embed widget
- Click the + Insert menu on the top bar.
- Select “Embed” from the dropdown.
- Drag to create an embed widget in the canvas.
Or drag an embed widget onto the canvas.
Step 2. Add embed content
- Copy the code you’d like to embed into your clipboard.
- In the embed section on the right sidebar, select the type of element you want to embed (URL/HTML).
- Paste your copied code.
How to set the size of the Embed element
Unless explicit size information is provided in your custom code, embed widgets will default to filling the entire parent element’s width.
You can add height="100%" and width="100%" in your custom code to ensure your embed completely fills and/or resizes based on the parent element.
My Embed widget isn’t working!
URL
- Embedding web pages that use HTTP headers is not currently supported.
🚫 http:// ✅ https://
- Some web pages may have content security policies that prevent embedding.