how to embed private youtube video in html

Solutions on MaxInterview for how to embed private youtube video in html by the best coders in the world

showing results for - "how to embed private youtube video in html"
Nora
04 Sep 2020
1<!--	Go to your YouTube playlist
2		Press "Edit Playlist"
3		Go to privacy
4		Click "Unlisted (anyone with the link can view)"
5		(Also, check that the embed option is turned on)
6		
7		Click any video
8		"Share"
9		"Embed (</>)"
10		Copy the code
11		Paste it in your code
12		Replace the video id (after 'embed/')
13		 with the playlist id (in the link after the 'playlist?list=')
14		
15		You are welcome!
16-->