Twitch Embedded Player Updates in 2020

Your site, trentvon.com when visited adds www. to the front of it, so you need to include www. to the parent param.

Made the adjustment, still hitting that brick wall I was talking about
Here’s the direct link: https://www.trentvon.com/live-stream!Screen Shot 2020-06-12 at 3.02.12 AM|690x58

PS, thanks again for your quick reply :slightly_smiling_face:

Your Twitch embed is inside another iframe, so you need to add that iframe as a parent too.

So if you add www-trentvon-com.filesusr.com as a 2nd parent it should allow the embed to work.

Still get blocked.
Tried several different approaches, this is the code… but perhaps I missed something

Working fine here, looks like you have a cache. Which is another fun issue with Wix. Caching!

DUDE! YOU’RE AWESOME! Thanks so MUCH! I’ve been stressing out on this ALL NIGHT. Now I can sleep… thanks again!

I am having the same problem a lot of folks seem to have. The embed worked fine a few days ago. I updated the script but to no avail.
http://www.anonymousensemble.org/projectflight/

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

Your website needs to be over SSL it is not over SSL and thus fails the criteria

having the same problem with wix embed.
I have tried to embed any webpage that might even possibly have a reference on but am getting the same error note. the code worked till yesterday (albeit without the parent additions below)
Can anyone help?
Thanks

Give url to page with broken embed on and I’ll jsut give you the fix

sorry:

iframe src=“https://player.twitch.tv/?channel=aimhilive&parent=aimhi.co&parent=www.aimhi.co&parent=restream.io” frameborder=“0” allowfullscreen=“true” scrolling=“no” height=“100%” width=“100%”>

Thats not the page that your embed is on, thats the iframe you are trying to use

URL is: https://www.aimhi.co/live-stream

Use

https://player.twitch.tv/?channel=aimhilive&parent=aimhi.co&parent=www.aimhi.co&parent=www-aimhi-co.filesusr.com

as the iframe URL

and

https://www.twitch.tv/embed/aimhilive/chat?parent=aimhi.co&parent=www.aimhi.co&parent=www-aimhi-co.filesusr.com

For the chat

Thank you so so much. I spent all yesterday trying to play around with it and failing. that has saved me so much time!
Thanks again

FOR FUTURE HELP WITH WIX EMBEDS PLEASE VISIT THIS THREAD

tried that and still getting the sad face of doom :-/

thanks!