Sunday, February 23, 2014

How to change Blogger "Post A Comment" Message of Works Blogger

 While the main secret of getting comments is to have good friends and creating good content, sometimes it is difficult getting more comments when we have a brand new blog that is not visited very often. A pretty good technique is to put images to encourage visitors to comment.
In this tutorial I want to show you how to replace the 'Post A Comment' text that appears above the comment form with an image. Also, I added a few cool images that you can use but you can as well add your own image, that depends on your tastes. So, let's start adding it!

How to replace Post a Comment with an image


In order to replace "Post A Comment" message in Blogger / Blogspot, 

follow the steps below:

Step 1. Log in to Blogger, go to your Blogger Dashboard and select your blog.

Step 2. Go to Template and press the Edit HTML button


http://www.worksblogger.blogspot.com/
Step 3. Click anywhere on the code area, then press the CTRL + F keys and search for this code (if you can't find the entire code, then search only for the one in red and you should see the rest of it):

    <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 image addresses:

<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVM6LkIyxvSFF-gWiTE_UXBbVvOlKzEi6W2qRkhj5eiQoKDeh6QMuthhg0A3twNivY6gWyPiGi5W3sWqJc6x3TxZBR45q9aPmQzYGKhSbIJOoVGTnIo1CFtBSdHckh35TStflkbuXH1wo/s1600/leave+a+comment.png" />


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

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


<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2fjS_7XtLOJHFz1Jdevh-8TQw23G8xSR_hCWsVTRe-fBuz5lMzAy8KdkSFXdEkZfVdG5h6A3J0NLDGKm1cGabea3MklOFfErZwEN7OndyXAFXhfKWlB_zTTJ8oHKg1mXV1Ao7an2tsp_Q/s1600/leave+a+comment2.png" />

<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEht3py-Tb6OhMEuSyl0Lu__uanwzLQU9XipxYr2q04v32CsDzA4yMPqf_9eRnOSzwZ_wd7w6LFEMSCZKsyM-keh8739HpuFreSHP-wAorgB4H7I-W3TxJga46WH2KKTtV9x4dUM8UFydMDc/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 (you'll find it in more than one location):

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

If you want to center the picture, just put the code between the "center" tags... like this:

    <center><img src="Image-URL"/></center>

Step 6. Save Your Template.

Thats it! I hope you like your new comment form!


Related Posts 


Posted By: Unknown

How to change Blogger "Post A Comment" Message of Works Blogger

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.