The great big "I'm using WIX/SomeWebsiteMaking Tool and I don't know how to fix my embed" thread

From my side I can see this page, but many users say that this page does not show the player and It’s blank
https://chilenext.cloudaccess.host/?page_id=2723

Your website has mixed SSl/non SSL content. But otherwise I see no technical issues.

You are however not forcing SSL.

I imagine those reporting an issue are on

http://chilenext.cloudaccess.host/?page_id=2723

Which is not forcing a redirect to the HTTPS version. You need to update to force everyone on your website to be accessing over SSL

Hello, I am not very skilled at all with embedding or code in general. Could someone help me with my site? Here is the link: https://kylehealey4.wixsite.com/curvedbubbles

I cannot embed my Twitch stream.

I appreciate any help someone may offer!

Change

  new Twitch.Embed("twitch-embed", {
    width: 854,
    height: 480,
    channel: "curvedbubbles",
    // only needed if your site is also embedded on embed.example.com and othersite.example.com 
    parent: ["embed.example.com", "othersite.example.com"]
  });

to

  new Twitch.Embed("twitch-embed", {
    width: 854,
    height: 480,
    channel: "curvedbubbles",
    // only needed if your site is also embedded on embed.example.com and othersite.example.com 
    parent: ["e0fe33bb-4000-4205-815e-32d050a9446b.htmlcomponentservice.com", "kylehealey4.wixsite.com"]
  });

You’ll probably need to fiddle the dimensions and/or what you want in that box

Thank you so much for your quick reply. It works now! Have a great Sunday.

Hey everyone, I’ve tried all of the suggestions on here and I’m still not having any luck. My site is SSL and I’m doing everything on here but I’m still getting “player.twitch.tv refused to connect.” Can someone please help? Thanks in advance!

djthirtytwo.com is my site.

https://player.twitch.tv/?channel=djthirtytwo&parent=djthirtytwo.com&parent=www.djthirtytwo.com

as your source instead

1 Like

@BarryCarlyon I truly appreciate your help! You have been a tremendous help to everyone who had issues with this topic. So I thank you!! Unfortunately, it’s still not showing up. It’s just giving me a blank grey box now.

@djthirtytwo your embed looks to be working fine when I visit your site, I don’t see a grey box.

@J.t.p your site is asking for a username and password. We can’t help much if we can’t see your embed. Setting the parent to therex.pythonanywhere.com may work, but if there are other iframes surrounding the embed then you’ll need to add them as parents too.

@Dist I got it to work. Thanks for the help!

Likewise! I appreciate you guys, thanks for the help!

Hey Barry,

Thanks for all the help you have provided everyone including myself. I have successfully been able to embed twitch into my website from this thread.

One issue that has come up is I’m not able to get into full screen from my website. Maybe this is a limitation of using the stream + chat embed all in one? My first thought is I’m doing something wrong though.

If you have the time I would love for you to check my site, and code and see if this is just a quick little fix or not.

Website

<!-- Load the Twitch embed script -->
<script src="https://embed.twitch.tv/embed/v1.js"></script>

<!-- Create a Twitch.Embed object that will render within the "twitch-embed" root element. -->
<script type="text/javascript">
  new Twitch.Embed("twitch-embed", {
allowfullscreen: "true",
    width: 854,
    height: 480,
    channel: "teknetron",
    parent: ["teknetron.com", "www.teknetron.com","www-teknetron-com.filesusr.com"]
  });
</script>

I greatly appreciate any help or info you can provide!
Thanks =D

I followed all the steps… and didn´t work.
https://www.trianonz.com.br/

I tried to use it
www-trianonz-com-br.filesusr.com (I found it in inspect)

Could someone help me?

That parent of the iframe surrounding your embed is correct, but you also need to include the domain of your site (www.trianonz.com.br) as a parent too.

This should work for the embed src:
https://player.twitch.tv/?channel=trianonz&parent=www-trianonz-com-br.filesusr.com&parent=www.trianonz.com.br

Thats outside the scope of this thread. I don’t know whats wrong with fullscreen.

It’s probably because you are an iframe in an iframe. And the inner iframe has the fullscreen permission but the outer one does not. And I don’t think you can fix that with WIX.

Eu não consigo achar no meu, estou precisando de ajuda aqui.

Meu site é: https://www.familiakartclube.com.br/corrida-ao-vivo

<iframe src="https://player.twitch.tv/?channel=familiakartclube&parent=www.example.com" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
https://player.twitch.tv/?channel=familiakartclube&parent=familiakartclube.com.br&parent=www.familiakartclube.com.br&parent=www-familiakartclube-com-br.filesusr.com

1 Like

Thank you so much, it worked!

It´s working now. Thank you @Dist

Thanks Barry, appreciate the info & help!