Home >

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

3. March 2011

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>

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading