Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I use https://developers.facebook.com/docs/reference/plugins/comments/ in my site, on multiple dynamic generate pages. I implement everything for that, incude meta tags, and config facebook app.

Site is on http://www.tzvpz.hr/tzvpzinstagramapp/ , and i want display comments on pages for single image depend on his id, etc. http://www.tzvpz.hr/tzvpzinstagramapp/?id=339876160123232275_23409407. This pages with id is for show single image in fullsize.

Comments generaly work, but problem is Warning: Site ******* is unreachable.

Please help.

share|improve this question

1 Answer

up vote 2 down vote accepted

Checkout what the Debugger has to say about the URL you are providing.

The main thing you need to look at is the Critical Errors That Must Be Fixed. They are -

Facebook URLs cannot be crawled.

It is as simple as that. You can't get the information on that page because it redirects to your application.

What you'll need to do, is provide a URL that is accessible to Facebook's crawlers. The Debugger tool is a great tool to monitor how Facebook sees your URL's.

share|improve this answer
Please explain detailed this: provide a URL that is accessible to Facebook's crawlers – user1477508 Jan 6 at 0:53
A URL that Facebook's crawlers can see. A public URL, one that anyone can access. – Lix Jan 6 at 6:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.