Julian Moreno
Julian Moreno

Reputation: 1114

Does Facebook "like" button differs from the URL with www and without it?

Does Facebook "like" button differs from the URL with www and without it?

If yes, how can I make it count for both urls? or how can i fix it?

Upvotes: 0

Views: 679

Answers (2)

codeisforeva
codeisforeva

Reputation: 469

The best way to test issues like these is to go here:

https://developers.facebook.com/tools/debug

and input your URL.

Upvotes: 0

DMCS
DMCS

Reputation: 31880

No, it treats them as the same as long as they go to the same web content.

Examples:

https://graph.facebook.com/http://cocacola.com

https://graph.facebook.com/http://www.cocacola.com

Upvotes: 1

Related Questions