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

Yeah wordpress.org hosted blogs can have issues and block people from doing certain things

self hosted wordpress blogs often work better as you can do what you want

As to why it behaves in the preview but not on live I don’t know.

Ok thank you for the assistance, you suggest to self host the blog on my own to fix this thing?

there might be other solutions for a wordpress.com hosted blog. But a self host will give you full control

Can’t seem to get this to work https://d20deathmatch.wixsite.com/d20-deathmatch/watch

https://player.twitch.tv/?channel=d20deathmatch&parent=d20deathmatch.wixsite.com&parent=d20deathmatch-wixsite-com.filesusr.com for your iFrame URL

Hi!
I’m having trouble embedding my channel on WIX. I have an SSL certificate and the code appears to be correct, but I still get the error ERR_BLOCKED_BY_RESPONSE

this is the code:

this is the website:

https://www.madameshaw.com.br

Please, can anyone help me?

Your embed code looks correct and is working here

Yes! I saw your answers about Brazilian channels and I managed to find the problem in mine. Thank you very much!

Hi,

I cant get my embed to work. Here is the code im using

<iframe src="https://player.twitch.tv/?channel=divinelightch&parent=divinelightch.co.uk" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>

COuld anybody advise please

You code seems correct, link to page the embed is on please.
The environement needs to be checked

Oh great Barry, please bless me with the power to fix this. I do not know what I’m doing. I just want the silly player to play on my silly little website. EQFP
the embed part is this, although i wanted to be interactive

<iframe
    src="https://player.twitch.tv/?channel=eqflash69&parent=www.eqsfrozenpizza.com&parent=eqsfrozenpizza.com&muted=true"
    height="100%"
    width="100%"
    allowfullscreen>
</iframe>

and i thought about putting an interactive chat up there as well

You are using Google Sites

You need the fix outlined here:

instead of an iFrame

you are truly magnificent. I do not know how to thank you enough.

Hello, hope I can get some help, even though this thread hasn’t been touched in a while.
I am wanting to embed my twitch live streams on my website: [ radio ]
Of course, when viewing the embed on the website, you get the “Whoops! This embed is misconfigured.”

The website is being hosted on a Windows IIS Server and the domain is run through Cloudflare DNS with proxy. The IIS server requires SSL and has a valid certificate from ZeroSSL. The Cloudflare proxy is set up for end-to-end encryption, meaning it is requesting the HTTPS version of the site. so SSL is not the issue here.

My assumption here is that the cloudflare proxy may be causing an issue. Is there anyway to work around this? Perhaps the parent needs to be changed to one of cloudflare’s URLs? Here is my code for the embed… as you can see, I tried adding quite a few domain names in there to try to solve the issue:

<div style="left: 0; width: 100%; height: 100; position: relative; padding-bottom: 56.25%;"><iframe src="https://player.twitch.tv/?channel=vacanttapes&amp;autoplay=false&amp;parent=vacanttapes.com&amp;parent=www.vacanttapes.com&amp;parent=vacanttapes.com/radio.html&amp;parent=www.vacanttapes.com/radio.html&amp;parent=vacanttapes.com/radio" style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" allowfullscreen="" scrolling="no" allow="encrypted-media *;"></iframe></div>

If you open your browsers dev tools and look at the console you would see:

Twitch embed error message:

[InvalidCharInParent] parent query string value contains invalid character

Docs: Video & Clips | Twitch Developers

So the issue is with your parent params. You don’t need all of those that you’re using, it’s just the domain that’s needed.

If you change your iframe src from

https://player.twitch.tv/?channel=vacanttapes&autoplay=false&parent=vacanttapes.com&parent=www.vacanttapes.com&parent=vacanttapes.com/radio.html&parent=www.vacanttapes.com/radio.html&parent=vacanttapes.com/radio

to

https://player.twitch.tv/?channel=vacanttapes&autoplay=false&parent=vacanttapes.com&parent=www.vacanttapes.com

it should work fine

okay… wow. that simple, huh. sorry dude. I must have been having a rough night, I had been working on the website all day and I think i was starting to just grow impatient and tired haha. Thank you for your detailed reply.

Anyways, I implemented the changes you mentioned and you’re correct. It does “work” now… as in it’s not giving me an error code. Now i’m having a different issue. If you visit the webpage you will notice that the player is just black. No video plays and no preview image. But I can see my channel name and profile picture on the top left. Any idea what would cause this particular behavior?

Sorry, I am brand new to twitch and not very familiar with this embed system yet.

EDIT: Never mind. It seems to work with Safari and Chrome. But brave browser doesn’t work. So I will consider this solved. Is the twitch embed picky about browser type? Usually brave works with everything chrome works with, as they are both chromium-based browsers.

Brave is not one of the Supported Browsers, and has been the cause of issues in the past (particularly relating to the OAuth process when trying to connect with an Twitch app, but there are issues elsewhere too).

1 Like

The ‘quality’ param for iframe clips doesn’t work anymore? 480p30 comes up as 1080, it’s a pity.