Add a Reply Button To Blogger Comments Easily

Blogger.com is a very popular blogging website. Its popularity is increasing day by day. With its popularity its uses are also being increased. Many ways have been founded for increasing its feature. Today I am going to tell you about adding a comment reply button in blogger.com. It is not so easy.

Step 1 : Go To dashboard Click Design > Edit Html > Tick the 'Expand Widget templates' box.
 Step 2 : Press Ctrl + F and search for below code

<data:commentPostedByMsg/>

 

And place the below codes after it.:


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



You have to change “YOUR-BLOG-ID” with your own blog idling order to find your blog id just click “Design” and copy the id from the address bar. Your id will be look like this 182301006745728649

After placing your own blog id save the template. (Before saving download your template for your safety)That’s all. Now see your comment reply button.