Plugin info

Total downloads: 1,072
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/11/2015 (3974 days ago)
Added to WordPress: 12/10/2014 (11 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.1.42
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3974 days ago

20/100

Is Tyme Social Count abandoned?

Possibly abandoned (last update 3974 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.1.42
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Generate Dynamic Images – Bannerbear
Rating 5.0/5 (2 reviews)Active installs 40
SEO Lite
Rating 0.0/5 (0 reviews)Active installs 0

Description

This plugin will query the popular social network APIs and retrieve the number of shares/likes/plusones from each. All shares are added up and calculated together to give you the total number of shares. All that is returned is a simple number. This number represents the number of shares, likes, tweets, +1’s, and pins.

The plugin can be utilized two ways, the first method is the AJAX route which will require you to add a little javascript to your template. This method is the preferred method if you are requesting the share count for multiple posts on one page load. For example on an archive page. Below is a quick example of how that is done:

jQuery.get(ajaxurl, { action: "get_total_shares", url: "" }).done(function(data) {     var shareNum = parseInt(data); // your total number of shares }); 

Note: You can call this AJAX anyway you wish, but you must pass the_permalink(); as the url parameter and "get_total_shares" for the action parameter.

If you are just displaying the share count for one post at a time, you may use the plugin shortcode to return the number. That shortcode is [tyme_share_count]

This plugin also refreshes the Facebook Open Graph scraper each time a post is published. This ensures the proper images and content are being served to Facebook when shared.

Installation

  1. Upload the ‘tyme-social-count’ directory to your ‘/plugins/’
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You can use the plugin by using the shortcode [tyme_share_count] or by following the AJAX method mentioned in the README. AJAX is the preferred route to prevent slow page load times

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.2

  • Added cURL request to update Facebook Open Graph scraper on post publish

1.1

  • Bug fixes

1.0

  • First release