By ethanre on
I've been searching without success for a module that makes it possible for a pop-up with a screen shot of the target site to show on mouse over..
In other words, I add a link to google.com, when i place the mouse cursor over this link a popup is displayed with a screen shot of google.com so the user can see the destination before clicking on the link... Any such module?
Thanks
Comments
I am not aware of any module
I am not aware of any module that does that BUT a while back I used the snippet from www.snap.com (requires signing up) to create that effect in Drupal 4.7.
I have just tried it again on my Drupal 5.7 site ...
You need to place the javascript code from snap.com just "above the body tag" in page.tpl.php of your theme. At least that is where I placed mine and it does work.
So if you dont get a Drupal based or other solution deemed better ...
;)
Check out the Snap Preview
Check out the Snap Preview Anywhere or WebSnapr Preview Bubble modules.
Thank you both for the
Thank you both for the replies. Both option are what I was looking for, I'll give these a try. Thanks again!