Reputation: 559
I'm having issues with the Facebook like button on my pages. On some pages (not all), I get a red 'Error' notice next to the like button. When clicking error it says that the "Page at ____ cannot be reached".
The URL Linter shows everything as fine with my pages.
Anything else I should check?
Using Javascript + XFBML, no iframes.
Upvotes: 4
Views: 1032
Reputation: 17732
This error occurs if the page you're "Like"ing is not accessible from Facebook's servers. Are you testing this locally? Is it in a password-protected area? If either of these things are true, Facebook won't be able to find the page, and will assume that real users can't find it either.
Upvotes: 3