In Blogger classic template this is a inbuilt widget which make others easy to link to our blog post or blog on their own blogs. But When we use customized third party templates/themes than these may or may not contains the Link to this post hack.
So to install this hack in the post footer follow the simple below steps.
1. Login in to Blogger Dashboard
2. Go to Layout >> Edit HTML
3. Expand widget Template ( Backup your template first )
3. Search below code
<p class='post-footer-line post-footer-line-3'/>
4. Now Copy & Paste Below Code After the Above code
<!-- Start Link to This Post Hack -->
<b:if cond='data:blog.pageType == "item"'>
<p><a href='javascript:popw="";Q="";x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection)
{Q=y.getSelection();} else if (x.getSelection) {Q=x.getSelection();}popw = y.open("http://www.blogger.com/blog_this.pyra?t=" + escape(Q) +
"&u=" + escape(location.href) + "&n=" +
escape(document.title),"bloggerForm","scrollbars=no,width=475,height=300,top=175,left=75,status=yes,resizable=yes");if (!document.all)
T = setTimeout("popw.focus()",50);void(0);'>Link To This Post</a></p>
</b:if>
<!-- End Link to This Post Hack -->
5.Save your Template & We Have done.
Now Check out your template and look whe your will visit any single post page you will see a footer with link to this post. Enjoy
So to install this hack in the post footer follow the simple below steps.
1. Login in to Blogger Dashboard
2. Go to Layout >> Edit HTML
3. Expand widget Template ( Backup your template first )
3. Search below code
<p class='post-footer-line post-footer-line-3'/>
4. Now Copy & Paste Below Code After the Above code
<!-- Start Link to This Post Hack -->
<b:if cond='data:blog.pageType == "item"'>
<p><a href='javascript:popw="";Q="";x=document;y=window;if(x.selection) {Q=x.selection.createRange().text;} else if (y.getSelection)
{Q=y.getSelection();} else if (x.getSelection) {Q=x.getSelection();}popw = y.open("http://www.blogger.com/blog_this.pyra?t=" + escape(Q) +
"&u=" + escape(location.href) + "&n=" +
escape(document.title),"bloggerForm","scrollbars=no,width=475,height=300,top=175,left=75,status=yes,resizable=yes");if (!document.all)
T = setTimeout("popw.focus()",50);void(0);'>Link To This Post</a></p>
</b:if>
<!-- End Link to This Post Hack -->
5.Save your Template & We Have done.
Now Check out your template and look whe your will visit any single post page you will see a footer with link to this post. Enjoy
0 comments:
Post a Comment