Hi
I know: Everything | Twitch Developers but not working for me for some reason.
Huch! Diese Einbettung ist falsch konfiguriert.
(Entwickler: In eurer Browserkonsole erfahrt ihr mehr.)
That is the only error I got?!
Thanks!
Hi
I know: Everything | Twitch Developers but not working for me for some reason.
Huch! Diese Einbettung ist falsch konfiguriert.
(Entwickler: In eurer Browserkonsole erfahrt ihr mehr.)
That is the only error I got?!
Thanks!
You didn’t describe what your code looks like.
So kinda hard to give a solution.
What is the link to the page with the broken embed?
No and its just a plain HTML.
Yes
Nope just plane HTML copy together with bunch of different Domains.
Youtube work fine by the way.
shorturl.at/lzEFG
SSL is required. That is the issue.
YouTube doesn’t require SSL. Twitch does
As to your code:
new Twitch.Embed("twitch-embed", {
width: 100%,
height: 480,
channel: "nuoflix",
layout: "video",
autoplay: false,
// Only needed if this page is going to be embedded on other websites
parent: ["http://nuo7.at", "http://www.nuo7.at"]
});
You only need it to be
new Twitch.Embed("twitch-embed", {
width: 100%,
height: 480,
channel: "nuoflix",
layout: "video",
autoplay: false
});
And it will auto determine the parent for you
Can you pls delete the URL?
I update it and the show me another error gain.
I dont have an SSL because the Domain only dont have a free ssl into.
With no SSL you will get no Embeds.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.