Youtube player tracking API for iframe embed -


i need enable event tracking of youtube-videos embedded in site, since youtube has switched iframe-based embedding-code, i'm kinda lost ...

google/youtube documentation ( http://code.google.com/intl/da-dk/apis/youtube/iframe_api_reference.html ) describes how enable api when videos embedded programmatically using api - not when copy-pasted onto page in, say, cms.

on top of that, documentation states youtube player api iframe tracking experimental , should not used production sites!

has found way make work? listen events fired iframe-embedded youtube video?

it looks can used events , call functions on youtube video embedded via iframe.

https://developers.google.com/youtube/iframe_api_reference#events


Comments

Popular posts from this blog

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -