Google friend connect is not showing up when using firefox or chrome.. how to fix it?

10. January 2010

i was having same problem, and fixed it with this simple code which i added in Header.php file.

 

<script>
window.JSON = {
 parse: function(st){
  return st.evalJSON();
 },
 stringify: function(obj){
  return Object.toJSON(obj);
 }
};
</script>

Tips n Tricks

Comments

Add comment


(Will show your Gravatar icon)

  Country flag

biuquote
  • Comment
  • Preview
Loading