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

Not sure what else to tell you then.

I visited https://djwickedwhite-labelwill.com/livemixpics.html devised the fix, screenshoted that fix. Gave you the fix and the screenshot of it working, observed you have applied the fix and it works here. So no idea why it’s not working on your machine.

1 Like

tried fixing it myself but im too getting the issue
Whoops! This embed is misconfigured.

the website url
https://sites.google.com/view/ttvadb/

For the stream

https://player.twitch.tv/?channel=adroppedbomb&parent=1732097225-atari-embeds.googleusercontent.com&parent=www.gstatic.com&parent=sites.google.com

for the chat

https://www.twitch.tv/embed/adroppedbomb/chat?parent=1732097225-atari-embeds.googleusercontent.com&parent=www.gstatic.com&parent=sites.google.com

i updated the code but idk if it worked because im having it say connection refused

It seems one of the parents in the stack changed…

Your URL’s are now

https://player.twitch.tv/?channel=adroppedbomb&parent=1381478453-atari-embeds.googleusercontent.com&parent=www.gstatic.com&parent=sites.google.com

https://www.twitch.tv/embed/adroppedbomb/chat?parent=1381478453-atari-embeds.googleusercontent.com&parent=www.gstatic.com&parent=sites.google.com

it seems that after i publish it seems to create a new url so ill proabaly have to port my site to a different host

1 Like

that was the issue with mine but i just swaped to using weebly as a host and all i needed was the url ttvadb.weebly.com

i was adding a ghost redirect and it seems to have broken it any fix here is the site
http://adb.us.to/

You outer page is not over SSL and is just an iframe to your weebly site.

So your outer page needs to be over ssl, and added to the lsit of parents

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!