Facebook Social Plugins How Button Returns "Inaccessible Site"
We added Facebook as a button http://www.willyoung.co.uk/global/songs-and-lyrics/releases/the_hits?page=1 however the json returned by facebook is
for (;;);{"error":0,"errorSummary":"","errorDescription":"","errorIsWarning":false,"silentError":0,"payload":{"requires_login":false,"success":false,"already_connected":false,"is_admin":false,"show_error":true,"error_info":{"brief":"Website inaccessible","full":"The page at http:\/\/www.willyoung.co.uk\/global\/songs-and-lyrics\/releases\/the_hits could not be reached."}}}
Basically it says the site is not available. We've implemented this on other sites and it's great. I'm not sure where this is coming from. Any ideas?
a source to share
Add "/" at the end of the url: http://www.willyoung.co.uk/global/songs-and-lyrics/releases/the_hits/
Then it should work.
a source to share
I know this is an old question, but I have the same problem today. The solution included this page: https://developers.facebook.com/tools/lint until it was clean.
In my case there was a simple typo, I put http://mymagicfblikebuttom.com instead of http://mymagicfblikebutton.com (the last letter "button" was "m" instead of "n").
I took the url that the Linter was putting in, pasted into the browser url and of course it couldn't be found.
Then I dropped FireFox and then found another error in the "lint" or "linter" utility (the graphical name also had a registered domain name, FireFox restored again, then it crashed.
a source to share