Hey,
I embedded the Twitch Embed Player in my site as in the docs proposed (left out the includes/divs):
<script type="text/javascript">
new Twitch.Embed("twitch-embed", {
width: 854,
height: 480,
video: "v206702792",
time: "05h50m48s"
});
</script>
But this does not jump to the timestamp, what am I doing wrong? Using an <iframe>
works like a charm.
Any ideas, any hint appreciated!
cheers
PrimuS