Hi there - could you please add a feature to include youtube playlists so that you can embedd a video from a playlist and skip forwards or backwards from that playlist with controlls in the embedded player?
Many thanks
Charles
Hi there - could you please add a feature to include youtube playlists so that you can embedd a video from a playlist and skip forwards or backwards from that playlist with controlls in the embedded player?
Many thanks
Charles
If you’re using the embed element you can embed a playlist.
Example code
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/videoseries?list=PLPmnoMVpkxfhxwJROmuiwQF1SI6PXW41o" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
@Charles_Fraser Right now I’m seeing that you can use the video element (not the youtube element) > copy the playlist url and you’re ready to go.
Piter
Thank you Peter!!! You are awesome. Steve Gresham