How to include embeds

  1. Add our SDK to your page, make sure the async and defer attributes are included:
<script
  async defer
  src="https://embed.mychannels.video/sdk?brand=[YOUR_BRAND]">
</script>
  1. Add an embed code where ever you like by rendering our embed code:
<div
  class="mychannels"
  data-mychannels-id="45678"
  data-mychannels-type="video"
  data-mychannels-options="FUTF_default">
</div>
  1. See something like this
Last Updated: 10/11/2019, 3:47:11 PM