Geekonym - Youtube Playlists and Charlie Parra del Riego
http://geekonym.com/youtube-playlists-charlie-parra-del-riego/
Youtube Playlists and Charlie Parra del Riego
So I’ve recently rediscovered the awsomeness of Charlie Parra del Riego
and I wanted to test embedded YouTube Playlists. Guess its a Win-Win post!
Code after the jump
There are two ways to do it, via the old object code, and new iframe code.
<object width=”560″ height=”100%”> <param name=”movie” value=”http://www.youtube.com/p/ID”></param> <param name=”allowFullScreen” value=”true”></param> <param name=”allowscriptaccess” value=”always”></param> <embed src=”http://www.youtube.com/p/ID” width=”560″ height=”100%” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true”></embed></object>
Remember to replace the word “ID” with the actual YouTube playlist ID
<iframe src=”http://www.youtube.com/embed/videoseries?list=ID” width=”560″ height=”100%” frameborder=”0″></iframe>
http://www.youtube.com/watch?v=hFxLso1M2J0&feature=BFa&list=ULgWPJ-AxU6X0















