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

Please link to the broken page so that it can be investigated and a fix advised

http://www.ef5tornados.com/live-storm-chasing

Im using wix and that was the problem before

The site http://www.ef5tornados.com/live-storm-chasing is not over SSL

SSL is required and the SSL version force redirecs to the non SSL version

Hello, I have very little knowledge on how this stuff works, but I cannot get a stream to embed on my wix site https://dizzyd305ttv.wixsite.com/stream is the link. I have tried to follow along with what has been going on, but I just keep breaking things.

This is what I tried to do following along, but it is still not working =\

<ifra - me src=ā€œhttps://player.twitch.tv/?channel=dizzyd305&parent=dizzyd305ttv.wixsite.com&parent=dizzyd305ttv.wixsite.com&parent=dizzyd305ttv-wixsite-com.filesusr.comā€ frameborder=ā€œ0ā€ allowfullscreen=ā€œtrueā€ scrolling=ā€œnoā€ height=ā€œ378ā€ width=ā€œ620ā€></ifra - me>

(with no dashes in frame of course)

Thank you for all you’ve been doing for us coding noobs.

The correct URL for the linked page to use as an iFrame is https://player.twitch.tv/?channel=DizzyD305&parent=dizzyd305ttv.wixsite.com

1 Like

I just saved/published it, and it still comes up broken. =(

The correct URL for the linked page is now https://player.twitch.tv/?channel=DizzyD305&parent=dizzyd305ttv.wixsite.com&parent=dizzyd305ttv-wixsite-com.filesusr.com

Wix went and added another iframe when you saved.

1 Like

You my friend, are a champion, all the internet points to you <3

Ok, I’m using Topia.io/twitch as my URL that I want the popup to work on. I’m trying to embed fextralife’s video.

https://player.twitch.tv/?channel=fextralife&parent=topia.io/twitch.fileusr.com&parent=topia.io/twitch&parent=topia.io/twitch

I cannot find an embed on this page to investgiate the problem

https://player.twitch.tv/?channel=fextralife&parent=topia.io/twitch.fileusr.com&parent=topia.io/twitch&parent=topia.io/twitch

Parents should be the domain name only, not a path

https://player.twitch.tv/?channel=fextralife&parent=topia.io

may be correct I cannot test to confirm

Sorry … the URL I’m trying to make this work on is here:

If you enter the topia.io/twitch URL that I mentioned, you’ll see that my goal is to create a series of ā€œbillboardsā€ that when clicked will opena popup with the streamer’s channel playing in it.

Yeah I went here and it asked for access to my microphone and camera. Which I’m not willing to give

I cannot get any further to anywhere to see an embed that is broken without providing login information.

Poking about I also can’t find an embed anywhere to debug

Understood. Topia is a platform that serves as a spatial video conferencing application. According to the developers it’s most likely NOT my embed code – but an issue with ā€œcanvasā€.

The correct URL for the linked page is https://player.twitch.tv/?channel=czarot&parent=czarot26.wixsite.com&parent=czarot26-wixsite-com.filesusr.com

1 Like

OMG been struggling for hours, Thanks, you are not the hero we deserved, but the hero we needed sooooo badly <3

Hello. I’m trying to embed my twitch to my website (on wordpress) I’ve tried different combinations of the embed instructions and even though now I can see the embed on my preview page, it doesn’t display it correctly when I publish it. Here’s the direct webpage https://pinkaiz.com/live-stream/

I’m very, very new at programming, so I’m not sure how to find the parent tree even on inspecting the code =(

Thank you for your time guys

The page here has spat out rhe JS stuff without is being process as JS stuff.

You have a wordpress problem rather than an embed problem.

You don’t have any script tabs around the init call, or the call to include the embed library

I have edited it to look like this:

<!-- Load the Twitch embed script -->
<script src="https://embed.twitch.tv/embed/v1.js"></script>

<!--
  Create a Twitch.Embed object that will render
  within the "twitch-embed" root element.
-->
<script type="text/javascript">
  var embed = new Twitch.Embed("twitch-embed", {
    width: 854,
    height: 480,
    channel: "caroblackkenobi",
    layout: "video",
    autoplay: false,
    // only needed if your site is also embedded on embed.example.com and othersite.example.com 
    parent: ["wordpress.com", "pinkaiz.com"]
  });

</script>

The page https://pinkaiz.com/live-stream/ no longer exists for me to debug/investigate