Embed youtube videos in wordpress with KLM Flashembed plugin

By | September 14, 2007

In this post I’m going to show how to embed flash into your wordpress blog posts. This will allow you to show youtube videos directly from your blog. KLM Flashembed is a plugin for wordpress that will do the trick. Download the latest version and upload the files to your plugins folder, then activate the plugin in your wordpress administration panel.

When writing a post or page, you can embed the youtube video with the following code:

[*kml_flashembed movie=”http://www.youtube.com/v/jZULGg9kfCo” height=”350″ width=”425″ /]
(remove the asterisk *)

“jZULGg9kfCo” is to be replaced with the video ID. Width and height is optional and can be adjusted to fit in . The output of the above code would look like this:

[kml_flashembed movie=”http://www.youtube.com/v/jZULGg9kfCo” height=”350″ width=”425″ /]

Leave a Reply

Your email address will not be published. Required fields are marked *