A How To On Adding A Youtube Video To Wordpress
Categorized under: Web-Design-Articles
The easiest way to add a Youtube video to WordPress is to click EMBED on Youtube, here's a screenshot of what that looks like:
Then Copy and Paste the code in Youtube into Wordpress. That should look something like:
<object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/QO1a6k1WpcU&hl=en_US&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QO1a6k1WpcU&hl=en_US&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object>
And below is where the code belongs. Notice the HTML tab is selected in WordPress :

— Zeus ::)
Jul 02, 2010

