Please link to the broken page so that it can be investigated and a fix advised
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
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.
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
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