Like This Post, Get Updates By Email:

Enter your email address:

Delivered by : FeedBurner

How To Embed High Resolution YouTube Videos On Blog Or Website

Earlier when YouTube was testing high resolution videos, we posted a hack to view YouTube videos in high quality by simply appending a parameter to the existing url, but there is no need for such hack now as YouTube provides option to view the high quality version of the video, However, YouTube still does not provide any method to let users embed high quality version of the video on there blog or website, but using the hack below you will be able to embed high resolution Youtube videos.

Normal Quality Video


High Quality Video


For the hack to work you will need to append &ap=%2526fmt%3D18 to the end of video clip’s URL's specified in “param” and “embed” tags in the default embed code provided by YouTube. For Example:

This is the default code (Normal Quality):

  1 <object width="425" height="344">
  2 <param name="movie" value="http://www.youtube.com/v/Rw8gE3lnpLQ&hl=en"></param>
  3 <embed src="http://www.youtube.com/v/Rw8gE3lnpLQ&hl=en" type="application/x-shockwave-flash" width="425" height="344"></embed>
  4 </object>

This is the modified High Quality embed code (changes in bold):

  1 <object width="425" height="344">
  2 <param name="movie" value="http://www.youtube.com/v/Rw8gE3lnpLQ&hl=en&ap=%2526fmt%3D18"></param>
  3 <embed src="http://www.youtube.com/v/Rw8gE3lnpLQ&hl=en&ap=%2526fmt%3D18" type="application/x-shockwave-flash" width="425" height="344"></embed>
  4 </object>

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

this does not work

this does not work (anymore?). Clicking the play button just shows a stalled flash waiting for a video file which never seems to come.

It works!

Ya it works! go to this to see! http://www.youtube.com/v/bqTPql8XndA&hl=en&ap=%2526fmt%3D18

This one is great!!!

It really works!!, this one is great. Thank you very much for this code.

Post new comment

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

To combat spam, please enter the code in the image.

This is just one of the many helpful tips we have posted, You can find more stories here,
Do subscribe to updates using your favorite RSS feed reader or using the secure FeedBurner email update form on top of this post.