There are already many articles about how to put social bookmarking links on a blog. Why write another one? That's a justified question and I wouldn't have written this post without having an answer to it. Many ways to embed social bookmarks take long, slow down page loading, or lack some features. I will explain a way that is easy to install in any website or blog, is very fast in loading, and offers features for more than 230 social networks, and in about 50 languages. If this sounds useful keep on reading.
In a social bookmarking system or social network, users store lists of internet resources, which they find useful. Often, these lists are publicly accessible, and other people with similar interests can view the links by category, or tags. In order to get backlinks and incoming traffic, and pagerank, it is an imperative to make tagging and bookmarking easy. I wrote about this in my article on social networking features for blogs.
There are many posts on how to put social bookmarking features on a blog, however most posts I saw on social bookmarking features propose a method that uses several images. Sometimes you are required to upload these images, other posts propose that each time your blog is loaded, these images have to be loaded from different hosting services. If you want a fast loading blog, you'd better not do this.
In this post I show a way I haven't seen implemented in any blog yet (however on a few other websites). It uses CSS Sprites for fast loading, provides many features for customization, and is very easy to install.
Addthis is a social bookmarking service and it's one of addthis lesser-known feature I am going to present in this post. I accidentally found out its toolbox options when looking in the addthis javascript file.
You can specify the social networks you want to use and customize the look. In the following, starting from an example, I show how to put a social bookmarking toolbar on any website or blog. In the end I come to which social networks are most used.
Default Look
A typical social networking toolbar would look like this:
This is the HTML code which you would have to insert into your template to get exactly the toolbar above:
<div class="addthis_toolbox addthis_default_style">
<a class="addthis_button_email" title="Email"></a>
<a class="addthis_button_print" title="Print"></a>
<a class="addthis_button_twitter" title="Tweet This"></a>
<a class="addthis_button_facebook" title="Share to Facebook"></a>
<a class="addthis_button_myspace" title="Share to MySpace"></a>
<a class="addthis_button_stumbleupon" title="StumbleUpon"></a>
<a class="addthis_button_digg" title="Digg This"></a>
<span class="addthis_separator">|</span>
<a class="addthis_button_expanded" title="More Choices">More</a><script src='http://s7.addthis.com/js/250/addthis_widget.js' type='text/javascript'></script>
</div>
To install this toolbar in a blogger template you would paste this code typically below this line:
<p class='post-footer-line post-footer-line-3'/>
Customization
You can put any social network there and completely customize the toolbar. This is the way to set the destination (social network) and the icon:
You can find about 230 more destination codes on the addthis services list.
Addthis offers an analytics feature which you can use if you register with addthis. Note that it is optional to register. The analytics feature shows most used services on your blog, bookmarked content, and where people came from who bookmarked. If you want to see this you should add your addthis username to the script call like this:
By default, the language of the visitor's browser is recognized and your toolbox is adapted correspondingly. If you want to use always a particular language, you can also do it.
Most Popular Social Networks
Ok, now which social networks should you choose? As of now, according to addthis data from the last 180 days, internationally these social bookmarking sites were most used:

On the same page you can also see the most popular social network sites for specific countries and also upcoming social bookmarking sites. As of December 2009 sites with most gains of usage are Sonico, meinVZ, Nujij, OKNOtizie, and orkut.
Now that you have a great toolbar, you are one step closer to success.
Success in social networks depends on many factors. You might want to read my summary of scientific studies about digg, called How Digg Works to get a better idea about these factors.
I hope this post was useful to you. Which social networks would you want to put in such a toolbar?
U COMMENT
I FOLLOW

