patrickmarabeas / jQuery-YouTube-API-Player

jQuery plugin to insert a YouTube player on the page
4 stars 2 forks source link

Loading youtube playlists #2

Open tobaco opened 11 years ago

tobaco commented 11 years ago

great work!

would it be possible to load a playlist (by playlist id) from youtube and use these informations and IDs for the videoArray?

thanks!

patrickmarabeas commented 11 years ago

I don't see why not, I'll have a look while I rewrite this in Angularjs...

patrickmarabeas commented 11 years ago

Looks like the playlist id feature doesn't work: https://developers.google.com/youtube/youtube_player_demo

Best it seems you can do is manually give the player an array of video IDs, and define it as a playlist.