Tips How to change Blogger "Post A Comment" Message

In this tutorial i will show you how to replace the 'Post A Comment' text that appears above the comment form with an image. Also, I will make available to you a few cool images or you can add your own image if you like... so let's get started.





How to replace Post a Comment with an image

To replace  "Post A Comment" message in your Blogger / Blogspot blog follow the next steps:

Step 1. Log in to Blogger, go to your Blogger Dashboard >> Design >> Edit HTML

Step 2. Tick the "Expand Widget Templates" checkbox.

Step 3. Now search (CTRL + F) for the code marked in red:

<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
<data:postCommentMsg/></a>


...and for this one too:

<h4 id='comment-post-message'><data:postCommentMsg/></h4>

Step 4. Replace <data:postCommentMsg/> with one of the below images codes:


<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQRiW3FmeU8Rkco-VOnLVD4WZfiHSYovdJjqnp4dGOvCKbNRLQhKUCirBHOVck-G_LdQOreKkbSaErpn8OzCPfRwkWFkcqjgLfKIs3qQDZ0p0beacu-yDDz-zEaPO_OYNSaHxx1piK2w/s1600/leave+a+comment.png" />


<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSFPYgVio5zxxSJ3YC1zjFiaWCchO8JLHiugTNW_5i2G7Y0WMOIvxRQDvbUZer8MbutNXxHXYemEhB8vFbhqie2rnn3VOo7zd60uMvjEwIqV7SMySxzCgZmnBAOon75ydMV_4XscBkcA/s1600/Post+a+comment+blogger.png" />


<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiDzTuLU74QCojbi_MCu1yisjcZdnBHthGzEPrcvPj4YC1IzdiSf2ZzIbkw1bIIvEY4qsSJWw_z0Zj4yeexv7E6H3jUY8mJ6ti4jAhUsE5jhY4XtpCqAPOYUuChijo0-iCWedRliJTaMvw/s1600/animated+comment+arrow.gif" />


<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPrCE1yv1lMyY6CGfK5p9gM5kU21jIf3jxXud8rvDzPvJzluLWXKXtmDuybPyPqDruEEbKyTGa045jBELbryqhqVEDC7g62wIDysHU8kVp9jOUiDRnrUGgsfn8uabS6KIVFN5Tm0XvHKo/s1600/leave+a+comment2.png" />


<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9lyw_FgsHm2yarMMPvOXq8XUpTVWJ5gVb5Ca5AN3Pc-CBEMCitL1Ebra-P_63qALKzdA24cBg_NLi4Yssu5DXCVRigOFECg4MGzbhIEnVc61WEQqkkxwG8pcX_TolwD2Zv4pUtRgW6QA/s1600/comment.gif" />

You can use your own image instead. Just upload your image on Blogger, switch to Edit HTML tab, copy the image code and replace <data:postCommentMsg/> with your code.

UPDATE! Step 5. The first steps will replace the text only when there are no comments available. To show the image each time new comments are added, we should add the code of the image we want to appear after the 4th of the below code (search 4 times for it):

<p><data:blogCommentMessage/></p>

Step 6. Save Your Template.

1 comment: