Recent Posts

How to Change Default Anonymous Avatar in Blogger Comments

Saturday, June 13, 2020

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'/>
<script>
$(&quot;img[src=&#39;http://img1.blogblog.com/img/anon36.png&#39;]&quot;)
.attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHrz0LMYJNZFxoaNZD_Oi-BsnJtZCGxglhTwnFHWKYrcHc_bDcGnE0LT6Q6CDu_TG_BZDLtQHnBJWIQWtAfYcnzyv9Ju-TYbB0BCZawjvwB6cZY5-WtaI8bN6YYatgr74ZMxYTLtTsO3c/s1600/default_avatar.gif&#39;)
.ssyby(&#39;blank&#39;)
</script>
<script src='http://code.jquery.com/jquery-latest.js'/>
<script>
$(&quot;img[src=&#39;http://img2.blogblog.com/img/b36-rounded.png&#39;]&quot;)
.attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCa6Zdm2hg2wI7xHW5HD40RqBRZSggCVANG-NKA8ILnOZLviE0DCvEvcD6Wc8-ITHRTrC5z21_KjS9goyDxAy-9C9a5btEuBkss7_mqQrm4sR_BlbSPg0a9woGaR3Qc654TFJqJNGCegk/s1600/blogger-user.png&#39;)
.ssyby(&#39;blank&#39;)
</script>
Step 4. Save the changes by clicking on the Save Template button

Changing the default avatar

For Anonymous users: Replace the code in red with your image address
For 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/AVvXsEgHrz0LMYJNZFxoaNZD_Oi-BsnJtZCGxglhTwnFHWKYrcHc_bDcGnE0LT6Q6CDu_TG_BZDLtQHnBJWIQWtAfYcnzyv9Ju-TYbB0BCZawjvwB6cZY5-WtaI8bN6YYatgr74ZMxYTLtTsO3c/s200/default_avatar.gif


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRfaOT_qjbkC06h0BH95kXIb3D4SgryxttpUjKy75OccbWVP1BeUK42TUriNsgG0YWeR-VMGaMoI2uJAfJ3O3WBWj81cEbUtipPontSZEkoyDQcH6wkmEhyphenhyphenI_Sy4yEcsHFQn7Rtcuv0Qs/s1600/facebook.gif


https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhvgKxRazE9K0ZhV10MBtZyrnMz2ssyrmt5NnCgT6ZOKxCHWttm20npdmriwg2ap_UG9QBQzow-XYu5yFssxA5_TPhyphenhyphenpgHTy4PPtbjWSfP6QT42YxaibVgd3fLumMNZul-MD3NljFPIwiQ/s1600/anonymous3.png



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPrXVjlT8Fi5rlAaZDER5j7GXUnTVDsY17mNKfCYA1x41SNft0VgmqBTXhSnF8vSg-gze5RkNCAi2aMXcJgvAn3CGO5_AEF0E_X-JaLgwPtSK1eVCeTmKvsHZPQW1Cl_vzqBhdYyNuv6R7/s1600/blogger-user.png

That's it! If you found this trick useful, please consider sharing it.

No comments:

Post a Comment