Thread Starter
ryanc
(@ryanc)
oh, I should say that I am using WordPress Version 2.0.2
Hi
Go to /wp-admin/profile.php (profile manager) and untick the use rich editor as default.
it will give you the old editor and with it you can use the youtube / google video code.
after that you can reactevate the rich editor – but – DO NOT redit the post with it.
In fact you do not need to install any plugin. You just need to put this code in your post:
<object type=”application/x-shockwave-flash” data=”http://www.youtube.com/v/XXXX” height=”350″ width=”425″><param name=”movie” value=”http://www.youtube.com/v/XXXX”><param name=”wmode” value=”transparent”></object>
All you need to do is change the XXXX for the number of the video you want to show.
For instance if you change XXXX into eZeYVIWz99I ito would became:
<object type=”application/x-shockwave-flash” data=”http://www.youtube.com/v/eZeYVIWz99I” height=”350″ width=”425″><param name=”movie” value=”http://www.youtube.com/v/eZeYVIWz99I”><param name=”wmode” value=”transparent”></object>
See it in action at http://www.conteaqui.com.br
In fact, that’s invalid markup.
this is much better, and its valid:
<object type="application/x-shockwave-flash" style="width:425px; height:350px;" data="http://www.youtube.com/v/72zn2KODSsY"><param name="movie" value="http://www.youtube.com/v/72zn2KODSsY" /></object>
You need to close your tags.
You are correct. I have modified it .Many thanks for your help.