Twitch stack for live stream embedding

Looking for a stack or plugin that will allow me to embed my live Twitch stream on my website.
Downloaded and tinkering with the ‘Twitch’ stack from RWtuts but they’ve shuttered down and can’t get support (yet).
So I’m looking for some other avenues to explore.
Found this but not quite sure who to implement into RW.

<!-- Load the Twitch embed JavaScript file -->
<script src="https://embed.twitch.tv/embed/v1.js"></script>

<!-- Create a Twitch.Embed object that will render within the "twitch-embed" element -->
<script type="text/javascript">
  new Twitch.Embed("twitch-embed", {
    width: 854,
    height: 480,
    channel: "monstercat",
    // Only needed if this page is going to be embedded on other websites
    parent: ["embed.example.com", "othersite.example.com"]
  });
</script>

Would a stack that does just iframe embeds work?

Not sure if this will work, but you might want to have a look at oEmbed by @joeworkman.

Also look at Stacks4stacks free embed stack, so at least you can try it then make a donation if it does work.

1 Like

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