Skip to main content
Topic: I'd like to be able to embed YouTube Playlists (Read 2457 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

I'd like to be able to embed YouTube Playlists

Would it be possible to embed playlists as well as videos?

Re: I'd like to be able to embed YouTube Playlists

Reply #1

 emanuele is not sure how playlists work.

What would it be the final effect? (I mean, you want to see a list of links to the videos in the playlist, all the videos embedded, some kind of player that takes care of showing a list of videos and play them as requested, others.)
Sorry if the question sounds noob, but I'm not a big user of youtube, so I don't really know how it works... :-[
Bugs creator.
Features destroyer.
Template killer.

Re: I'd like to be able to embed YouTube Playlists

Reply #2

an example:
That is a module for joomla http://extensions.joomla.org/extension/custom-youtube-playlist
and here is the demo:http://joomla30.webkul.com/video-channels/custom-youtube-playlist.html

I think @nhwood asks for something similar
sorry for my bad english

Re: I'd like to be able to embed YouTube Playlists

Reply #3

Quote from: emanuele –
 emanuele is not sure how playlists work.

What would it be the final effect? (I mean, you want to see a list of links to the videos in the playlist, all the videos embedded, some kind of player that takes care of showing a list of videos and play them as requested, others.)
Sorry if the question sounds noob, but I'm not a big user of youtube, so I don't really know how it works... :-[
It actually just looks like a plain youtube video player with extra features.
Here's an example playlist https://www.youtube.com/embed/videoseries?list=PLA831BC0E127BC123

Embed code:
Code: [Select]
<iframe width="1280" height="720" src="https://www.youtube.com/embed/videoseries?list=PLA831BC0E127BC123" frameborder="0" allowfullscreen></iframe>

Re: I'd like to be able to embed YouTube Playlists

Reply #4

Ohhh. okay, now I got it.
For the record, the url of the playlist looks like this:
https://www.youtube.com/watch?list=PLA831BC0E127BC123&v=SdIaEQCUVbk
Bugs creator.
Features destroyer.
Template killer.

Re: I'd like to be able to embed YouTube Playlists

Reply #5

Yeah that's right. Do you think it's possible when the embed code uses an "<iframe>" tag?