Posting YouTube Videos to WordPress Blogs
Because of the way wordpress corrects invalid XHTML this is the best way to post YouTube videos…..
YouTube suggests:
<object height="350" width="425">
<param name="movie" value="http://www.youtube.com/v/rCOx24TsBPI"></param>
<param name="wmode" value="transparent"></param></object> <object height="350" width="425">
<param value="http://www.youtube.com/v/rCOx24TsBPI" name="movie"></param>
<param value="transparent" name="wmode"></param></object>
Convert this to:
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/rCOx24TsBPI" height="350" width="425">
<param name="movie" value="http://www.youtube.com/v/rCOx24TsBPI"></param> </object>
Comments (2)
What I'm Doing...
- Android why can't I create a repition of a calendar event every other week? I can do weekly, every xth of the month but not every other! 10 hrs ago
- Get a private beta invite for Connect.Me. It's your reputation card for the social web http://t.co/ZWV66HMM 12 hrs ago
- Waiting for a callback from the doctor, why can't they tweet me or do a Skype diagnosis? 23 hrs ago
- RT @CatherineQ: Congrats team in white shiny pants that won. Commiserations to team in white shiny pants that didn't win. #Superbowl < ;) 1 day ago
- Looking at superbowl tweets, sounds like I didn't miss much! 1 day ago
- More updates...



[...] just updated this broken post on Posting YouTube Videos to WordPress, to allow me to post this video of the University of Leicester’s Paternoster lift – many a [...]
[...] may remember many moons ago, I posted about what a bind it could be to put YouTube videos into WordPress Blogs (because WordPress got all excitable and corrected the [...]