Alright thank you for that information. however, It states that the embed is misconfigured. I’m now experiencing an issue attempting to embed an VOD stream. It will refuse to connect, or it will say misconfigured embed. I’m using the script given by the share button.
<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div>
<!-- Load the Twitch embed script -->
<script src="https://player.twitch.tv/js/embed/v1.js"></script>
<!-- Create a Twitch.Player object. This will render within the placeholder div -->
<script type="text/javascript">
new Twitch.Player("twitch-embed", {
video: "1495975551"
});
</script>
above is for the VOD Stream.
And the code you provided partially works other than twitch says the embed is misconfigured.