I just started implementing Facebook likes on my site. I set it up quickly by adding the javascript and the open graph meta-tags. So far it’s working fine, but I’m running into an issue.
On this page (the correct URL), the number of Facebook likes is displaying correctly (7 likes):
http://www.quoteso.me/quotes/150375
But when I go onto my Facebook account and click on the liked item (Michelle likes “Change will not come if…”) to return to the page, the URL becomes this long jumble:
And the number of likes changes (1 like).
Unfortunately, I’m not familiar with Facebook open graph at all. Does anybody know why this is happening? How would I go about fixing it?
Thank you so much in advance!
The additional parameters are used for analytics (https://www.facebook.com/insights/), e.g. tracking which area of Facebook the user clicked from.
fb_source=other_multilineSo in your case (I believe) 7 likes came direct, 1 came from a Facebook Graph Story
Process the data internally if you like, you can even redirect if you want to, but there is no need.
Just ensure that you change this
to the canonical which would be
and you explicitly define
hrefhereso it doesn’t grab the current page with all the parameters