Reputation: 11
I used Facebook's open graph interface to generate necessary meta tags to annotate my page.
The value I gave for fb:admins
was my own personal account user ID.
All other values, including the URLs, were different, but for some reason both Like buttons are showing the same count - what could be causing this?
{edit: the domains are culebrais4lovers.com and acueductospr.com)
Upvotes: 1
Views: 471
Reputation: 43816
You're pointing the Like buttons on both domains at the same place (acueductospr.com)
On your sample page, http://culebrais4lovers.com
you have this HTML:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.acueductospr.com&send=false&layout=button_count&width=100&show_faces=false&action=like&colorscheme=light&font=segoe+ui&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowtransparency="true"></iframe>
Change the like button on culebrais4lovers.com to point to culebrais4lovers.com
Upvotes: 1