How to Change Default Anonymous Avatar in Blogger Comments
TUTORIAL :
- Go to Template >> Edit HTML
- Click anywhere on the code box and hit CTRL+F
- Search for </body>
- Past the given code above it .
<script src='http://code.jquery.com/jquery-latest.js'/>Finally save your template and feel fresh after putting the needed photos on PHOTO URL OF ANONYMOUS COMMENTER and PHOTO URL OF BLOGGER USERS .
<script>
$("img[src='http://img1.blogblog.com/img/anon36.png']")
.attr('src', 'PHOTO URL OF ANONYMOUS COMMENTER')
.ssyby('blank')
</script>
<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$("img[src='http://img2.blogblog.com/img/b36-rounded.png']")
.attr('src', 'PHOTO URL OF BLOGGER USERS')
.ssyby('blank')
</script>
MY LAST WORDS :
I hope that post help you , i hope that you leave comment and please share .
