Not seeing the correct number of shares on your WordPress site? Make sure you’ve gone through our troubleshooting checklist first.
Below we’ll show you how to manually check them. Remember, if you chose a less frequent share count refresh rate, it could be that you simply need to wait a few hours for the data to show up for the first time. You can also manually refresh the count on an individual post.
- Check Facebook share counts
- Check Pinterest share counts
- Check Twitter share counts
- Check Buffer share counts
- Check Reddit share counts
- Check Tumblr share counts
- Check VK share counts
- Check Yummly share counts
Important: If you’ve migrated from HTTP to HTTPS or changed your domain from www to non-www, you can also look these up by updating the URL. Most networks treat these as separate URLs.
Check Facebook share counts
To check your Facebook share counts, you’ll first need a Facebook developer app set up.
Once you have your app, go to Facebook’s Graph API Explorer.
- If your app isn’t already selected, select your Facebook App from the drop-down.
- Under “User or Page” select “App Token.”
- Click “Generate Access Token.”

In your browser’s address bar, paste the following and update it with the URL you are checking and your access token.
https://graph.facebook.com/v6.0/?id=https://domain.com/blogpost&access_token=YOUR_ACCESS_TOKEN&fields=engagement
It will return an array with your total engagement counts on Facebook. This includes a combination of reaction_count
, comment_count
, and share_count
.

If you get the following error, it means you hit your Facebook app limit.
(#4) Application request limit reached
Even though we stagger requests, this can sometimes happen on a brand new site when first setting it up. The longer you run Novashare, the fewer requests it generates. No worries, the limits reset every hour, so you can check back in a little bit to confirm everything is working again. You can also change the share count refresh rate if needed.
Check Pinterest share counts
To check your Pinterest share counts, paste the following in your browser’s address bar. Update it with the URL you are checking.
https://widgets.pinterest.com/v1/urls/count.json?source=6&url=https://domain.com/blogpost
It will return an array with your total share count on Pinterest.

Check Twitter share counts
The following assumes you have set up the TwitCount service at some point for your site.
To check your Twitter share counts, paste the following in your browser’s address bar. Update it with the URL you are checking.
https://counts.twitcount.com/counts.php?url=https://domain.com/blogpost
It will return an array with your total share count on Twitter.

Check Buffer share counts
To check your Buffer share counts, paste the following in your browser’s address bar. Update it with the URL you are checking.
https://api.bufferapp.com/1/links/shares.json?url=https:domain.com/blogpost
It will return an array with your total shares
on Buffer.
Check Reddit share counts
To check your Reddit share counts, paste the following in your browser’s address bar. Update it with the URL you are checking.
https://www.reddit.com/api/info.json?url=https:domain.com/blogpost
It will return an array with a total score
, if there are any. Otherwise the array will be blank.
Check Tumblr share counts
To check your Tumblr share counts, paste the following in your browser’s address bar. Update it with the URL you are checking. Note: it requires an encoded URL.
https://api.tumblr.com/v2/share/stats?url=https%3A%2F%2Fdomain.com%2Fblostpost
It will return an array with the total note_count
.

Check VK share counts
To check your VK share counts, paste the following in your browser’s address bar. Update it with the URL you are checking.
https://vk.com/share.php?act=count&index=1&url=https://domain.com/blogpost
It will return an array with the total VK.Share.count
.

Check Yummly share counts
To check your Yummly share counts, paste the following in your browser’s address bar. Update it with the URL you are checking.
https://www.yummly.com/services/yum-count?url=https://domain.com/blogpost
It will return an array with the total count
.