How to Change Default Blogger Anonymous Avatar Comments

Have You Seen Many Blogs Changing their default Blogger anonymous avatar on threaded comments. After Blogger announced new feature of threaded comment, we still can costumize avatar for whose comment with 'anonymous' or 'Name/URL'.So here is a Small Trick to Hack the Default Avatar Icon to Our Own Icon

Normally Blogger uses avatar with URL http://img1.blogblog.com/img/anon36.png, and we can't hack this image with background. But we should use jQuery script to hack this. So let's Start Now.



To Change Default Blogger Anonymous Avatar,Follow Below Steps :.


Go to Design < Edit Html 
Now Search For </body> Tag using CTRL+F
Now Add the 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>

That's It Now Save Your Template and Replace Red Colored "Your Avatar Url Here" With Your Image.You've Use The Images Like the Below One.




That's it Enjoy! Happy blogging

0 comments:

Blogger Template by Clairvo