Monday, October 12, 2009

Google Friend Connect Not Displaying : Problem Fixed

More my template users told me their Google Friend Connect gadgets are not displaying correctly.So I tried to fix this problem and finally I found the solution for this.If your Google Friend Connect gadget is not displaying, then follow the simple steps given below:

Login to your Blogger dashboard --> Design --> Edit HTML.

Scroll down to where you see the </head> tag of your template.

Now copy below code and paste it just before the </head> tag.

<script type='text/javascript'>
//<![CDATA[

JSON.extend({
parse: function(string) {
return JSON.decode(string);
},
stringify: function(obj) {
return JSON.encode(obj);
}
});

//]]>
</script>

Save your template and you are done.

When your problem is fixed, please don't forget to leave a comment.

No comments:

Post a Comment