You make it seem too easy Barry haha
Thanks so much for your help. You are the man!
You make it seem too easy Barry haha
Thanks so much for your help. You are the man!
Hi Barry, struggling to get twitch channel embed working on wix website, any help greatly appreciated.
Channel: placeofpraise001
website: www.placeofpraise.ca/virtual-services
Thank you & regards
There is no embed on this page for me to go and look at.
sorry about that i just updated what i had before i removed the embed that was there, please take a look now it should be there for your review.
website: www.placeofpraise.ca/virtual-services
[/quote]
Thank you & regards
Hey there everyone, and thank you for coming to the thread! I seem to be having trouble with using the iFrame embed code on my Squarespace site and am hoping someone can be kind enough to lend a hand. I’ve tried editing a few of the attributes and everything looks to be about right. Code I have currently is as follows:
iframe>
src=“https://player.twitch.tv/?channel=kironard&parent=www.nso.gg/todd-overcash”
frameborder=“0”
allowfullscreen=“true”
scrolling=“no”
height=“500”
width=“1200”>
/iframe>
*I omitted the actual < keys on the iframe so the video does not render here for the sake of troubleshooting accurately.
The error I’m getting is as follows (https://share.getcloudapp.com/NQugWpv9). The page I have the Embed link on is here (https://www.nso.gg/todd-overcash). If anyone can help me figure out what may be going on here I would be greatly appreciated!
P.S. I did already verify that the SSL is set up so I know that is not the issue.
use
https://player.twitch.tv/?channel=placeofpraise001&parent=www-placeofpraise-ca.filesusr.com&parent=placeofpraise.ca&parent=www.placeofpraise.ca
Use, just the domain name, no path needed
https://player.twitch.tv/?channel=kironard&parent=www.nso.gg
Hey there @BarryCarlyon and thank you for your input! So I have tried the following:
iframe>
src=“https://player.twitch.tv/?channel=kironard&parent=www.nso.gg”
frameborder=“0”
allowfullscreen=“true”
scrolling=“no”
height=“500”
width=“1200”>
which then does not load the tool, and I also tried to omit the “www” which I know was a solution many have tried that worked as well and alas no luck. Any other ideas? Here is the errors that appear in the console (https://share.getcloudapp.com/04uY6vOz)
The tool?
As shown in my screenshot. My change works correctly.
The error shown in the console is irrelevant to your problem
@BarryCarlyon
Actually nevermind, the issue at hand was that not only did it need the domain (which I host externally, which is the “nso.gg”) needed to have a parent param but then also the internalized domain did as well (newschooloriginals.squarespace.com). Once that was done, it works like a charm! Thank you so much for your help!
Hi Barry still cant get my embed to work I’ve used the following:
<iframe src="https://player.twitch.tv/?channel=placeofpraise00&parent=www-placeofpraise- ca.filesusr.com&parent=placeofpraise.ca&parent=ww.placeofpraise.ca"frameborder=“0” allowfullscreen=“true” scrolling=“no” height=“378” width=“620”>
just do not know where my code is wrong, any help is greatly appreciated
ignore the wix preview tool. Test ONLY on the live website
Perfect its working great, I see what you meant just ignore the wix embed preview screen, once you publish the website it shows on the Live website.
Thank you and greatly appreciated
Hi guys, im getting crazy with the new embedding code, my issue is that i have the embed into an iframe and into ANOTHER iframe, so i can’t get it work, here’s the structure:
im using this code with all the parent’s fields but i cant get it work (the error is that twitch delays a lot to response)
<iframe id="twEmbed" src="https://player.twitch.tv/?channel=AAAAAA&parent=yyyy.com&parent=xxxx.com" frameborder="0" allowfullscreen="true" scrolling="no" width="100%"></iframe>
I really appreciate your help!, thanks
Your code looks correct.
Please post the URL to the page with the broken embed on.
Hi,
i cant get the embed working on
https://www.gameswelt.de/sonstiges-aus-der-welt-der-spiele/kampagne/test-twitch-embed-303334
despite i used the parent paramenter and its https:
i included the .js and the iframe player both dont work. Any idea?
<div id="twitch-embed"></div>
<script src="https://embed.twitch.tv/embed/v1.js" type="text/javascript"></script>
<script type="text/javascript">// <![CDATA[
new Twitch.Embed("twitch-embed", {
width: '800px',
height: '600px',
channel: "gameswelt",
parent: ["www.gameswelt.de"]
});
// ]]></script>
<iframe width="620" height="378" src="https://player.twitch.tv/?channel=fppta&parent=www.gameswelt.de" frameborder="0" allowfullscreen="true" scrolling="no"></iframe>
i also tried with gameswelt.de as parent (without www) still no success, none of the four examples work.
any clue? Thanks already!
First three work fine.
You seem to be including the Embed JS at least twice…
Change the code to
<script type="text/javascript">// <![CDATA[
new Twitch.Embed("twitch-embed", {
width: '800px',
height: '600px',
channel: "gameswelt"
});
// ]]></script>
You can omit the parent when using the JS lib it’ll auto determine the parent for you
you have four embeds doing basically the same thing. So I’m not sure what the end goal is on this page
Hi Barry,
thanks for your swift repsonse! it looks like its a local problem with my pc/chrome. Bit embarrasing, so sorry for taking your time!
cheers!
Vitus
Hello!
I am out of my depth here. Can I please get some assistance with figuring out what I’m doing incorrectly?
https://www.stackup.org/stream
<iframe src="https://player.twitch.tv/?channel=stackupdotorg&parent=www.stackup.org&parent=www-stackup-org.fileusr.com&parent=stack-up.org" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
Any help is appreciated!
use
https://player.twitch.tv/?channel=stackupdotorg&parent=www-stackup-org.filesusr.com&parent=www.stackup.org&parent=stackup.org
I’ve had trouble still with my Wix Site with the code. Help? (Website is casualcompetitive.ml)
<iframe src="https://player.twitch.tv/?channel=casualcompetitivetf2&parent=www.example.com" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>