In this tutorial we will learn how to change or customize the avatar anonymous commentators, This enables us to add an image in blog comments instead the name of unknown without a picture.
How to Change Default Avatar in Blogger Comments
For Blogger users: Replace the URL in blue with your own.
1- https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhv7flLIBwn04R6OLeRV92dGZK6_4WR563DmuK_IlTafzgXw6KDLh5JXoGWcvgkY3XO6odmaAY2uD63inTQUzACU6JByxQoMBAY32UPbLJOOHrAoBZHtVfSMgGsjTtrGYZnIu2pI27ccqo/s256/blogger-icon.png
5- https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgup3hQGRf5QHH0oC5mRWdmSw1SriKqQ5L3sCKitKubmOvOws-Tl2WPNLXmatgOfH28e1cBIkWN3uZEMFHPxvLM_-0TyVC7W0P7b6XoonYM3lagprrr85aYQxPZBkCithRDF-yRX2fKmrM/s138/facebook.gif
I hope you enjoy and happy blogging. ;)
How to Change Default Avatar in Blogger Comments
1. Go to Blogger Dashboard > Template
2. Download a copy of your template
3. Now click on Edit HTML
2. Download a copy of your template
3. Now click on Edit HTML
4. Use Ctrl + F to find </body> and paste the following code above/before it.
<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$("img[src='http://img1.blogblog.com/img/anon36.png']")
.attr('src', 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIajCy5FvgC6hdll-zlM-aL2i9jTdgem1eybLYj-HDB7kCmDzLCzIJ6ntwp6ikRdL6zNdL0ZmC_bAzVbwkP0O0CnSAwOLvqy-2knn_BOq-PzRiqcBlVro7dcLgImTIfTE34_3ofVmze4k/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/AVvXsEjIudllm4gNe-bZdJ_z59AXiKMbw-0hnC98EekF4a4YqnoWVANDkqZeELH3PaP3Xy2n7us3Vm6HZ7Ll2mg07PWq6wB-jwiu7zh2LZc8OUJOwUXJD0Pqt8B7gFPyWRpBn7OXMhscvaubzvE/s1600/blogger-user.png')
.ssyby('blank')
</script>
5. Save template.
Note:
For Anonymous users: Replace the code in green with the url address of your image.For Blogger users: Replace the URL in blue with your own.
You can choose one from these below (copy the url address):
1- https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhv7flLIBwn04R6OLeRV92dGZK6_4WR563DmuK_IlTafzgXw6KDLh5JXoGWcvgkY3XO6odmaAY2uD63inTQUzACU6JByxQoMBAY32UPbLJOOHrAoBZHtVfSMgGsjTtrGYZnIu2pI27ccqo/s256/blogger-icon.png
5- https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgup3hQGRf5QHH0oC5mRWdmSw1SriKqQ5L3sCKitKubmOvOws-Tl2WPNLXmatgOfH28e1cBIkWN3uZEMFHPxvLM_-0TyVC7W0P7b6XoonYM3lagprrr85aYQxPZBkCithRDF-yRX2fKmrM/s138/facebook.gif
I hope you enjoy and happy blogging. ;)