Lightbox and Hover can be integrated, although some pople might consider it a little hackish…
First we need the image we’d like to display including a thumbnail. For this example I’ll be using “New York City” (thanks to the creator Paulo Barcellos Jr. for letting me use his image in this demo. Head over to InterfaceLIFT for more …).
After placing the image, the tumbnail and Lightbox on the web server, we need to include Lightbox’s javascript and CSS file into out theme. I simply added the following lines to my theme’s header.php:
<script type="text/javascript" src="/images/lightbox.js"></script> <link rel="stylesheet" href="/images/lightbox.css" type="text/css" media="screen" />
Please be sure to alter the paths to be valid on your system.
Now I created a Hover with exactly the following settings:

Whenever I use NewYorkCity in a posting it will be replaced with a Lightbox link and a Hover popup. When you click on the link a popup will be displayed.
Please note that Lightbox can not be used together with Websnapr, as you can see in the above example.
Bradley Charbonneau has created a short video tutorial on how to use Hover.
A new version of Hover is available. This release really fixes a problem with search engine friendly links. The previous version v0.6.4 only fixed part of the problem.
A new version of Hover is available. This release fixes a problem with search engine friendly links.
A new version of Hover is available. This release fixes two Bugs, for details please refer to the release page
A small post to show what Hover can do:
A new version of Hover is available. This release fixes a minor bug in the default setting of domTT’s path.
A new version of Hover is available. Besides some internal changes the main enhancement is the option to write all needed javascript to a file.
A new version of Hover is available.