I have Facebook Like, Google +1, and Tweet buttons on my web page (https://www.coinek.com). Each uses a simple implementation recommended by Facebook / Google / Twitter. Functionally the buttons work as expected however whenever I click the Facebook Like button, I get a bunch of javascript errors in my console such as the following:
Blocked a frame with origin "https://www.facebook.com" from accessing a frame with origin "https://apis.google.com". The frame requesting access set "document.domain" to "facebook.com", but the frame being accessed did not. Both must set "document.domain" to the same value to allow access.
Why would the Facebook iframe try to access the Google iframe? Am I doing something wrong here or are these errors something I should just learn to live with?