Want to embed external content (like a video, map, or widget) directly into your Flowmo project? Here's how to do it using a simple iframe.
π§ Step-by-step
Start by creating a parent frame
Inside that frame, create a rectangle
(Note: Do not use a frame β only a rectangle can accept custom code)
Copy your iframe embed link to the clipboard
(e.g. from YouTube, Google Maps, etc.)Select the rectangle you created
In the Design panel, scroll down to the Misc. section
Click on Advanced Settings
Paste the embed code into the Content Code field
π οΈ Optional: Make it Responsive
To make the embedded content scale to the size of your rectangle:
Edit the iframe code and replace its size with:
βwidth="100%" height="100%"
This ensures the embed fills the entire rectangle dynamically.