123

123


<script> document.addEventListener('DOMContentLoaded', function () { var plugin = document.createElement('video-plugin'); document.body.appendChild(plugin);

var config = { //token: 'Token 435a9544f6ceec2a2a381c2ce25e24cd2e230fe3', token: 'Token c07d37287780cc837c554f9145d5e281868f4203', api: 'http://ec2-52-29-110-193.eu-central-1.compute.amazonaws.com/api/v1/video/current/', widgetId: 'widget 001', link2: { href: 'http://bing.com', text: 'bing!' }, position: { x: -1, y: 1 } }

plugin.init(config);

});

</script>


Report Page