You would have seen a reply button to each particular comment in wordpress blogs. It gives you and your readers an advantage to reply directly on any comment. With this hack now your user just have to hit the reply button to any particular comment and a pop window will open and they just need to write comment there and publish it. As it will make comments publish fast and easily.
Screenshot :
Comment Box Screenshot:
To add this feature in Blogger comments and make your Blogger / Blogspot blog more useful to your readers just follow these simple steps.
Step 1 :
To do this log in to Blogger, go to your Blogger Dashboard > Design/Layout > Page Element
And look at the address bar. You will get link like this.
Copy the number after "blogID= " from your blog and paste it in a text editor like notepad.
Step 2 :
Now go to Edit HTML and tick the "Expand Widget Templates" checkbox.
Step 3 :
Now find (CTRL+F) this in the code:
<data:commentPostedByMsg/> |
and paste the following code immideately after/below it.
<span class='comment-reply'> |
Step 3 :
Now you need to change
YOUR-BLOG-ID-HERE
with your own blog ID (which you have already coppied to the text editor). Note :
To change the button style change (the code marked in blue)
[Reply] |
with the following code below.
<img src='http://www.webaholic.co.in/other/reply-button-style-1.jpg' style='float:right;' title='Reply To This Comment'/> |
Step 4 :
Save the template.