Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
stackoverflow.com/a/13787503/385997 shows how to do this is JavaScript. – Jeff Posnick Mar 4 at 21:03

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.