Embedding a YouTube video in your blog
1. Click the "Embed" tag
2. Grab the Embed Code
3. paste in the HTML of your own blog
(mine looked like this):
<object height="300" width="500">
<param name="movie" value="http://www.youtube.com/v/BPtuekvJdhs?fs=1&hl=en_US" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed src="http://www.youtube.com/v/BPtuekvJdhs?fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385" />
</object>
4. The video should be visible upon preview or posting: