Skip to main content
Skip table of contents

Embed a video into a dashboard

You can use the iFrame gadget to link to other pages like an online streaming service hosting a video. But the iFrame apporach has some limitations and not meet the desired layout.

An alternative approach is using the rich text gadget gadget instead.

Step-by-step guide

  1. Add a rich text gadget to your dashboard
  2. Click the <> button in the Rich Text Gadget to edit the underlying HTML of the gadget.
  3. Paste a code snippet like the below, adjust to your needs.

    CODE
    <p><iframe id="video" style="width:
    100%; height: 800px;"
    src="//www.youtube.com/embed/PULf07jOed0?rel=0&amp;autoplay=1"
    frameborder="0"
    allowfullscreen=""></iframe></p>

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.