New Twitch embeds - stops showing channels being hosted by myself
i am using:
<html>
<body>
<div id="twitch-embed"></div>
<script src="https://embed.twitch.tv/embed/v1.js"></script>
<script type="text/javascript">
new Twitch.Embed("twitch-embed", {
width: "100%",
height: 525,
theme: "dark",
allowfullscreen: "true",
channel: "worldofmadnessuk"
});
</script>
</body>
</html>
this code used to work for showing the hosts i host while offline but noticed its stooped working any ideas on this?