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

thank you for ur help

Dist and Barry, thanks for your help, really appreciate it!

Hi Barry Carlyon.
thank you for answer faster.
Im not expert about this so Im not sure I did correct or not. now screen shows nothing.
I eddied to
I wonder I can not see there my channel name or id…
I use HTML setting with code option on Wix.

Please paste the URL to the page with the broken embed

I need help with this with wix

my website is rpdorlando.tv I tried the code as below:

iframe src=“https://player.twitch.tv/?channel=rpdtvs&parent=rpdorlando.tv” frameborder=“0” allowfullscreen=“true” scrolling=“no” height=“378” width=“620”></iframe

Still not working

Use

https://player.twitch.tv/?channel=rpdtvs&parent=www.rpdorlando.tv&parent=rpdorlando.tv&parent=www-rpdorlando-tv.filesusr.com

OMG! Thank you Blessing

I have been trying to understand and to know how to get the code.

Where and how did you get that code??

I used the instructions I wrote at the top of this post. it seems on wix, that the embed goes in an iframe and then on the site, so the parent needs your website and the iframe, so you need multiple parents.

Also just years of experience as a developer and knowing how to troubleshoot

Ok I am stumped I think I am missing something obvious
Site : www.sugarshackrecordings.com
Code:
src=“https://player.twitch.tv/?channel=sugarshackradio&parent=www.sugarshackrecordings.com&parent=sugarshackrecordings.com&parent=www-sugarshackrecordings-com.filesusr.com
height=“95%”
width=“100%”
frameborder=“0”
scrolling=“no”
allowfullscreen=“true”>

Hi there, stream was broken, but following your code got it working. Thanks so much!

That embed src you’ve included in your msg works fine for me on your site, but when I visit your /listen page the reason the first embed is broken is because the src is set to https://player.twitch.tv/?channel=sugarshackradio&parent=sugarshackrecordings.com&parent=www.sugarshackrecordings.com&parent=sugarshackrecordings.filesusr.com (the last parent is wrong, it should be www-sugarshackrecordings-com.fileusr.com)

And your 2nd embed just has https://www.twitch.tv/embed/sugarshackradio/chat?parent=sugarshackrecordings.com& as the src, so is missing the other parents.

To be more literal

https://player.twitch.tv/?channel=sugarshackradio&parent=sugarshackrecordings.com&parent=www.sugarshackrecordings.com&parent=www-sugarshackrecordings-com.filesusr.com

and

https://www.twitch.tv/embed/sugarshackradio/chat?parent=sugarshackrecordings.com&parent=www.sugarshackrecordings.com&parent=www-sugarshackrecordings-com.filesusr.com

Hey guys.
I have the same issue. I just made a new website, new web host account, and uploaded it. The embed isn’t working.

Here is the website I made:
http://systemsunited.net/

My web host is siteground.com

I added both systemsunited.net and siteground.com as the parents, but I guess I need a more specific syntax.
Any clues on how I would find the exact spelling of the parent I need to add?

First you need your website to be over SSL

Second your code just needs to be

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

Or omit the parent as the JS Lib will determine if for you. Your original code is correct, you missed the SSL required rule

Thank you so much!
Adding SSL was successful, seems to be working now!

THANK YOU!! A little bit of Wix editor sillyness got in the way as well. Appreciate the help, I am G2G.

THANK YOU!! A little bit of Wix editor sillyness got in the way as well. Appreciate the help, I am G2G.

You’re already light years ahead of me, the new embed system has completely broken the connection on our website and I haven’t been able to get it working again. I continue to get the Whoops! Misconfigured message.

I’ll be following your question because once I get the connection re-established I’ll want to make sure it’s in source quality

Post your website here and we can help

Duuuuuuude I just found that thread and after reading through it realized it was the “filesusr.com” parent tag throwing me off. I used an example you gave to another reader and was able to sort it just a few seconds ago.

Thank you so much for your help

1 Like