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/AVvXsEiJw_dI7h1FMO_HlWg99xeSMNZuQQ2sB0UOoyINjNqDDWx4_GUeapzNq5ZMhAizOc_vSTnif4cVlpnoD9zIxA_qIK67EK7YkNh1GqapMN43bkdWpH9JoDrS0Zj-tDm2U7fBB-0l04Jw0go/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/AVvXsEh1MbqXQ_K0fnyLP0vc7PAyI4x2VdUXDU1WT-ka84qBKjCMZQ8xa3KLbrhX8xNJ3PMUFFvpOuAd597R3Cqs1TQs2tUKA1lnT2LMUoK-FAZd3X9t1hL6U8kZqmeC0WeVhjsXfaCAVTkdXRk/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/AVvXsEiJw_dI7h1FMO_HlWg99xeSMNZuQQ2sB0UOoyINjNqDDWx4_GUeapzNq5ZMhAizOc_vSTnif4cVlpnoD9zIxA_qIK67EK7YkNh1GqapMN43bkdWpH9JoDrS0Zj-tDm2U7fBB-0l04Jw0go/s200/default_avatar.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDO_qQTN5zkUJgnRaEo6zPt93-NsqR5xUmekUf-P8VcrB0QSYhm2waKPoMSUBWR-1Mvo0ms-Bjvb94AcLcb3tsx6CJVl1XiF6nV1Wuf1Bv4ggrqW8R1AWGoppSUKMJXMY2b1fLp8jRFPo/s1600/facebook.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi2z31brHidR1sibsnkV5N3AGyajk-R8YIFiIjX0nhJtGmOCYr2AjGRUNBSAk0ZRqPKYFPfs0LgIFU0xeTCc9ArYPbzqASdJHC_Ha1fJTCHndcxI4maCzz7Zvb6THMGuFu9k_PazClploA/s1600/anonymous3.png

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