Skip to main content

How to Embed an Iframe in Your Project

I
Written by Inbal Shemesh
Updated over 2 months ago

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

  1. Start by creating a parent frame

  2. Inside that frame, create a rectangle

    (Note: Do not use a frame β€” only a rectangle can accept custom code)

  3. Copy your iframe embed link to the clipboard
    (e.g. from YouTube, Google Maps, etc.)

  4. Select the rectangle you created

  5. In the Design panel, scroll down to the Misc. section

  6. Click on Advanced Settings

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

Did this answer your question?