Can't get this HTML to work fine

Could anybody help me out with this please,

I’ve been trying to insert an HTML code to show up in my website a few accounts while they are streaming. So in this case i decided to set up a player in my side bar to let visitors get interested on what r they streaming…

The problem is, after the first player, i keep getting a total of 3 times the same transmission, the “without chat” one, a little one and the standar with chat, but i only need the “without chat player”

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

<!-- Create a Twitch.Embed object that will render within the "twitch-embed" root element. -->
<script type="text/javascript">
  new Twitch.Embed("twitch-embed", {
    width: 600,
    height: 400,
    channel: "maura46",
    layout: "video",
  });
</script>

Not sure what the problem is here, would need to see it on your live website to help debug, whats the page with this on?

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