Somehow this script http://d.pr/n/OnIm from here http://d.pr/LE7o tells whatever div I gave the id of
'var holder = $('div.youtube');'
to play the video selected in the
'$(".demo4").ytplaylist(' <li>
which is great, but what I'm trying to do is to also get the video title and description for the currently playing video.
I'm implementing it here. http://d.pr/ojgM .
I found this Getting title and description of embedded YouTube video but don't know how to implement it into the JS. Any ideas?