mark keller_youtube video embed tips

You might be wondering how to embed a Youtube video to your post and make it loop. Here's how:

1. Upload a video to Youtube.

2. Go to that video, and click on "share" > "embed." Uncheck "show suggested videos when the video finishes" and choose the video size you want.

3. Copy the embed code. It should be something like

<iframe width="640" height="480" src="//www.youtube.com/embed/lPgh67TtdbA?rel=0" frameborder="0" allowfullscreen></iframe>

4. Insert this code into your Blogger post. Do not use Blogger's button to insert a video, because it will not use the right code format.

5. Now, tweak the code by adding "&amp;showinfo=0&amp;autohide=1&amp;vq=hd720&amp;autoplay=1&amp;loop=1&amp;playlist=lPgh67TtdbA" after "rel=0" giving you an embed code of something like:

<iframe width="640" height="480" src="//www.youtube.com/embed/lPgh67TtdbA?rel=0&amp;showinfo=0&amp;autohide=1&amp;vq=hd720&amp;autoplay=1&amp;loop=1&amp;playlist=lPgh67TtdbA" frameborder="0" allowfullscreen></iframe>

Of course, you will have to change the playlist ID to your video's ID number, not mine.

6. You can use this website to further explore the custom embed settings.