Friday, June 15, 2012

How To Change Default Anonymous Avatar In Blogger Comments

This is also nice hack for comment system in blogger.
When we allow anonymous comment, everyone can
comment your post without using any Google account.
As a result of it. there are no way to provide diffrent
avatar for commentators.So , bloggers use a default
avatar for every anonymous  commentator.So, in this
Tutorial helps you to change that default avatar,
Follow these steps to add it to your blogger.

How To Change Default Profile Image In Blogger Comments


Those who are not enable anonymous comment
system, follow this.


Log in to blogger account and Go to Setting >> Comments
And make setting like this and click save setting.


How To Change Default Anonymous Avatar In Blogger Comments

1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

3. Find this tag by using Ctrl+F    </body>

3. Paste below code before   </body>  tag

<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$("img[src='http://img1.blogblog.com/img/anon36.png']")
.attr('src', 'your-avatar-url-here')
.ssyby('blank')
</script>

*Replace  Your-avatar-url-here  With below URL or any avatar URL

Example URLs
http://4.bp.blogspot.com/-dmYyFEad9ak/T9riPTHY6NI/AAAAAAAABHY/
NN5T-ZJ4t2k/s1600/btrix1.png


http://2.bp.blogspot.com/-3yhvpRp973o/T9riZzwH2CI/AAAAAAAABHg
/SGPBZ0-LE5A/s1600/btrix2.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIEIP2Xrf0XpLIkx7y6oPSgGTBqzjCOeoKQOitTGrbt3r7062tsXq7imOmr8cCuGlGrPkVV2ykshcqYMvtTZnRNiaKW_DNq-6xn8mRtO7q3iAEywBwvfc1hZDDuubkzfyuw9sa23ledk4N/
s1600/btrix4.png


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9rXKskkG3YpDNz2KIo-sGMy0CY5Wq2Kiz4dyVboDHgxm94_SU0jcdA2M1ChIwORckBDkNVeg1AsOVk-8M7I8cNDuXBw9YPYDHlgxnO1vLsAD7AIj1S0TghDdmHiq_KCyVFhBMk0IsUMOZ/
s1600/btrix3.png

4. Now click Save Template. you are done.

4 comments: