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'm working on a website which provides news about health, and we have implemented the Facebook like button and Opengraph Metas (og:type: article, og:title, og:image, og:description, og:url) in the header markup on each article page.

When we publish an article and we try to recommand it with FB button, it tooks the wrong url. Instead of recommanding /dossiers/id-article-title, it recommands /dossiers, which is the home with all news.

Then if I used the debugger tool with the article URL, the object properties are correctly scrapped and the button will then work correctly.

We used some cache systems, like APC and Varnish, I don't know if it can disturb Facebook ?

Here is my FB button code :

<div class="fb-like" data-href="##URL##" data-send="false" data-layout="button_count" data-show-faces="false" data-action="like"></div>

Any idea why Facebook doesn't want to use correct data ?

Thanks for your help

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.