What's new

"Link to This Post" widget for blogger , helpful for getting backlinks

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:post.body/>

    Paste the following code immediately after the line <data:post.body/>:
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'>&lt;a href=&quot;<data:post.url/>&quot;&gt;<data:post.title/>&lt;/a&gt;</textarea>
 </div><br/
 
Top