Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Looking for help in connecting the way social media counters count the likes on a base URL and the base URL with file name.

I have three counters (Facebook likes, Plus1 likes, and Tweets) on different story pages on my site. All of these page names are currently index.shtml. Within my coding, I am consistent at referring to these pages as "/programs/mystory/" rather than "/programs/mystory/index.shtml." However, some people manage to make it to the index.shtml addresses anyway. Using the Open Graph meta tags, I can indicate the url to be liked. However, how do I make the count interchangeable between base URL likes and base+index?

Live example:

These two URLs go to the same page: http://being.publicradio.org/programs/2011/mormon-demystified/

http://being.publicradio.org/programs/2011/mormon-demystified/index.shtml

However, if you view that page from the first URL, you see 543 Facebook Likes, 8 Plus 1 Likes, and 32 Tweets. If you view it from the second URL (complete with file name) you see 0 Facebook Likes, 1 Plus 1 Like, and 0 Tweets. Regardless of the URL, when you look at this page, I want you to see 543 Facebook Likes, 9 Plus 1 Likes, and 32 Tweets.

Can anyone assist? Thanks in advance!

share|improve this question

1 Answer

Always use the longer version of the URL. Be sure to place it in the OG tags, canonical link reference as well as hard-coding the data-href form the plugins.

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 23:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.