Hi guys,in this article i will discuss with you an tutorial regarding how to add a reply button to your blogger comment box with disired style.First we have to know one thing, i.e a blog without comments is not at all a blog.By adding this blogger reply button we can start conversations between user and us.Blogger has a responsibility to fulfill all the requirements of an users.If you are using an advanced template this feature will not require to you,Because in that type of templates this button already will be installed.
When we have a conversations with the users/readers they can express there feelings easily.If there is no reply button,readers will not ready to reply to our post and some of the people feel shy to reply.With these reply button first reader get attracted and he shows enthusiam to comment for our post.Ok guys, now we discuss how to add a reply button to our blogger comment box .
Adding reply button to Blogger comment box
1.sign in to your blogger account.
2.Click on Template and then backup your template.
3.Now click on edit html and then search <data:commentpostedbymsg/> tag.
4.Now copy the below code and paste it after <data:commentpostedbymsg/> tag
<span class='comment-reply'>
<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=400,height=450"); return false;'>[Reply]</a></span>
Customizations
1.Change YOUR-BLOG-ID with your own Blogger ID NUMBER
2.You can also change your button image with your desired style.
0 comments:
Post a Comment