This happens in any web browser. When I go to the page, I see that the type button does not show any counts. Then I...
- Click the Like button.
- Then I see that +1 is indicated in the field.
- I am updating the page.
- I no longer see +1, and I see the Like button, as if it had never been pressed.
I can repeat steps 1-4 endlessly with the same results - I never see the total amount of living.
It would seem that it does not support calculations, but when I request it through:
https://api.facebook.com/method/fql.query?query=select total_count, like_count, comment_count, share_count, click_count from link_stat, where url = 'https://www.myswebsite.com/'& format = JSON
I see statistics in real time, so I know that it works. I also tried various versions of http://developers.facebook.com/docs/reference/plugins/like/ - and older versions. I highlighted the code to just be the facebook code, and nothing more on the page. For some reason, when I use https://www.myswebsite.com/ it is not showing. I try other urls like http://www.google.com with the code and it works fine, I see the score.
This is an SSL website. Is this related to this? In addition, when we initially launched the site using the Like button, it was http://mywebsite.com initially. Then we switched it to http://www.myswebsite.com , and then set the SSL wildcard to work with both. I'm not sure caching has anything to do with this.
Thanks!
source share