In this article I will discuss to you a tutorial about on How To Add Reply Button To Blogger Comment. Adding reply button to your blogger is the way to communicate and continuing a conversational exchange to people who written feedback or comment for your article.
Adding Reply Button To Blogger Comment:
- Go to template section of you blogger blog.
- Make sure you have a backup template, How ?
Must Read: How To Backup Blogger Template
- Click edit html and find <data:commentpostedbymsg/> tag.
- Copy the code below and paste it after <data:commentpostedbymsg/> tag.
- Save the template.
Code:
<a expr:href='"https://www.blogger.com/comment.g?blogID=BLOG ID NUMBER&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;'>
<img alt='Reply To This Comment' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDvf28m3ysewoBfA3B80lU2gOUE_nRwoekhTgV7KYjnupfFIZooX36pUTjoOI3VtxMhlkBuvUDVRUrYRs4zIXKb5eFq3MkmNcqBW6w63Gp4dNLaeaX0AiVDrbrZJ2vWHMFZnoC5kTyG-Y/s1600/reply.png'/></a>
Customizations:
- Change BLOG ID NUMBER with your own blog ID.
- You can change the button image with your own desired button style.
Hope this article helped you! Subscribe us for more updates or you can follow us on twitter, google+, and facebook. Goodluck!
0 comments:
Post a Comment