If you want to add dotnetshoutout button to all posts of your blogspot/ blogger blog

than u need to write this code in your html section of blog
First of all go to layout > edit html > check the check box of expend widget templates
now look for this line of code
<p><data:post.body/></p>
Now after <p><data:post.body/> and before </p> post the code mentioned below
<a rev='vote-for' expr:href='"http://dotnetshoutout.com/Submit?url=" + data:post.url + "&title=" + data:post.title' expr:id='data:widget.instanceId + "_kickit"' rel='nofollow'>
<img alt='Shout it'expr:src='"http://dotnetshoutout.com/image.axd?url=" + data:post.url' style='border:0px'/></a>
Your complete code should look like this
<p><data:post.body/><a rev='vote-for' expr:href='"http://dotnetshoutout.com/Submit?url=" + data:post.url + "&title=" + data:post.title' expr:id='data:widget.instanceId + "_kickit"' rel='nofollow'>
<img alt='Shout it'expr:src='"http://dotnetshoutout.com/image.axd?url=" + data:post.url' style='border:0px'/></a></p>
Now you will have dotnetshout button in all posts have fun
Continue Reading...