Posts

Showing posts from December, 2020

How to get YouTube video ID?

Image
How to get YouTube video ID? Short answer: See the example below. Example: https://www.youtube.com/watch?v= RsEZmictANA The green colored characters  behind https://www.youtube.com/watch?v=  are the unique YouTube video ID. Note: RsEZmictANA is just a random YouTube video ID to show you as an example. Step-by-step guide on how to get YouTube video ID Simply go to a browser and open YouTube website Click into any video watching page Copy the http url in your browser.  For example: https://www.youtube.com/watch?v= liJVSwOiiwg   The YouTube video id is liJVSwOiiwg Notes Each YouTube video ID is unique. Capitalization is important in the video ID url. Discussion Feel free to leave a comment below, share with us your opinion and experience, or ask a question if you have any doubt in finding and getting YouTube video ID. Thanks for reading.

Embed multiple youtube videos in single player as a playlist

Image
Note: This is just a screenshot image, see below for the actual live video playlist Embed multiple youtube videos in single player as a playlist Short answer: <iframe src="http://www.youtube.com/embed/ kffacxfA7G4 ?playlist= tcYodQoapMg , iTNZ-OzBoBo " width="560" height="315"></iframe> Result (real live example): Details Able to embed multiple youtube videos into a single player as a playlist is very handy when you want to embed several videos at without the embedded videos actually taking all your space on a webpage while allowing your audience to access all the information you want to deliver to them. Simply copy the id of each YouTube video in the url and then replace them into the playlist link:  http://www.youtube.com/embed/VIDEO_ID_1?playlist=VIDEO_ID_2, VIDEO_ID_3 Insert the url into an iframe with your own preferred width, height and properties for your embedded video playlist. How to get YouTube video id? Simply go to a browser, open