1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Scroll down to where you see this:
<p><data:post.body/></p>
4.Copy below code and paste it immediately after the line <p><data:post.body/></p> .
<div style='clear:both; '>
<div style='width:60px; float:left;'>
<script type='text/javascript'>
digg_url = '<data:post.url/>';
</script>
<script src='http://digg.com/tools/diggthis.js' type='text/javascript'/>
</div>
<div style='width:60px; float:left;'>
<script badgetype='square' src='http://d.yimg.com/ds/badge2.js' type='text/javascript'><data:post.url/></script>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src='http://3.bp.blogspot.com/_T46SliM0-PI/TBxItFf8w0I/AAAAAAAAAX4/1KVZWVrr25Y/stumble.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Delicious' src='http://4.bp.blogspot.com/_T46SliM0-PI/TBxIrlU_miI/AAAAAAAAAXo/YLkqSHdHkX0/delicious.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://technorati.com/faves?add=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Technorati' src='http://2.bp.blogspot.com/_T46SliM0-PI/TBxItoeFMKI/AAAAAAAAAYA/SY_c0seqlNg/technorati.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://twitthis.com/twit?url=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Twitter' src='http://4.bp.blogspot.com/_T46SliM0-PI/TBxIuE5tqyI/AAAAAAAAAYI/cVgsyNJ8AFc/twitter.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
<div style='width:65px; float:left;'>
<a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&t=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Facebook' src='http://4.bp.blogspot.com/_T46SliM0-PI/TBxIsAVFLvI/AAAAAAAAAXw/CR1hLB_rJeo/facebook.gif' style='padding:0;margin:0;border:none;'/></a>
</div>
</div>
5.Click on "Save Templates" and now you are done.It will look like this.
Thanks. I added the share buttons to my site.
i am unable to find to that code????
@Medipally shiva Krishna
Find <data:post.body/> instead of <p><data:post.body/></p>.
thanks
This is changeable but helpful for beginner..
Thank you