Hi everyone!
Trying to get my twitch embed video working again on my website.
Current code:
Website:
Hi everyone!
Trying to get my twitch embed video working again on my website.
Current code:
Website:
Code didn’t paste… 1st time:
Thanks for the reply Barry, the video itself seems to be completely gone now for some reason.
Silly question but could this be because I am offline?
This is the wix preview tool, please ignore this and test on your actual website. The Wix preview tool is in yet another iframe and I have no idea what that frame is
your code should be
<script type="text/javascript">
new Twitch.Player("twitch-embed", {
width: 825,
height: 460,
channel: "eigatoblanco",
parent: ["ad4f36bb-5bec-41e2-bf85-9998cce69ffd.htmlcomponentservice.com", "goss2006.wixsite.com"]
});
</script>
OOF nevermind brotha barry it worked I see what I did wrong lol thank you and have a good one.
Yeah the wix editor is on yet another iframe and we don’t know what it is and it’s not worth including it in the parent stack
I’m struggling. Barry you seem to be the man! So glad I found this thread.
Web address: https://www.warzonediscord.com/
Here’s my code:
< iframe src=“https://player.twitch.tv/?channel=mr_bingham&parent=www-warzonediscord-com.filesusr.com&parent=warzonediscord.com&parent=www.warzonediscord.com” frameborder=“0” allowfullscreen=“true” scrolling=“no” height=“378” width=“720”>Watch live video from Warzone Discord on www.twitch.tv
use
https://player.twitch.tv/?channel=mr_bingham&parent=2da0d3af-a6c6-41df-88f9-d2bfde885298.htmlcomponentservice.com&parent=warzonediscord.com&parent=www.warzonediscord.com
Still no luck.
Sorry!
< iframe src=“Twitch frameborder=“0” allowfullscreen=“true” scrolling=“no” height=“378” width=“720”>Watch live video from Warzone Discord on www.twitch.tv
You got a bad " at the start of the src
Awesome, thanks!
We are having the same issue on our site: https://dofesports.wixsite.com/defenders-of-faith
iframe code I used before is not working an anymore. Code is:
<div style="width:286px">
<div>
<iframe width="100%" height="87%" src="https://player.twitch.tv/?channel=dof_tv&enableExtensions=true&muted=true&player=popout&volume=0.34?embeddable=true"></iframe>
</div>
<div align="right"><a href="https://player.twitch.tv/?channel=dof_tv&enableExtensions=true&muted=true&player=popout&volume=0.34?embeddable=true" target="_blank">Fullscreen Mode</a>
</div>
</div>
Any help is more than welcome. Thanks in advance.
use
https://player.twitch.tv/?channel=dof_tv&enableExtensions=true&muted=true&player=popout&volume=0.34?embeddable=true&parent=dofesports-wixsite-com.filesusr.com&parent=dofesports.wixsite.com
Hey guys! Haven’t seen anyone try this with GoDaddy (unless I missed it in the thread). If anyone wants to give it a shot it would be appreciated! We are getting the lovely black box with the ghost in it on every page.
https://bracketsgames.com/
https://bracketsgames.com/
I’m not to sure where to paste the embedded player to my Wix website I keep thinking I’m pasting it in the wrong area and that’s why I think I’m having the connective issue? I’m just not to sure
just not to sure how right this is as well i’m just over all stuck on this TT_TT
<iframe src="https://player.twitch.tv/?channel=confluxgaming&parent=www.example.com" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
``` ??
Wix puts embeds inside another iframe, which needs to also be added as a parent.
If you use this as the embed src, it should work:
https://player.twitch.tv/?channel=confluxgaming&parent=www.confluxgaming.com&parent=www-confluxgaming-com.filesusr.com
<iframe src="https://player.twitch.tv/?channel=confluxgaming&parent=www.confluxgaming.com&parent=www-confluxgaming-com.filesusr.com" frameborder="0" allowfullscreen="true" scrolling="no" height="648" width="1152"></iframe>
still giving me this error
If that’s what’s being displayed in the WIX editor, then that’ll show issues because that adds other iframes that screw things up. Using the src I mentioned on the site itself should work though, and does for me when I test it on your site.