Add Link to the post widget/Links Below Every Blogger Post

This tutorial will show you How To Add Link to the post widget/Links Below Every Blogger Post











Link to the post Demo


LIVE DEMO

How To Add “Link to this post” Links Each Blogger Posts

  • Go to Blogger Dashboard 
  • Click on DropDown Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML --> Proceed --> Expand Widget Templates
  • Press Ctrl + F and search the code shown below

<data:post.body/>

  • Now Paste the following code after/below it

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<p>Do you like this post? Please link back to this article by copying one of the codes below.</p>
URL:
<textarea id="url" onclick="this.focus();this.select()" readonly="readonly" rows="2" style="background:#eee; height: 2.6em; width: 100%;" title="Click to highlight"><data:post.url/></textarea>
HTML Link:
<textarea id="HTML-code" onclick="this.focus();this.select()" readonly="readonly" rows="2" style="background:#eee; height: 2.6em; width: 100%;" title="Click to highlight">&lt;a href=&quot;<data:post.url/>&quot;&gt;<data:post.title/>&lt;/a&gt;</textarea>

Forum Link:
<textarea id="Forum-code" onclick="this.focus();this.select()" readonly="readonly" rows="2" style="background:#eee; height: 2.6em; width: 100%;" title="Click to highlight">[url=<data:post.url/>]<data:post.title/>[/url]</textarea>
<span style="color:#333; font-size:10px;float:right;">Get This: <a href="http://www.mybloggertools.org"  style="color:#333; font-weight:bold">mybloggertools.org</a></span>
</b:if>


  • Now Save your template and check it

    Like it? Share it.

    1 comment

    30 July 2012 at 02:37

    Thank Sonu For Diz

    Click to Add a New Comment

    • If you're asking a question click on Subscribe By Email link, on the comment form, to be notified of replies.
    • Do NOT add links to the body of your comment as they will not be published.
    • Only the comments posted in ENGLISH will be approved.
    • If you have a problem check first the comments , maybe you will find the solution there.