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/AVvXsEgCZBSaiDz7dZcNveOZ8aT_NzSmzB3Vtf8EcEyWI_gSxUnU9vy4sITsts1Do2JYlEzk6KZdY4oCuK4rLXHrbmXTm-e25kNdnJRkKm2i1SJZWFSTPDJAIjcIiWT0kL5v1hBs9SMh6HKbS00/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/AVvXsEiJrAr_FHZDZEaHktgX7XE8swwrGShtT4MRqiw-fQY76HDdu-Rw_TZA-LkWXxVGX7KhNL-Lkp8FQc11Fys-iCSweq9dgMqjlGjCtg24MNYPO8TFsa4M2f2ixomav9DxRZvd37hGnhPdPZo/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/AVvXsEgCZBSaiDz7dZcNveOZ8aT_NzSmzB3Vtf8EcEyWI_gSxUnU9vy4sITsts1Do2JYlEzk6KZdY4oCuK4rLXHrbmXTm-e25kNdnJRkKm2i1SJZWFSTPDJAIjcIiWT0kL5v1hBs9SMh6HKbS00/s200/default_avatar.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3b2L1-it1zd1qyDpOMkBV1DaF-yOFoUV3ClAX5WtjnCb6MRjTX_cM042sCD5Mxwc1T8NOyHgN4mfoQjABNd4Aa2tkP05XJxQsZHmIUlvTrTWuklLnCvhZwZednUau4OWjfPV7jPjleAs/s1600/facebook.gif

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXZ9WdyT39aEaL9e8Qr1umL5aWGO0CO0mgPbcb9ozQNDE2XkKHKmeiq4t-njTdNSHsIplM-MQDaj9gZHGGMBdI4I0ogoQPqwMSfexjTr-9MKbWsDGsHtX1cEM-88uPjMXYTobAJ8o8GIA/s1600/anonymous3.png

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