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/AVvXsEiXtKLVwSn9nc1z2gd_FH9RKLYAUYAgOoP4u11lL_85qA2X0UOu9OMtqqL-3cQU3znf4GTvT3NAlUb0yK1EmGKdxcT42Lp2YOSrmwGmLNDH9PmzjdMWGI8PHR6ZFaawEs05nKCgdC2h7EU/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/AVvXsEiOLIAhAcpDE8zZTzsEIahyphenhyphenzyuYZKMOvIP5BGKlSGbPKR-iG2Be5q68UihPytTFoYlrEkgcaz9uMfSS8zUiQvYDVWZdl7XRIXFxf_OAUdvAUqkL21jeufqtI_tMyBqado_WU35hhTbJdi4/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/AVvXsEiXtKLVwSn9nc1z2gd_FH9RKLYAUYAgOoP4u11lL_85qA2X0UOu9OMtqqL-3cQU3znf4GTvT3NAlUb0yK1EmGKdxcT42Lp2YOSrmwGmLNDH9PmzjdMWGI8PHR6ZFaawEs05nKCgdC2h7EU/s200/default_avatar.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIZdUabolVwbtuJzTubj7UL2kvGBGhFEaQhzgO1zKVMt153z31JwzTAZlygA1Aqm4DIiGvdLot0d134mm-hThXa6gq2EBQ17fQbbdl1jkGDLXicY1K8Hyvqrbivv6a-rUHLMadIGqDUQo/s1600/facebook.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG52cESy6Y7d3CIfUipz4PjuMH_AzQgv6c-Wj9K2hLStJMmzeMJ9OTahY_8240PtumNJ0kcvtzf_iafmXSKapbLKkZp7R4jYd-swoXyPSRv95hHiV7yq5IVJu6S4kfMOmI54xR_JGgAp8/s1600/anonymous3.png

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8avfXfU0SvrrjkdyG9qdN16TfMyWbi4GQCpzGM3xofXpb_-SiQkv7RtJG741MNXnAsGU1KHss3MtsnFYqevs_wFDYcJjLO7Yl_7dh5ZvvFnBuIPM2mvCS4kd6yIskBR8XgqoQEFMQi2Nb/s1600/blogger-user.png
That's it! If you found this trick useful, please consider sharing it.
No comments:
Post a Comment