We have a website where we have article pages, each with a Facebook like button on them and associated with that articles URL (url encoded). So for instance on some article with url http://www.site.com/article/my-big-article
the Facebook Like code looks like:
<fb:like class=" fb_edge_widget_with_comment fb_iframe_widget" action="like" width="50" layout="button_count" send="true" href="http%3A%2F%2Fwww.site.com%2Farticle%2Fmy-big-article"> ...etc
Our problem is when we make a post to our companies Facebook page attaching the url of the article (i.e. "http://www.site.com/article/my-big-article") the number of likes doesn't match. This is a fairly recent problem.
Any ideas as to how to "fix" this so that our websites article page like button will map to that of the post being made to our Facebook wall? (Both intended to map to the same URL).
Thanks in advance!