I was unable to find the "code snippets" section ( I swear we use to have one ), so I'll park this here.
The following is the simplest way I know how, to embed YouTube and Blip Tv videos into a web page with out using third party software or libraries.
<!-- Blip Tv
The alpha-numeric video code is found in the "embed" option of your video after "/play/" -->
<iframe width="512" height="256" src="http://blip.tv/play/AYOY1HoC" frameborder="0" allowfullscreen></iframe></br>
<!-- YouTube
The alpha-numeric video code is found in the video URL after "?v=" -->
<iframe width="512" height="256" src="//www.youtube.com/embed/o0PFkSTdDOU" frameborder="0" allowfullscreen></iframe></br>