How To Add YouTube Playlist in HTML5 Video? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How To Add YouTube Playlist in HTML5 Video?

I want to add an YouTube channel playlist. how can I add YouTube playlist?

15th Aug 2016, 9:12 AM
Karanveer Shukla
Karanveer Shukla - avatar
5 Answers
+ 4
<iframe url("url of your playlist")> You can add style to this also...
15th Aug 2016, 11:46 AM
Harsh Arora
Harsh Arora - avatar
+ 2
when you share a video (I. e. onto facebook or another website) it has a link that refers to that specific video, copy that link and then paste it wherever you're trying to put it, if you are trying to add it to an html document that you made yourself then you can apply it with the <video>..</video> tags or you can put it in a <div href="...."> tag
18th Aug 2016, 5:50 AM
Hoeft Brian
Hoeft Brian - avatar
+ 1
tell me someone!!!
15th Aug 2016, 9:12 AM
Karanveer Shukla
Karanveer Shukla - avatar
+ 1
copy link and/or download link from your target
15th Aug 2016, 9:53 AM
Hoeft Brian
Hoeft Brian - avatar
0
by useing iframe tag you can get it from video discreption on youtube
17th Sep 2016, 9:10 PM
Mohamed Ali
Mohamed Ali - avatar