It is a well-known fact that by allowing visitors to submit blog posts to their Social Network of choice, attracts more visitors. Unfortunately, Blogger does not offer this feature by default. So I compiled a script which does exactly that.

Go to "Layout" -> "Edit HTML" -> "Expand Widget Templates" and then find the following section in your template:

<div class='post-body entry-content'> <p> 
<data:post.body/> </p> <div style='clear: both;'/>
<!-- clear for photos floats --> </div>

Then add the following just below it: