Hi,
I'm getting plenty of error messages in my (Safari) browser console when JFBConnect is enabled.
Some examples:
[Error] Blocked a frame with origin "https://wwww.mydomain" from accessing a frame with origin "https://staticxx.facebook.com". The frame being accessed set "document.domain" to "facebook.com", but the frame requesting access did not. Both must set "document.domain" to the same value to allow access.
isMinorFrame (nuanria.utils.js:906)
getAll (nuanria.contenteditable.js:74)
getActive (nuanria.contenteditable.js:94)
scan (nuanria.DomTracker.js:153)
[Error] Blocked a frame with origin "https://www.mydomain" from accessing a frame with origin "https://platform.twitter.com". Protocols, domains, and ports must match.
isMinorFrame (nuanria.utils.js:906)
getAll (nuanria.contenteditable.js:74)
getActive (nuanria.contenteditable.js:94)
scan (nuanria.DomTracker.js:153)
Is there any recommendation on how to solve this?