Today I am going to share with you Social Bookmarking Buttons Codes for your blog,By using these Social media Buttons Codes you can easily add social media buttons to you website-blog without using any WordPress Plugin,Using plugin’s for every thing is not a good idea,When you can extend the functionality of WordPress without using any plugin.
I’ll gives you a basic idea of,How to add these Social Bookmarking Buttons Codes in different kind of WordPress themes.Well if you are a normal WordPress Theme user you need to add Below codes inside of your Single Post (single.php) After <?php the_content(); ?> Statement.
If you are Thesis Theme user just copy below php code and paste under you custom_function.php and add below written code in place of “Add your codes Here“.
function after_post_social_buttons() {
if (is_single()) { ?>
Add your codes Here
php }
}
add_action('thesis_hook_after_post', 'after_post_social_buttons');
Social Bookmarking Buttons Codes
1.Retweet Count Button Code
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/
button.js"></script>
2.Digg Count Button Code
<a class="DiggThisButton"> ('<img src="http://digg.com/img/diggThis.png"
height="80" width="52" alt="DiggThis" />')</a>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript">
</script>
3.StumbleUpon Count Button Code
<a href="http://www.stumbleupon.com/submit?url=<?<span class=">php</a><a href="http://www.stumbleupon.com/submit?url=<?<span class="> the_permalink(); ?></a>
&title=php the_title(); ?>"><img src="http://cdn.stumble-upon.com/" alt="" />
images/32x32_su_solid.gif" alt="StumbleUpon.com"/></a>
4.Delicious Save Count Button Code
<img src="http://static.delicious.com/img/delicious.small.gif"
height="10" width="10" alt="Delicious" />
<a href="http://delicious.com/save" onclick="window.open('http://
delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent('
the_permalink() ?>')+'&title='+encodeURIComponent('
'),'delicious', 'toolbar=no,width=550,height=550'); return false;">Delicious Save</a>
5.DZone Count Button Code
<script language="javascript" src="http://widgets.dzone.com/links/
widgets/zoneit.js"></script>
6.DesignFloat Count Button Code
<script type="text/javascript">submit_url = "<?php the_permalink();
?>";</script>
<script type="text/javascript" src="http://www.designfloat.com/evb2/
button.php"></script>
7.fShare Count Button Code
<a name="fb_share" type="box_count" href="http://www.facebook.com/
sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php
/js/FB.Share" type="text/javascript"></script>
8.Reddit Count Button Code
<a href="http://www.reddit.com/submit" onclick="window.location = '
http://www.reddit.com/submit?url=' +encodeURIComponent(window.location);
return false"> <img alt="" />src="http://www.reddit.com/static/spreddit1.gif"
alt="submit to reddit" border="0" />
9.Technorati Button Code
<a href="http://technorati.com/faves?sub=addfavbtn&add=http://
nameofmyblog.wordpress.com"><img alt="" />src="http://static.technorati.com/
pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a>
10.Blog Engage Count Button Code
<script type="text/javascript">submit_url = "<?php the_permalink();
?>";</script><script src="http://blogengage.com/evb/button.php">
</script>
Now by using above code you can easily add Social Bookmarking Buttons to your website.Don’t forget to subscribe to my Rss Feed or share with the world if like this article.Do inform me if you face any problem in adding Social Bookmarking Buttons Codes.
What about you?Are you using any WordPress Plugins for adding Social Bookmarking Buttons to your website or you are using custom code like above.

{ 6 comments }
Excellent post.. You have given codes for all of them which is really useful and definitely thesis the best theme.
Can I ask what you use to generate the icons? Is it plugin,included in the theme or self coded?
HI, these are self coded
Your blog has pretty much every trick which can make life easy for fellow bloggers. Thanks for sharing you knowledge
If this is the same icons you use on this blog, it’s amazing. I don’t know JavaScript so I would like to copy the codes. Are the codes and icons made by you, or is it official share codes? I will give you credit on my blog if I use them:)
Hi,Bjorn thanks for comment.No these are not same icons which i am using on my blog.well these are official share codes.