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

<iframe src="https://player.twitch.tv/channel=HiRory&parent=thelovechat.net" frameborder="0" allowfullscreen="true" scrolling="no" height="400" width="620"></iframe>

Thank you for your help. I did as you suggested. Here is exactly what i’m using - still have the same result “Sorry. Unless you’ve…etc etc”

You removed the ? before channel

You have

<iframe src="https://player.twitch.tv/channel=HiRory&parent=thelovechat.net" frameborder="0" allowfullscreen="true" scrolling="no" height="400" width="620"></iframe>

You need

<iframe src="https://player.twitch.tv/?channel=hirory&parent=thelovechat.net&parent=www.thelovechat.net" frameborder="0" allowfullscreen="true" scrolling="no" height="400" width="620"></iframe>

Also converted the channel name to ALL lowercase, and added a second parent for full coverage

Thank you - I did an exact copy paste and now i’m getting the “refused to connect” error

use the revised one

https://player.twitch.tv/?channel=hirory&parent=www.thelovechat.net&parent=thelovechat.net

which has both version of yoru domain

Disregard - it is now working. Thank you!!

Hi I apreciate any help I don´t know how to embed my videos

Your parent should be JUST a domain name, and since you have a nested iframe declare a second parent with the nested iframe

So it should be:

https://player.twitch.tv/?video=1416614200&parent=nutrilongevo.blogspot.com&parent=scmplayer.net

Ok thank you very much

It worked Barry you are great, thanks!!!

Hey Barry,
Sorry but im stuck on it, try to fix with other comment on wix but still not working :frowning:
Here the link
https://leonbernard.wixsite.com/latelierdeshin

iframe src=“Twitch &parent=www.leonbernard.wixsite.com&parent=leonbernard-wixsite-com.filesusr.com
frameborder=“0”
allowfullscreen=“true”
scrolling=“no”
height=“100%”
width=“100%”>

 https://player.twitch.tv/?channel=owiiiii&parent=leonbernard-wixsite-com.filesusr.com&parent=leonbernard.wixsite.com

DAM ! So fast, thanks so much you’re the best !

Hey Barry, you seem to be an absolute god at this, so I’m giving this a try too:

https://lyla493.softr.app/item-detail?recordId=rec0qqrgIs3vRuDnw

The correct URL for the iframe on this page is

https://clips.twitch.tv/embed?clip=LightFragileBaconThisIsSparta&parent=lyla493.softr.app

Thanks for the super quick response! I do however still seem to run into the same issue. Any idea what I might be doing wrong?

<iframe
    src="https://clips.twitch.tv/embed?clip=LightFragileBaconThisIsSparta&parent=lyla493.softr.app"
    height="300"
    width="400"
    allowfullscreen>
</iframe>

(Removed the angle brackets by the two “iframe” cause it didn’t seem to go through when I included them. Also seems like it just converts the full text into “Twitch”, but the full text appears on mouseover)

You need to tell the forum that you were pasting code and not to try and draw an iframe

Looks fine here

Ah my bad - I’m extremely unsavvy when it comes to this stuff.

It does seem to work now, yeah! It must have just taken a little while for it to go through. Thanks a TON for the help and the extremely quick responses!

Hello,

Just recently, all my twitch embeds are not loading correctly.

Please help. Thanks!

There is no Twitch Embed on this site to debug! And since most of these issues are environmental, need to be able to see the issue/error in the nevironment to debug it

This is the embed code from my Twitch video that im trying to load on my site:

<iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fplayer.twitch.tv%2F%3Fvideo%3D1435456060%26muted%3Dtrue%26autoplay%3Dfalse%26parent%3Dcdn.embedly.com&display_name=Twitch.tv&url=https%3A%2F%2Fwww.twitch.tv%2Fvideos%2F1435456060&image=https%3A%2F%2Fstatic-cdn.jtvnw.net%2Fcf_vods%2Fd1m7jfoe9zdc1j%2F6cc1b46730024096921c_beatcinema_48640474555_1850692577%2F%2Fthumb%2Fthumb1435456060-640x360.jpg&key=61d05c9d54e8455ea7a9677c366be814&type=text%2Fhtml&schema=twitch" width="620" height="351" scrolling="no" title="Twitch.tv embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe>```