Adding Social bookmark Button to Blog

Adding social bookmarking button to our blog is the most important thing in my opinion, because by adding a social bookmarking button on the blog, we can share our posts to various social bookmarking to increase traffic or backlink from them, and sometimes shared by several visitors what if our posts are considered good and important to them.
a lot of social bookmarking buttons offered by some sites, and it is very good because with so many social bookmarking buttons bid so we can choose which is best will be posted on our blog.

Some sites provide free social bookmarking button.

1. Addthis  Go to site here

addthis button
2. Add to Any <-- go to site here.
add to any button
3. Onlywire <--go to site here.
onlywire button

4. Bookmark button <--go to site here.
bookmark button

5. SEO Centro <-- go to site here.
6. Social Poster <-- go to site here.  And many more...

we can adjust social bookmarking button to the side bar widget
or after the title or below the post.
1. Adding social bookmark to the side bar / widget.

  • Login - Layout
  • Click Add Gadget :
  • adding social bookmark to blog


  • Click HTML/javascript :
      click html widget social bookmark
    • Place Script Button From social bookmark site, in title you can give anything you want and click Save  :
    •  

    2. Adding Social Bookmark Button under Post :
    • Login - Layout - Edit HTML 
    • Don't forget to check the sign Expand Widget Templates 
    • Put the following code before the code, ]]></b:skin>
      .anything { background: #000000; -moz-border-radius: 5px; border: 0px; padding:5px 5px 5px 5px; margin: 0 0 0px 0; }
    • Then find the code <data:post.body/> (usually there are two codes,select the code that top / first),put the following code underneath :
      <b:if cond='data:blog.pageType == &quot;item&quot;'>
      <div class='anything'><center>
      "put your Social bookmark script here"
      </center></div>
      </b:if>
    • Save