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
- Add a rich text gadget to your dashboard
- Click the <> button in the Rich Text Gadget to edit the underlying HTML of the gadget.
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&autoplay=1" frameborder="0" allowfullscreen=""></iframe></p>