Friday, October 24, 2008

Blogger Followers Widget


Problem: The follower widget of blogger does not display the images of the followers!

Solution: This probably happens to the blogs where you set your own template or have your own address instead of blogger. Try adding the following script immediately below the <body> tag:

< script type="text/javascript">
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) {
window.addEventListener("load",
function(){ object[attribute] = val; }, false);
} else {
window.attachEvent('onload', function(){ object[attribute] =val; });
}
}
</script>

Now Preview to see if it works and if it does, save!

PS: To access your template, go to Blog->Layout->Edit Html

No comments:

Back to Top


 

Labels