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

It’s good it works! Sorry for the time it took! Thank you

I having an isse where is not embedding the stream.

Parent website: www.hharvey3.wixsite.com/music-sessions-313

image

"

There is no broken embed on this page for me to fix

Parents should contain domain names only, you have paths in yours.

Since I have not purchased a full domain name, I cannot use the embedded link.

I can not for the life of me get this figured out with a wix site…

Link to page : http://www.hydragaming.us/streamers

Your website needs to be over forced SSL (https). right now it’s on forced non SSL (http). That is your issue

1 Like

Thank you so much!

Hello @BarryCarlyon you seems to be THE GUY ! Could you please help me ?

https://contactpanemetcirc.wixsite.com/panemetcircenses

I’m not able to make it worked despite several attempts, when i inspect it it doesn’t show the same kind of iframe filesusr…

<iframe
src="https://player.twitch.tv/?channel=panemetcircensestv&parent=contactpanemetcirc.wixsite.com&parent=www.contactpanemetcirc.wixsite.com&parent=www-contactpanemetcirc-wixsite-com.filesusr.com&muted=true"
height="720"
width="1280"
frameborder="0"
scrolling="no"
allowfullscreen="true">

Thanks by advance

<iframe src="https://player.twitch.tv?channel=panemetcircensestv&amp;
parent=contactpanemetcirc.wixsite.com&amp;parent=www.contactpanemetcirc.wixsite.com&amp;parent=75672477-661f-47b1-a59c-9d901e932dc6.htmlcomponentservice.com" height="720" width="1280" frameborder="0" scrolling="no" allowfullscreen="true">
</iframe>

1 Like

Thank you ! You definitely are THE GUY <3

Please Help

<iframe src=https://player.twitch.tv/?channel=cyberrudy&parent=www.daddyleagues.com&parent=www.daddyleagues.com&parent=www-daddyleagues-com.filesusr.com" height="350" width="1050" frameborder="0" scrolling="no" allowfullscreen="true"></iframe>

Your website needs to use forced SSL, the non SSL version doesn’t redirect to the SSL version.

Otherwise please link to a page containing the broken embed

Thank you,

I was trying to get my twitch embeded and have been struggling trying to figure it out even after using a similar template just changing my web addresses for my twitch and my web page I wanted embeded.

I have

iframe src=“Twitch” frameborder=" 0"=“” allowfullscreen=“true” scrolling=“no” height=“378” width=“620”></iframe

and

iframe
id=“chat_embed”
src=“Twitch Error
height=“500”
width=“350”>

these are both on https://www.fandomarchives.com/twitch-channel any advice how to fix it?

For video

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

For chat

<iframe id="chat_embed" src="https://www.twitch.tv/embed/fandomarchives/chat?parent=www.fandomarchives.com&parent=www-fandomarchives.com&parent=www-fandomarchives-com.filesusr.com" height="500" width="350">
</iframe>
1 Like

Awesome!! Thank you so much!!

im working on a project for my university. im having same problem with my embed twitch stream. i have tried 2 ways one works other doesn’t.
1 way is with iframe

iframe src=“Twitch Error” frameborder=“0” allowfullscreen=“true” scrolling=“no” height=“378” width=“620”>

this doesnt work .

2way

script src=“https://player.twitch.tv/js/embed/v1.js”>

script type=“text/javascript”>

new Twitch.Player(“twitch-embed”, {

width: 1150,

    height: 580,

channel: "sizets"

});

this works

my page.

iirc only localhost on port 80 is supported

you are generally better off using the second way as the embed helper will work out the right parents to use

And I can’t debug this as you are on localhost, I need to see the page live to debug the issue

Hello guys,

With twitch new embed system, I have some difficulties embeding this stream.

  1. I use weebly for the free webstie and domain

  2. I used the Iframe for the twitch channel Twitch

  3. My domain name is: https://alain118.weebly.com/

and this is what I get:

Any help would be appreciate it!

Thanks

Your iframe embed is using the wrong parent param https://player.twitch.tv/?channel=alain118&parent=www.example.com

You need to change parent=www.example.com to parent=alain118.weebly.com