Facebook Social Plugins Like button returns "Website Inaccessible"
Posted
by buggedcom
on Stack Overflow
See other posts from Stack Overflow
or by buggedcom
Published on 2010-05-11T12:36:47Z
Indexed on
2010/05/25
9:31 UTC
Read the original article
Hit count: 334
We've just added Facebook like button to 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."}}}
It basically says that the website is not accessible. We've implemented this on other sites and it's fine. I'm not really sure where this is coming from. Any ideas?
© Stack Overflow or respective owner