Eduardo
Eduardo

Reputation: 11

Facebook "Like" button count the same with two different URL's

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

Answers (1)

Igy
Igy

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&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=segoe+ui&amp;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

Related Questions