DASHBOARD MODULES
iFrame
3 min
a module which contains an iframe this allows embedding of (multiple) other web pages within a dashboard often there will be a special url for iframe embedding that needs to be used but sometimes it is possible to embed a web page with the normal url this relies heavily on the target web page supporting this and many explicitly block iframe embedding youtube by creating a youtube account and uploading videos there, it is possible to make of use of the iframe for video content it is of course also possible to embed videos from other users a simple way to get the embed url of a video is by right clicking inside the video frame and selecting "copy embed code" using the embed code many online services and video platforms will supply a full iframe html tag but as this tag already exists in the module (to allow for normal url embedding) you will only need the url within the tag, for example "https //www youtube com/embed/phq7 rgdyfa" in the embed code below example embed code \<iframe width="1280" height="720" src="https //www youtube com/embed/phq7 rgdyfa" title="youtube video player" frameborder="0" allow="accelerometer; autoplay; clipboard write; encrypted media; gyroscope; picture in picture" allowfullscreen>\</iframe>