How to include embeds
- Add our SDK to your page, make sure the
async
anddefer
attributes are included:
<script
async defer
src="https://embed.mychannels.video/sdk?brand=[YOUR_BRAND]">
</script>
- 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>
- See something like this