User Tools

Site Tools


howto_social_bookmarking

Social Bookmarking

Social bookmarkings is a big deal, there are literally thousands of services that you can use in order to let the users of your site share the url's between them.

However it is too time consuming for you as an individual to sign up for literally all these services. Here Addthis enters.

Addthis is an incredible site that allows you to create buttons that allow your visitors to add your site to thousands of social bookmarking sites, in 10 seconds flat, no log in required.

They do have additional services for you if you register, but it is not a requirement.

I suggest anyone who has considered dabbling with social bookmarking to try the service.

The implementation is really easy - Here is a code snippet to illustrate (it was created without log in to the site, but works perfectly).

<HTML>

<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://addthis.com/bookmark.php?v=250&amp;username=xa-4beeaaab61b514bf"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4beeaaab61b514bf"></script>
<!-- AddThis Button END -->

</HTML>

You will notice the code begins with an HTML tag and ends with an /HTML tag.

This is because I cut the above piece from the wiki that I am using, docuwiki by the way which I warmly recommend for it's easy set up and user friendliness. The code simply needs to be inside the body tags of your page.

The bookmark button looks like this:

 
<!-- AddThis Button BEGIN -->
<a class="addthis_button" href="http://addthis.com/bookmark.php?v=250&amp;username=xa-4beeaaab61b514bf"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4beeaaab61b514bf"></script>
<!-- AddThis Button END -->
<br>
<br>

Try it and share this knowledge with your friends!

howto_social_bookmarking.txt · Last modified: 2012/03/09 10:43 (external edit)