Simple Live Stream Embed - can't get it to work

I would like to embed my live stream to a website, I read the docs and did this (to test on localhost first, same thing happened when I posted to live site)

<iframe src="https://player.twitch.tv/?channel=Laurenell9898" parent="localhost" height="720" width="1280" frameborder="0" scrolling="no" allowfullscreen="true"

and I just get the full screen 'Whoop" error

Would love some help - Thank you!

You need to specify a parent

For localhost that would be

<iframe src="https://player.twitch.tv/?channel=Laurenell9898&parent=localhost" parent="localhost" height="720" width="1280" frameborder="0" scrolling="no" allowfullscreen="true" />

The alternative is to use Embed Everywhere which will work out the parent for you, when you specify no parents at all

You are a gentle person and scholar! Thank you.

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