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/AVvXsEhV9uMpqAUR3969V6m3cT_V10tplL7qnY3mj_jQArVNRsXytzRyfgaGgQAJYbdKTwJ8o8lynBHBylvW8hlfc_1SPp3nSV_N-EAVKnInaHaxx14fyIHDkp_q78WBuxLDPy651W3DgXmRi-o/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/AVvXsEhpDICXVktZysBEsLFx4ArsYEP_85qkLDjK61K-pfurmR8VJacP-MZr-rjwBi5rrPv2l5Guxo4o-TOXCzXVq9TRWUVlJ9S-hBQJ17cbX_uFPC_12Fz198Kd4xBUiczBwsHr-rwEapkG8Kw/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/AVvXsEhV9uMpqAUR3969V6m3cT_V10tplL7qnY3mj_jQArVNRsXytzRyfgaGgQAJYbdKTwJ8o8lynBHBylvW8hlfc_1SPp3nSV_N-EAVKnInaHaxx14fyIHDkp_q78WBuxLDPy651W3DgXmRi-o/s200/default_avatar.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXfHJN9YxhxcoeHhCAy8CUgtU16zAdCKwSlLx4wT9ivJVjdLKtIOdgVJuawglmTJKSO6vFJHnjDoVO7J82jWOd2Iliz96qtKGIRnXtLlwI8f6VidtoicQPGlWrbAzh2JtskaX6O71Zy9I/s1600/facebook.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbqcRMxbeRYYN-3SunLkkH0eIqVzegAIO98mtqaavZSEm3TpoZzuFv923jk0vjNGXVh4kic-8fVu7K-SHfPNhehrSo2uVNvDs7lkYrfqVirSSaremTDoH1OkCVYCMZsPhWmbVUsk8SAl4/s1600/anonymous3.png

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

No comments