Embed not working or misconfigured

hello i have looked around about embed error and think I have tried everything I have seen the site is pushing to HTTPS and I have edited what I needed I think so please take a look and let me know what I have done wrong, please

I have tried the URL as the above and jrkknives.org / jrkknives.org/ / www.jrkknives.org
but it never seems to work

You need to follow the guide for google sites

This should help with doing embeds on google sites.

i must be really dumb i have runt that code but it just shows the code in the window :frowning:
( var parent = [‘sites.google.com’, ‘www.gstatic.com’, window.location.host];
console.log(parent);
document.getElementById(‘target_frame’).setAttribute(‘src’, document.getElementById(‘target_frame’).getAttribute(‘src’) + ‘&parent=’ + parent.join(’&parent=’));

var options = {
width: 800,
height: 500,
channel: “jonsiin”,
allowfullscreen: false,
layout: “video-with-chat”,
muted: true,
parent
};
var player = new Twitch.Embed(“test”, options);
)

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