Skip to content

Iframe Embed

Tip

We always recommend using our Smart Embed instead of directly using Iframes.

If you simply just want to embed your videos without any fancy stuff. You can just use the iframe embed directly. This can be generated via the iframe embed on the Media Manager Embed popup via the interface.

Analytics tagging

You can still pass analytics tags to the iframe embed by adding GET parameters to the src URL.

<iframe src="https://demo.getmediamanager.com/video/547d91c4150ba0963c8b458c/5252667775a29588768b4714"id="video-547d91c4150ba0963c8b458c" scrolling="no" frameborder="0" allowfullscreen="1" webkitallowfullscreen="1" mozallowfullscreen="1" width="640" height="360" style="border: none;"></iframe>

For instance in the code above we have the src https://demo.getmediamanager.com/video/547d91c4150ba0963c8b458c/5252667775a29588768b4714.

If we want to add some analytics tags to be recorded, then we simply add some GET parameters like so. https://demo.getmediamanager.com/video/547d91c4150ba0963c8b458c/5252667775a29588768b4714?uid=10.

So we have added an analytic tag of uid = 10. So when in Media Manager we can use uid to filter down results where uid is 10.