allan16
I believe this is what you are looking for:
Code:
<!-- AddThis Button BEGIN -->
<a href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4a74028d1654af75" onmouseover="return addthis_open(this, '', '[url]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/sm-bookmark-en.gif" width="83" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a74028d1654af75"></script>
<!-- AddThis Button END -->
You can get different versions of the same thing at:
http://www.addthis.com/
Seems to work fine in all browsers I've tried.
Its true that if the visitor has JavaScript disabled it won't work
but hey, in the modern AJAX dependent browsing world, the
percentage of people doing that must be very small.
In any case its a progressive enhancement rather than a core
feature so I wouldn't worry too much about it.
Last edited by TWD; 08-01-2009 at 09:37 AM..
|