Search for
Login | Username Password Forgot? | Email: | Create Account
Technology / Internet | Popularity: 5 | Entries: 130 | Modified: 2h 33m ago | | Add to My Feeds

To add Add Reply Button to Blogger Comments | Add Reply to Blogger | Easy installation of Add Reply Button to Blogger Blogs.


how to add add reply button in blogger comment
Add Reply to Blogger Comment

Basically Blogger have no feature for add Add Reply button to comments for your every commentators but wordpress have. So You can add easily add reply buttons to wordpress but for the blogger it was not easy but some script available to enable add reply button to your blogger comments but not sure it will work for every templates of blogger or you can wait for this feature to launched by blogger team. But a script developed by a chinese blogger Marcher basically he given this awesome trick for bloggers in Chinese language so here I am sharing this fantastic trick for our EN users. You can see the live preview we include both position as the footer of every user comment or at the adjacent position to their names so you can choose any position for your needs Add Reply Preview. Now let's start that, it is for footer position of every users comment section.

How to add Add Reply Button to Blogger comment


copy the below code let us say Code 1.1,
Code 1.1

<span class='comment-reply'><a expr:href='&quot;https://www.blogger.com/comment.g?blogID=YOUR BLOG ID HERE&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;'> Add Reply </a></span>

UPDATE: A visitor name "ANTO" of my blog use the above code for reply option but he also enables his comment system for static pages so the above code will not work on static pages because many of the peoples use comment system for post pages only so the above code for them but if  you want to add reply button and if you enable your comment system also for your static pages then instead of above code copy the below code,

Code 1.1(For using in static pages)

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<span class='comment-reply'><a expr:href='&quot;https://www.blogger.com/comment.g?blogID=YOUR BLOG ID HERE&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;'> Add Reply </a></span>
<b:else/>
<span class='comment-reply'><a expr:href='&quot;https://www.blogger.com/comment.g?blogID=YOUR BLOG ID HERE&amp;pageID=&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;'> Add Reply </a></span>
</b:if>

Make sure you have to replace the blue text YOUR BLOG ID HERE with your Blog ID but where will you find your Blog ID just you need to go Blogger dashboard --> Design then look at your url address bar you will see as like following preview,


how to add add reply in blogger comment
Blogger ID for Add Reply Button for Blogger Comment

In the above preview the numbers you are seeing within green area, is my Blog ID so you can find for your Blogs.
Now in the Code 1.1 you see Add Reply text so now if you use Code 1.1 then you will see a clickable Add Reply button to your blogger commentators. Now instead of clickable link as Add Reply button you can use your own beautiful clickable image. So you can replace Add Reply text with the following code,

<img src="Your Image URL Here"/>

we have some Add Reply buttons you can use it. just right click on the images and save with save target as to your system and upload it to your image hosting site. you can use free image host imageshack.us and copy your direct link for that image and paste in to the above code instead of Your Image URL Here .





Sign in to your blogger dashboard :


how to change post title in blogger



-- > Click on Design ::


blogger tips and tricks for swap title



-- > Click on Edit HTML ::


how to change static page title in blogger




-- > [Don't forget to backup your template] Check box in " Expand Widget Templates " and find the code (using ctrl+F) <b:include data='comment' name='commentDeleteIcon'/> just after this code paste your Code 1.1 you can see in the following preview ::

how to add add reply button in blogger

You done !

*** Basically this Reply Button will show at the footer position for every users comments now if you want to show Add Reply button at the adjacent position of every users then only you just need to paste your Code 1.1 just after <data:commentPostedByMsg/>. You done !



Have You Doubt !

Koument Polise

More from Blogger Tips and Tricks | Facebook, Google+ & SEO Tutorials


^ Back To Top