If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
You have no doubt seen plenty of blogs with posts containing embedded YouTube videos. They are so easy to add. All you have to do is copy the embed code and paste it into the “Code” tab (not the “Visual” tab) of the Post field in WordPress.
If you produce videos, you can upload them to YouTube and then embed them into your blog. Even if you don’t embed them into your blog, YouTube is an excellent way to gain exposure for your blog.
However, sometimes when you upload and embed YouTube videos, the YouTube version may not be of the quality you desire. If you are able to produce your video in QuickTime, you can embed them in your posts with the QuickTime Embed plugin by Yaosan Yeo.
To use the plugin, first upload it and activate it in WordPress (more on how to do this in a future post).
Next, upload your QuickTime video to your server. You’ll have to do this via FTP (File Transfer Protocol).
Make note of the name of the file, the path you placed the file in, and the dimensions of the video.
Next, within the Code tab of the Post editor, enter in the following piece of code:
[qt:/wp-content/themes/Forte/images/demo.mov 480 256]
The above example shows the relative path of where the movie demo.mov is located. You could type in the complete address as in:
[qt:/http://yoursite.com/wp-content/themes/Forte/images/demo.mov 480 256]
The “/wp-content/themes/Forte/images/” is just an example of the path in which the file is located. Of course, yours will be different.
Okay, next note the numbers 480 256. Those numbers are variable as well. The 480 is the width of the video. 256 is the height + 16. That is, the actual height of the video is 240 pixels. You add the 16 to accommodate for the height of the QuickTime controller.
So it’s that easy. To see an example of how I did it to embed a QuickTime video found on another site, please see my post in Instantly Iconic.
One side note. Viewing the QuickTime video may be dependent upon your visitor having QuickTime installed and may take time for the video to “transfer” to the post. So use your judgment on whether you wish to use this method.
You Should Also Check Out This Post:
- Where to get Psychological Triggers for free
- SEO Book's Rank Checker Tool
- Thinking about vlogging? You can do it cheaply. Just ask Sarah.
- Reasons to Use Google Docs to Publish to Your Blog
- I'm going to PodCamp Ohio. Are you?
More Active Posts:
- How to embed QuickTime video's into your WordPress Blog (5)
- Sexy blogging (3)
- Focus on a few websites to turn the internet buck (2)
- Reasons to Use Google Docs to Publish to Your Blog (2)
- Welcome to SemiProBlogging (1)
- SEO videos on YouTube (1)
- What a great photo! Can I use it for my blog? (1)
- Tip for Google AdWords Advertisers (1)
- For higher click throughs, match your AdSense and blog link colors (1)
- Speed up your Flickr/Creative Commons Photo Search with Photo Dropper Plugin (1)
















Hi. My name is Alvin. The picture you see is me with my lovely daughter, who along with my son, are the reasons I'm a semi-pro blogger. Semi-Pro because I don't make a full time living by blogging. I have a full time job (which I love by the way), and I blog to
What do you know? There’s a Wordpress plugin for everything. I usually use the embedded media HTML generator at
http://cit.ucsf.edu/embedmedia/step1.php .
The only things about embedding videos are you give your user no choice as to whether they want to load the video or not, it can eat up a lot of bandwidth unnecessarily, and it makes your page take forever to load especially if you have several videos embedded.