How to embed HD Youtube videos
As posted recently, Youtube added watch in HD toggle video option officially but unfortunately it is possible to embed video of resolution upto 640×505 but you cannot embed then for HD playback then how to do it? Only three steps to go to accomplish it yourself easily.
You will need to to make small changes in video embed code.
- Paste the following code wherever you want to embed video.
- Grab the video URL you want to embed and copy the video ID which is in between /v/ and symbol &
- Replace the text YOURVIDEOCODEHERE withthe Video ID you copied and you are done.
<object width=”630″ height=”380″>
<param value=”http://www.youtube.com/v/YOURVIDEOCODEHERE&ap=%2526fmt%3D22″ name=”movie” /><param value=”window” name=”wmode” />
<param value=”true” name=”allowFullScreen” /><embed width=”630″ height=”380″ wmode=”window” allowfullscreen=”true” type=”application/x-shockwave-flash” src=”http://www.youtube.com/v/YOURVIDEOCODEHERE&ap=%2526fmt%3D22″></embed></object>
Credits : Webware








thanks for this useful tip
thanks for this useful tip
Minimum requirements for creating hd
http://www.youtube.com/watch?v=pGwCfONnnR4
Minimum requirements for creating hd
http://www.youtube.com/watch?v=pGwCfONnnR4
Doesn’t work…
I just put &hd=1 after my embed link and wah-lah, HD is on by default.
@linuxcrypt, Thats great and easy trick man… Thanks for sharing.
thank u
but we can get
complete embed code from youtube site
and put it in our blog
YouTube now provides a ‘play in hd’ option. This will create an embedded code which plays your video in HD. Basically it’s what linuxcrypt says: It puts &hd=1 after your link.