Embedding Channels

Hey Guys,
i have some issues with the embedding…

the website: https://www.projekt-takeover.de/partner.html

my code for all channels:

<iframe class="videoplayer" src="https://player.twitch.tv/?channel=saphir3xDjWeiga&parent=https://projekt-takeover.de&parent=localhost&parent=ni483264-1.web20.nitrado.hosting" height="478" width="850" frameborder="0" scrolling="no"></iframe>

Website is forced to https.
on every try i get: Ups! This embedding is wrong configurated .

Someone has a answer to that?

btw sorry for my bad english.

<iframe class="videoplayer" src="https://player.twitch.tv/?channel=saphir3xDjWeiga&parent=https://projekt-takeover.de&parent=localhost&parent=ni483264-1.web20.nitrado.hosting" height="478" width="850" frameborder="0" scrolling="no"></iframe>

should be

<iframe class="videoplayer" src="https://player.twitch.tv/?channel=saphir3xDjWeiga&parent=projekt-takeover.de&parent=localhost&parent=ni483264-1.web20.nitrado.hosting" height="478" width="850" frameborder="0" scrolling="no"></iframe>

You have a https at the start of one of your parents

1 Like

if i use your iframe code i get: player.twitch.tv refused to connect.

Try

<iframe class="videoplayer" src="https://player.twitch.tv/?channel=saphir3xDjWeiga&parent=projekt-takeover.de&parent=www.projekt-takeover.de" height="478" width="850" frameborder="0" scrolling="no"></iframe>

1 Like

i dont get it…

<iframe class="videoplayer" src="https://player.twitch.tv/?channel=saphir3xDjWeiga&parent=projekt-takeover.de&parent=www.projekt-takeover.de" height="478" width="850" frameborder="0" scrolling="no"></iframe>

now i have a white window with nothing in it…
Maybe a Problem with the Brave browser?

Brave has a bunch of weird privacy blocks in place that might be interferring

1 Like

-.-
Thanks Barry! Just installed firefox and now its working…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.