- Step 1: Create the Movie Content
- Step 2: Create the Poster Frame Movie
- Step 3: Upload the Movies to Your Server
- Step 4a: Add the Code to a Web Page
- Step 4b: Add the Code to a WordPress Blog Post
- Step 5: Test
- You Don't Need YouTube!
Step 4b: Add the Code to a WordPress Blog Post
Although the preceding code should work in all Web documents, I can’t get it to work in WordPress, which is my blogging platform of choice. Fortunately, there’s a plugin for WordPress that makes it extremely easy to insert QuickTime movies with poster frame movies. It’s called QuickTime Embed and you can find it on the Channel-Ai Community Blog (http://www.channel-ai.com/blog/plugins/quicktime-embed/).
Once the plugin has been installed and activated—Miraz Jordan and I explain how to install and activate plugins in our book, WordPress 2: Visual QuickStart Guide—you can embed your QuickTime movie and its poster frame movie in a WordPress blog post by entering the following code:
[qt:movieurl movieposterurl width height]
As with the code above, replace movieurl and movieposterurl with the complete URLs to your movie and its poster movie. Replace width and height with the width and height of the poster movie, in pixels. The QuickTime Embed plugin does the rest, creating XHTML–compliant code that works on all computer platforms with all browsers that support QuickTime content.
When you’re finished inserting the code in your post, don’t forget to publish it to your site.