Add Reply to comment Tag To Comments| blogger

One of the options the default blogger comments lack is the option to reply to an individual comment.In fact it was one of the reasons i changed from blogger comments to Disqus comments.I have however come across a cool blogger hack that will enable comment replies for blogger.

With a small piece of code your comments will include a reply option.This cool tutorial was originally posted on thisischen.com.

ScreenShot :

comment tip blogger


You can see a quick demo of the effect on this blog : Demo Blog - Comment replies

This is a really helpful blogger trick and you have have the comment reply option on your blog in just three steps !

Adding Comment Replies To Blogger

Step 1. In your dashboard Click 'Layout' > 'Edit Html'> Tick the 'Expand Widget templates' box


Blogger layout

edit html blogger

Expand widget templates blogger


Step 2. Find the following code in your blogs Html :
(Click Ctrl and F for a search bar to help find the code - More Info)

<data:commentPostedByMsg/>

Step 3. Paste the following code Directly Below/After <data:commentPostedByMsg/>

<span class='comment-reply'><a expr:href='&quot;https://www.blogger.com/comment.g?blogID=YOUR-BLOG-ID&amp;postID=&quot; + data:post.id + &quot;&amp;isPopup=true&amp;postBody=%40%3C%61%20%68%72%65%66%3D%22%23&quot; + data:comment.anchorName + &quot;%22%3E&quot; + data:comment.author + &quot;%3C%2F%61%3E#form&quot;' onclick='javascript:window.open(this.href, &quot;bloggerPopup&quot;, &quot;toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=400,height=450&quot;); return false;'>[Reply to comment]</a></span>


Edits : You must make one change to the code - In order for the gadget to display the posts for your blog you must add your blogger I.D.

To find your Blogger I.D. simply go to your layout page, posting page or any of the pages you access from your dashboard and copy your I.D. from the address bar at the top of the page.

Your Blog I.D. is a the number that appears in the URL - This is how your I.D. will be displayed :

Find your blogger i.d.


Info

Once you have your blog I.D. added save your template and the comment replies have been added.

If you need more help just ask, have you added the reply option ?

Related Posts