ebenzunlimited
Moderator
You want to add "Link To this Post widget" in your blogger?! This post will help you to add that widget and get more backlinks for your site.
This guide is based on old blogger interface. I don't like the new blogger interface.
Steps:
Sign in to your blogger account
Click the Design Tab
Click The Edit HTML tab now
Now click "Expand Widget Templates"
Search for the following text(press ctrl+F):
<data
ost.body/>
Paste the following code immediately after the line <data
ost.body/>:
This guide is based on old blogger interface. I don't like the new blogger interface.
Steps:
Sign in to your blogger account
Click the Design Tab
Click The Edit HTML tab now
Now click "Expand Widget Templates"
Search for the following text(press ctrl+F):
<data

Paste the following code immediately after the line <data

Code:
<div style='border: 0px solid #555; padding: 2px 2px; margin:2px 2px;background-color:#ffffff;font-size:11px;'> <p>If you like this please Link Back to this article...</p> <textarea cols='60' id='bloglinking' name='bloglinking' onclick='this.focus();this.select()' onfocus='this.select()' onmouseover='this.focus()' readonly='readonly' rows='2'><a href="<data:post.url/>"><data:post.title/></a></textarea>
</div><br/