Tuesday, 17 March 2015

// // Leave a Comment

How To Embed YouTube Videos In Blogger Post

This is one of the best feature of blogger. It allow you to show YouTube videos in your post and visitors don't need to go to YouTube to watch your videos. Adding a YouTube in your post makes it more informative and professional. In this post, I will show you how you can add YouTube videos in your blog also.

How To Embed YouTube Videos In Blogger Post

Add YouTube Videos In Your Blog's Post

1. Before I show you the exact method, I would like to give some more information. A YouTube video will look like something -
www.youtube.com/watch?v=jhdsHko5f
The text written in red color is the video ID of that video.

2. Now open your post in HTML form.

3. Change the videoid with the id of your video and copy the whole code given below.

<iframe allowfullscreen="" frameborder="0" height="315" src="//www.youtube.com/embed/videoid" width="560"></iframe>

4. Now paste the copied code in your post.

How To Embed YouTube Videos In Blogger Post

5. Complete your post and publish it. You are done with it.