How to Change Default Anonymous Avatar in Blogger Comments
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/AVvXsEh0-Tez5lPdr_Ek3Xc5WBh6uPkTz4-6oLil8kXYjiZnC2cOc6xSLZtagkYWSpT0BYyVJaEDTN9Y7z0xADNWYSncKV3cooF52iZUW3I-XLsLT_wPtPYp7JlmCk-bOYDBPxfLOoxQpp1yARo/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/AVvXsEineH848mDRKoaXBHl4L2XQgcZdCuqdUmApP7TSF1JD8n2JZbK0kvfVOx34Hg7Qzg09z6n-nZxgUor_Nd-5OjwCDeeRjzteJZ4l6lE-H6uIk-5qaY8Asu8j16xgldOiqaeaqV1fQ997hGM/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/AVvXsEh0-Tez5lPdr_Ek3Xc5WBh6uPkTz4-6oLil8kXYjiZnC2cOc6xSLZtagkYWSpT0BYyVJaEDTN9Y7z0xADNWYSncKV3cooF52iZUW3I-XLsLT_wPtPYp7JlmCk-bOYDBPxfLOoxQpp1yARo/s200/default_avatar.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjhMlBy2ek2PdVAARF82JLM-068lqipKKxuEB048Lw34a6UpHzuPTK5IVysRXreGpKdQZfqLwaeL21hqoPM1tj8eOOgI-HVJE241rZQRrqd1mtsJ7DKm-VErrLWgSWjvtAQ2RBHzd7ixw/s1600/facebook.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiL4zpcp26iUE0odZuGZ1LvQ-tzJOtQ_jqTjLNIrsDeEMuP_iw8JxB8pMDovZz2vUjdVMBHZU2x5FjrFIqUZVhtDo9ic32k1NUagijJEzehEz4Vd4H8nNZ7huEN9phCqNP8xzwAcljxHCQ/s1600/anonymous3.png

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRQ7aJuxozQ88zINOLP_ZJlods5gVBAFoGfXqhleh1Aj-_OnIuMIaNvfhwZoi1cyBFLdEXM9_6DFIcPVk9TImE5vl7IlGuhT1MSqLGodnVm5ZfhQcXlRG_WouJectyo1YySo05MOP39i0W/s1600/blogger-user.png
That's it! If you found this trick useful, please consider sharing it.
Sharing is sexy
0 comments for this post
Leave a reply