I have a problem with some pages on a website returning the same number on likes/shares/comments even though they have different URLs in the like button script. This doesn't happen on all pages of the site, just a few and I see nothing that connects them. Here are some examples:
- http:// www.wowbiz.ro/crinu-olteanu--fost-campion-mondial-la-box-s-a-facut-professor-de-educatie-fizica-si-sport-in-canada_39200.html
- http:// www.wowbiz.ro/alina-dobrin---handbalista-acuzata-de-lesbianism-de-sotul-ei-a-vorbit-in-exclusivitate-pentru-wowbiz-ro-dupa-c2a0ce-a-primit-custodia-copiului--e2809c_39205.html
- http:// www.wowbiz.ro/temisan--e2809cmonica-nu-m-a-lasat-niciodata-sa-apar-undeva-fara-sa-trec-prin-filtrul-eie2809d_39204.html
- http:// www.wowbiz.ro/stiati-ca-art-garfunkel--unul-dintre-solistii-care-au-interpretat-celebra-piesa-mrs--robinson--are-radacini-romanesti_39197.html
( I couldn't post more links so please remove the white space after http:// )
If you use:
- https://api.facebook.com/method/fql.query?query=select%20total_count,like_count,comment_count,share_count,click_count%20from%20link_stat%20where%20url=%27INSERT_ONE_OF_THE_URLs_FROM_ABOVE%27&format=json
- http://graph.facebook.com/?id=INSERT_ONE_OF_THE_URLs_FROM_ABOVE
- or just look at the number the Like button displays on the page
...you will notice that they all have the same numbers (big numbers comparing to the other pages on the site). I've seen this happen with other groups of articles and on other sites as well, yet my searches didn't find anyone complaining about this... is there something I'm missing?