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