I was looking for all the solutions for this, but cannot find anyone else with the same problem. The Facebook comment plugin tells me: "Warning: http://www.runnersworld.com/fun/gear-review-old-yellow-jacket is not available." but when I look at this page on Facebook Object Debugger, I get a status of 200 and no errors:
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.runnersworld.com%2Ffun%2Fgear-review-old-yellow-jacket
(There is one warning, but it concerns the image and should not cause an unattainable error. I think this is not related.)
Every other forum I found was resolved by fixing the errors that appear on the Debugger console, but without any errors appearing there, I am not sure what I should fix.
We tried to match the -href data so that it matches og: url (the only difference is the query string), but this did not fix the problem and did not destroy all existing comments, so we returned it.
Any ideas how we can fix this? This is not only one article, but also several articles throughout the site.
source
share