ElkArte Community

Project Support => Support => Topic started by: nhwood on February 23, 2015, 06:50:44 am

Title: I'd like to be able to embed YouTube Playlists
Post by: nhwood on February 23, 2015, 06:50:44 am
Would it be possible to embed playlists as well as videos?
Title: Re: I'd like to be able to embed YouTube Playlists
Post by: emanuele on February 23, 2015, 08:20:33 am
/me 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... :-[
Title: Re: I'd like to be able to embed YouTube Playlists
Post by: radu81 on February 23, 2015, 08:41:35 am
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
Title: Re: I'd like to be able to embed YouTube Playlists
Post by: nhwood on February 23, 2015, 03:10:02 pm
Quote from: emanuele – /me 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>
Title: Re: I'd like to be able to embed YouTube Playlists
Post by: emanuele on February 23, 2015, 03:28:53 pm
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
Title: Re: I'd like to be able to embed YouTube Playlists
Post by: nhwood on February 23, 2015, 03:37:10 pm
Yeah that's right. Do you think it's possible when the embed code uses an "<iframe>" tag?