Embed not working or misconfigured

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);
)