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