Embedding Channels Error

HI everyone,
i have some issues with embedding,

my website is : http://www.shakaam.eu ( on the “live” page),

i used this code :

    <div class="twitch" id="twitch-embed"></div>

    <script src="https://embed.twitch.tv/embed/v1.js"></script>

    <script type="text/javascript">
        new Twitch.Embed("twitch-embed", {
            width: 1100,
            height: 480,
            channel: "shakaam",
            parent: ["www.shakaam.eu" , "shakaam.eu"]
        });
    </script>

and i encounter a problem : "Refused to frame 'https://embed.twitch.tv/' because an ancestor violates the following Content Security"

Someone can give me some advice for fix this problem ?

(Ps: i apologize for my bad english )

Your website needs to be on SSL/HTTPS

http is no longer supported

thx

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