Twitch Livestream

Hey Everyone,

I am trying to get an HTML embed working for a twitch live stream.

It was working last week but now I am getting a " Whoops! This embed is misconfigured. (Developers: Please check your browser console for more information)"

Has anyone else experienced this problem? If so how did you resolve it?

Thanks!

Hey, did you ever figure this out? I’m trying to do the same and I’m getting the same error.

Did you check the console? Without some more info or even a link it’s going to be tough to troubleshoot the issue

Twitch changed its embed requirements. You need to add your domain to the end of the src in the iframe.

It should look like this:

<iframe
    src="https://player.twitch.tv/?channel=Ninja&parent=www.mysite.com"
    height="720"
    width="1280"
    allowfullscreen="true">
</iframe>