master
Artem Sapegin 2014-03-06 17:48:37 +04:00
parent 69f9df4a92
commit eabd800d62
1 changed files with 3 additions and 1 deletions

View File

@ -304,10 +304,12 @@ See [wiki](https://github.com/sapegin/social-likes/wiki/How-to-use-Social-Likes-
### Counters dont work
In most cases if you dont see counters its because social networks APIs return zeroes. You could check API requests results in Network tab in your browsers developer tools.
In most cases if you dont see counters its because social networks APIs return zeroes. You could check API requests results in Network tab in your browsers developer tools:
![](http://cl.ly/image/013x2M01021N/Image%202014-03-06%20at%205.33.14%20%D0%BF%D0%BE%D1%81%D0%BB%D0%B5%20%D0%BF%D0%BE%D0%BB%D1%83%D0%B4%D0%BD%D1%8F.png)
Double check that you use canonical URLs (without extra parameters such as `utm_source`). You can change URL via [`data-url` option](#options).
If youre sure that its a bug please file an issue **and provide a link** to a page with non-working counter.