Embedding Chat & Player

Afternoon all,

Not going to lie, Total noob with API stuff. I have recently re-vamped my website and my backend is using a cms called CouchCMS. I am looking to input a streamer of the week rotation into my site which is just invoked by a simple tick box on the back end. If the command is spotted ie If Streamer of the week = Yes then the command will basically be <cms:show twitch_name /> - Now I had this working on an iframe and surely enough untick one tick another and the player changed to that twitch user.

My question is how do I embed this as well as make it responsive (bootstrap 4) WITHOUT the use of an iframe

Twitch video and chat embeds are only available as iframes.

The bootstrap docs cover this

<div class="embed-responsive embed-responsive-16by9">
  <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe>
</div>

Ok what about just the player?

It’s all iframes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.