How to Embed a YouTube Video on Tumblr
Besides using youtube as a music player, sometimes you also want to simply embeb a youtube video in your sidebar to use it for what it was meant to, to display videos!
In this tutorial you will learn how to add it to your Tumblr layout, make it autoplay and make it smaller or bigger.
Posting a YouTube video through a video post is a whole different story, and a much easier one, since you just need to pate the YouTube video url in order for it to get published.
How to Embed a YouTube Video on Tumblr
- Go to the YouTube video page you are interested in embedding
- Click on Share
- Now, Click on Embed
- Grab the embed code just as it is there, there’s no need to check any of the boxes below.
- Below is an example of the Youtube Video you want embed in your Tumblr Theme:
- You need to modify both width and height until you are satisfied with its size, smaller or bigger.
- Grab the modified code and paste in your description box. You can also add
tags before and after the video to make a separation between it and other objects in the description box. - Of course you can add the same code to any other part of the theme you feel like, it’s just a trial and error until it fits properly in your blog.


<iframe width="560" height="315" src="http://www.youtube.com/embed/CH_UpJeK6Ho" frameborder="0" allowfullscreen></iframe> |
How To Make A Youtube Video Autoplay on Tumblr
- In this case, before grabbing the embed code, check the box that says “Use Old Embed Code” in the youtube video you want to insert on tumblr, after getting it (make sure you also adjust width and height, but this time they are going to appear in four parameters, not only two), add the following chunk of code at the end of the youtube url
- Example Below. Check carefully were we pasted the autostart parameter
- Update Preview >> Save >> Close.
&autoplay=1 |
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/CH_UpJeK6Ho?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/CH_UpJeK6Ho?version=3&hl=en_US&rel=0&autoplay=1" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object> |

