October 12, 2005
Check this out: Video Pop-Up Link Maker
What does it do?
This is a little wizard that writes the code for you to generate pop-up windows with embedded videos. Paste in your video URL, give it a title, and paste an image URL if you'd like. Then copy and paste the
generated code into your blog entry -- Shazzam!
The code generated will launch a small pop up window with your video embedded. Its still a little experimental, but basically works with most video types that play using Quicktime or Windows Media plugins.
Why do I need to do this?
You don't... but you might want to think about it.
Here's the problem... most of us direct link to our videos on our blog and expect them to play fine and dandy in the browser. This is not the case if your viewers are using Internet Explorer, and that's 80% or
more of all Internet users!
When an IE user clicks on a link to your video that is not properly embedded using HTML, they will have to wait until the WHOLE VIDEO DOWNLOADS before they can see anything -- even if you compressed with
Quicktime Fast Start. This is a total bummer. Windows Media is not much better because it will launch in Windows Media Player unless properly embedded using HTML. This is annoying.
So why not simply embed videos in your blog entries? Why launch a pop-up window?
Two reasons:
- many videos embedded on a webpage will cause the page to load very slowly. Even if you use Quicktime poster frames, most web browser will get a headache trying to render your webpage.
- FeedBurner and similar services require direct links to your video files in order to create the Enclosure elements in your RSS feed.
The Solution
This is in many ways the best of both worlds. It creates a direct link to your video file so FeedBurner will make Enclosures, while at the same time writes the javascript code to launch a pop-up window.
Pretty nifty!
Why did I make this?
I dunno... just a nifty little thing I thought I'd do. I had planned to use it for the Vlogging Hacks book, but that's not happening anymore.... I whipped this up kind of quickly today, so while it works, there's probably some additional features that would be nice to have.
Hey, its a first attempt. Give it a shot and let me know what you think?
The code generator is based on Tantek Celik's hCard Creator
Hope you enjoy!
-josh
Great script! Any chance you could post the php code you use in popup.php? This way we could have the popup.php file on our server? thanks, John
Posted by: John at February 3, 2006 04:45 PMI hesitate to use your code since it has to live on your server and don't want to be dependent on your server working or existing. Otherwise my videos break. But cool work otherwise.
Posted by: jim at March 1, 2006 12:11 AMI created a Wordpress plugin to use Josh's sweet popup.php here:
http://loadedpun.com/2006/03/31/embedthevideo-wordpress-plugin.html
The popup.php is included in the plugin, so you don't need to rely on an external site.
Comments, feedback or flames appreciated :)
Posted by: Devlon at March 31, 2006 11:49 AM

Very cool, Josh! Nicely done.
Posted by: Eric Lunt at October 13, 2005 10:38 AM