Nice.. thats a lot of list, i also known others that can automatically submit our content, try onlywire, it will automatically sending your content into alot of social bookmarking sites.
@MMA Pound For Pound: thanks for the reference to onlywire. It looks useful, I am still playing with their firefox add-on.
I think it's important to point out the differences between addthis and sharethis on the one hand and onlywire on the other. The basic one is that while Addthis and sharethis submit to one networking site at a time, onlywire mass-submits to about 30 (spamming?).
As far as I have seen onlywire doesn't offer a toolbar for (re-)submitting to individual services. They offer a button, however, to mass-submit. Mass-submitting requires registration with onlywire and giving them your login information for each of the networking sites. So, let's be clear, this is not a substitute for the typical toolbar on the button of a post.
I think it is important to note that onlywire requires a monthly or yearly payment or promotion of their service on your website.
Grabbed it, used it, perfect!
...Thank you :o)
Hi Jen! I am happy you like it :).
thanks for useful information. social networking can drive our traffic :)
I really appreciateyour nice article. combine social networking toolbar into blog will make it easily to share with other
great information- thanks for posting this!!
Hello
This is a nice post about social networking toolbar.You have explained it very well.I think Facebook is more popular than others.Thank you very much for giving such useful information to us.
hoodia gordonii
nice..thanks............
I really feel the strong reason for you to write this article is gotdamn right! because add this really makes the pages to load faster & really shocked that why many bloggers not implementing this. I'm really happy that you are really helping out many other bloggers to improve their blogging skills. Addthis can bring you more traffic to! & also if registered with them on their website, you can really track the traffic statistics too!. Thanks for the info :)
Ooooh, confusing. Sorry, I'm not good at HTML (yet). I think I'll go with the easiest, most common way to add social bookmarking links to my site because I'm still a newbie to SEO.
@Rachel: I think you don't need HTML skills to get the toolbar. You can just copy-paste the code above (where it says "this is the html code") to an HTML widget. In blogger you would go to layout->page-elements, choose add widget, HTML widget, and then paste the code, and press save.
am searching for this to my site...Thanks for Sharing. Good Luck
I use the sharing is sexy bookmarking widget at the bottom of every post that I write. I love the pop-up effect. I needed a new different widget for my site as a whole and I think I'll use this one. Thanks for the info.
Nice toolbar. I, will use it for my website
@TechSaran, AhsanShankar, Neil: Have fun with the toolbar and see the effect! If you encounter any problems with it or need help for styling, please ask here.
@Teen on da Rise: I've seen your toolbar. It looks nice. I also tried to style some effect similar to a popup. If you tell me exactly what you want we can think about it together.
thanks!
but how did you create the hover effect?
@friendinME: There are several nice hover effects you can create with simple css. The style I use consists of a default, which avoids the addthis-typical underline and darkens the icons, and a hover tag, which moves the icons slightly to one side to give the impression of a button press and lights them up.
It is this code: .addthis_toolbox a:hover
{
text-decoration: none;
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
}
.addthis_toolbox a
{
margin-right: 10px;
opacity: .4;
-moz-opacity: .4;
filter: alpha(opacity=40);
text-decoration: none;
}
thanks... where do I place that code (after what line) in the template? I appreciate the help.
Just put the code above before </head> and enclose it with <style> and </style>.
Looks rather commonplace today, but yours is featuring more social networking websites though.
@Jokes, @Green Tea: Great that you found the article useful.
@dog tags for dogs: I found that many people have adopted some sort of multi-functional social bookmarking utility and I am positive that many sites started using this one since I wrote this. The great advantage I think is that you have a fast setup, free choice in which bookmarking sites you use, and that you can track the use (e.g. with google analytics).
Yes, fast loading is now an important factor in Google SEO, rendering your CSS coding very timely!
Thanks for this info, will come in handy for me.
Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon.Your blog provided us valuable information to work on.You have done a marvellous job!I've Bookmarked this page for future reference.
Thank you
Christin cleaner
nice works, i`ll try at my blog soon coz it look very nice than just simple addthis button.
i wanna know, how you make the toolbar above, i think that`s very cool, do you have shared the way to made??
thanks for ur information
This is my first time i visit here. I found so many interesting stuff in your blog, especially its discussion. From the tons of comments on your articles, I guess I am not the only one having all the leisure here! Keep up the excellent work.
Thank You
Kukrimart
Wibiya Toolbar works on all popular CMS platforms, Excellent Social Networking tools for bloggers that has so many applications.
Nice information, thank you very much to the author.
I can't seem to get this to work on my site:-( I cannot find the "p class='post-footer-line post-footer-line-3'/" line on my blogger template. What am I doing wrong?
It looks nice on your blog, specially the way you have got it in a colour that fits in nicely with the remainder of your blog.. Looks to be a nice tool. Will probably try it on the iW2K net site
Thanks, I'm very glad I could get more knowledge from here, articles and info-good info,
made me grow even more success always to you. Moroccan furniture
It's is nice one from others blog.I hope you will continue to keep best post.Thank you.I have read your post.
@Food For Thought -Daily Inspiration: You have to expand your template first and if you still can't find it search for parts of the code, like post-footer, put the code somewhere and try it out.
This has been so enlightening. I´ve discovered your website today and i´m enjoying it so much. It is full of smart advices!
Sometimes what you excited is not happening into something bigger. Thanks for the share.affordable health insurance
good job
Addthis is a social bookmarking service and it's one of addthis lesser-known feature I am going to present in this post. I accidentally found out its toolbox options when looking in the addthis javascript file.
free reverse phone lookup
thanks for this. we are using a wordpress plugin that has all the social media sites already linked up. but i will use this on another site.
business cash advance
This tool bar will be of great use to many and
I bet it will change the social scene.
I have mixed feelings about Social Networking Toolbars. I see the benefits, but I also find a big downside to social networks themselves. They are a great way to stay in contact, but I have also seen people air their dirty laundry in public and say things that get them in trouble with their employers.
pretty nice tutorial, added my blog and working fine for me.
pretty nice tutorial, added my blog and working fine for me.
I like this post very much, You have defined it very simply for so I understand what you say, In this post your writing level is also excellent to us. This is great issue you have done on this topic really very well. Regards,
All properties meet comfort, equipment and location criteria. Most villas find themselves close to beaches and shopping centers. For pleasant holidays, trust Cote d'Azur villa rentals team to help you find your South of France holiday rental.
Subscribe to replies to this post
This conversation is missing your voice. Your feedback is appreciated.
Post a Comment
You can use some HTML tags, such as <b>, <i>, <a>
You can follow the discussion of this post by subscribing.
You are free to include information from this article on your own site if you provide a backlink. You can use the following markup: