Replace the Default Anonymous Avatar on Blogger Comments
Step 1. Go to Dashboard - Template - click on the Edit HTML button
...click anywhere inside the code area and open the template search box by pressing the CTRL + F keys
Step 2. Type or paste this code in the search box, then hit Enter to find it:
</body>Step 3. Just above the </body> tag, add the following code:
<script src='http://code.jquery.com/jquery-latest.js'/>Step 4. Save the changes by clicking on the Save Template button
<script>
$("img[src='http://img1.blogblog.com/img/anon36.png']")
.attr('src', 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNbwWCul_lF3drU_FwRQksMYLkD4hyphenhyphenhdJMDiji094vbmQSqW4FJyE38NlY-EY1BQYGoYUhhXga9TkavXJ36OgbpjQPPZqg0bbGim6hhcj3fqcvjBp_fI7t81z-eNl-O42a2YKBHekKjdw/s1600/default_avatar.gif')
.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', 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheddNmRcA19RVfNqCD2GifutLUvTkg5g5lwYs9rNDjYxbMVULDhGVW0L5kSRARcSW0L3CF_H_XGpUyIkwAyK9r7Dj4gEs7vbhuW9J7CvE7svVu_xc_fvpsBH72nyKk4CKr_TcybQ9UcU0/s1600/blogger-user.png')
.ssyby('blank')
</script>
Changing the default avatar
For Anonymous users: Replace the code in red with your image addressFor Blogger users: Replace the URL in blue with your own.
You can choose an avatar from here and then copy the url of it:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNbwWCul_lF3drU_FwRQksMYLkD4hyphenhyphenhdJMDiji094vbmQSqW4FJyE38NlY-EY1BQYGoYUhhXga9TkavXJ36OgbpjQPPZqg0bbGim6hhcj3fqcvjBp_fI7t81z-eNl-O42a2YKBHekKjdw/s200/default_avatar.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJ7yeFUgseg0JhW22CXJMAhfWAkUPSdYgUyjrJ4w-OzW-NlsaeIE4J7VwrljlI_ODtNWZuaTf31Gumw62wTE-oDhoy4YLWTjM6Nx9eNrsRc7AE-8l14Q1fIGJgVyqUMkfxlxj62ejQDFI/s1600/facebook.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSYIz6W7fHAhH3BN9D0p9qaboYsgrNJ8tNLueYVAufAQxPuz071A6_Rm7qtyOnBxbjrM4f-IgSHcHtzBehE83tbebE4JdMbw3pBFkmPvrxuexK_A94qtT-zyuDfQwzK0bXPS4_nM3Prxo/s1600/anonymous3.png

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhW2dbJVYIX64FRdm1bgg1X5B5qzTwPAmw3Hdf9PUEN7t5l3cgcZl3-kswxqOABl83FuGpnCO3jpVw4zcchojpTeF0xZS80maw2gHmroCcUTUzJoZcvWX77FDT7mKhC-E3iKrkqZuyvtOCs/s1600/blogger-user.png
That's it! If you found this trick useful, please consider sharing it.

No comments:
Post a Comment