DB Social Share count has been designed to be a simple and effective social share counter. We needed a solution when migrating to https, as the old share counts weren't visible anymore. DB Social Share count solved this problem.
See it in action at Go Science Kids
With DB Share Count, you can:
- add share buttons to your site
- display your social share count on each post
- only show share counts above some amount - so small shares don't look so bad!
Features
- Share with Facebook, Stumbleupon, Pinterest, Twitter and Google+
- Accurate - recover your share count by combining http and https share counts
- Fast - the results are cached so the share icons load straight away
DB Share Count is a free and open wordpress plugin. Twitter shares are provided
by the free service
newsharecounts.com.
You can either install this through the Wordpress admin page, or manually.
Via the Wordpress Admin page:
- Navigate to "Plugins",
- Click on "Add New"
- Search for "db share count"
- Click on "Install Now"
- Click on "Activate Plugin"
To install manually:
- Download the db_share_count.zip from github.
- Extract the archive and upload the whole directory to your "/wp-content/plugins/" directory
- Go to the Wordpress admin page
- Go to "Plugins" and scroll down until you can see DB Share Count
Note for Twitter:
Since Twitter no longer provides access to your Twitter share count,
DB Share Count uses
newsharecounts.com instead. If your Twitter share count
isn't showing up, then you may need to go to
http://www.newsharecounts.com/
and enter your website's URL and sign in using your Twitter account to authorize
access. That's all!
Activation
There are two ways to use DB Share Count:
- Add the
[dbsc]
shortcode to any page or post.
- Make it part of your theme. Add the following code to any where in your theme:
<?php dbsc_get_icons(); ?>