Thanks for visiting! If you're new here, you may want to receive FREE daily updates to our Posts. So you won't miss a single article we write about technology!

After gaining good page rank on one of my post on “How to disable snapshots on all site?” i thought of writing a short post on how to turn off snapshot on some links only. I started using snapshot due to recommendation from our readers. I find it very irritating when it pops up as you hover over a URL.
I don’t particularly find it irritating when we hover over the bubble as we are wanting to look at the snapshot or requesting an action. Anyway, to turn off the snapshot over some particular links on your website, you need to add the “snap_noshots” class to that URL. If you look at Teckiech sidebar ads (look at source code if you wish), you will notice that the snapshot is turned off and even at the technorati favorite button and the digg logo on the other sidebar.
To add this class to an exiting hyperlink:
Orginal State
<a href=”http://www.google.com” target=”_blank”>Google Search Engine Homepage</a>
Turned Off State
<a class=”snap_noshots” href=”http://www.google.com” target=”_blank”>Google Search Engine Homepage</a>
Hope it helps you and please don’t forget to share your thoughts and opinions…






























Elliot said,
October 11, 2008 @ 11:38 am
Cool, seems easy enough.
[Answer]