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

Hey Barry,

so i fixed my first page, but now on my second page which would be my translation page, i try to copy and past the coding like i did the first time and it worked, but now on the second page which is the translation page it gives me a whole new url and when i go to change it, it gets denied

Link to new broken page

https://www.oyelatinos.com/livestream - original that works

then i try and copy it to second language

https://es.oyelatinos.com/livestream - broken or wont let me change the element as per threads. did the same instructions to get my first one working. but this page doesnt

Hey Barry (or anyone that can help),

I am a total NFG at this stuff. I have a Wix site that I am trying to fix the embed on and I am lost. I read through the thread and tried to use some of your fixes and examples but had no luck.

Here is my site https://www.mitauchi.com/

Here is the code I used:

Appreciate any help anyone can offer.

https://player.twitch.tv/?channel=oyelatinos&parent=es.oyelatinos.com&parent=235afb71-f3c3-4743-af6a-ca9c9dbb13ef.htmlcomponentservice.com

Is correct for the linked page

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

is correct for this page

where exactly do i replace that link with??

Awesome thanks!

Hi Barry, I have the live video working now …although I cheated and linked via the Wix video player. I am now trying to embed the chat on our website … this is the code I have used

All I get is a grey box with an sad face. I also tried it without the www. in front of the 'coretothefloor.net'. Please could I ask for you help again? Thanks Molly

For some reason it didn’t copy the code … so hopefully it has copied now…

<iframe frameborder="0"
        scrolling="no"
        id="chat_embed"
    src="https://www.twitch.tv/embed/CoreToTheFloor/chat?parent=www.coretothefloor.net/"
        height="500"
        width="350">
</iframe>

sorry it still won’t let me see the code so I have attached it instead … really sorry about this :frowning:

Hey @BarryCarlyon

I am using squarespace. My website is www.ajaxx.co. I am currently trying to embed on a test page https://www.ajaxx.co/new-page.

My Twitch Channel is https://www.twitch.tv/dj_ajaxx.

I am positive SSL is enabled but I am receiving that error everybody else is receiving. My iFrame code is below:

< iframe src=“https://player.twitch.tv/?channel=dj_ajaxx&parent=www.ajaxx.co&parent=https://jack-strandberg-4dvj.squarespace.com/”/>

Any help would be greatly appreciated, thank you!!!

It should be

<iframe frameborder="0"
        scrolling="no"
        id="chat_embed"
    src="https://www.twitch.tv/embed/CoreToTheFloor/chat?parent=www.coretothefloor.net"
        height="500"
        width="350">
</iframe>

You had a / on the end

You also have a / on the end, and a https on one of your parents

try

<iframe src=“https://player.twitch.tv/?channel=dj_ajaxx&parent=www.ajaxx.co&parent=jack-strandberg-4dvj.squarespace.com” />

@BarryCarlyon

I started using this (without the apostrophes)

“<iframe src=“Twitch />”

However, now Squarespace is telling me it encountered an error. But it’s not the same error I was getting previously.

Hi Barry, I copied and pasted your code into my HTML box and still nothing has changed…I then entered your code manually and still nothing …I am still seeing a grey box with a sad face…I don’t understand why it won’t work :frowning: Thanks Molly

Link to currently broken page please

Copy/paste error you have the wrong “kind” of double speech marks

There is no embed on this page I cannot test

Your list of parents should be DOMAIN NAMES only.
You have included a path to a page on the first one

Hi Barry Here’s the code

<iframe frameborder="0"
        scrolling="no"
        id="chat_embed"
    src="https://www.twitch.tv/embed/CoreToTheFloor/chat?parent=www.coretothefloor.net"
        height="500"
        width="350">
</iframe>

And the page link is https://www.coretothefloor.net/copy-of-live-music

Thank you so very much for all your help. Molly x x

Rather than two iframes. You probably want one

    <div id="twitch-embed"></div>

    <script src="https://embed.twitch.tv/embed/v1.js"></script>

    <script type="text/javascript">
      new Twitch.Embed("twitch-embed", {
        width: 854,
        height: 480,
        channel: "coretothefloor",
        parent: ["www.coretothefloor.net","www-coretothefloor-net.filesusr.com"]
      });
    </script>

Otherwise the correct URL for your chat iframe is

https://www.twitch.tv/embed/CoreToTheFloor/chat?parent=www.coretothefloor.net&parent=www-coretothefloor-net.filesusr.com

Hmmm, my embed died, so I have tried resetting it up, and now I get “Sorry. Unless you’ve got a time machine that content is unavailable.”
warzonediscord.com

your URL is very wrong

You didn’t substitute values correctly

You need something like

<iframe src="https://player.twitch.tv/?channel=mr_bingham&parent=www.warzonediscord.com&parent=2da0d3af-a6c6-41df-88f9-d2bfde885298.htmlcomponentservice.com"
    height="<height>"
    width="<width>"
    frameborder="<frameborder>"
    scrolling="<scrolling>"
    allowfullscreen="<allowfullscreen>">
</iframe>

And then to update the the <thing> values to an actual value