Skip to content

Using the Mobii Video Embed Snippet

Code

Example embed that can be copied from the Konnect admin portal

JavaScript Module
html
<script
  src="https://video-embed.mobii.com/api/Build/<tenant-id>/0/mobii-video-embed.js"
  type="module"
  crossorigin
></script>

NOTE

It is recommended to place this in the last lines before the </body> tag

Place the below snippet

html
<mobii-video-embed
  data-player-config-id="<player-config-id>"
  data-tenant-id="<tenant-id>"
  id="mobii-video-embed"
></mobii-video-embed>

NOTE

This can be placed anywhere on the page and the player will take the full width of it's parent container. Multiple players can be placed on a page at the same time