I cannot see the members connect features in the box that appears on my site. I did everything according to the step by step...but not resolve the issue. After a search through the forums finally my problem is solved.
Friends look into the following codes;
<script>
window.JSON = {
parse: function(st){
return st.evalJSON();
},
stringify: function(obj){
return Object.toJSON(obj);
}
};
</script>
Add the above codes just before your gadget code and it works.You may take help here.
Subscribe to updates |
Post a Comment