Plugin info

Total downloads: 7,391
Active installs: 400
Total reviews: 6
Average rating: 3.7
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 11/24/2015 (3690 days ago)
Added to WordPress: 9/6/2014 (11 years old)
Minimum WordPress version: 2.5.0
Tested up to WordPress version: 4.3.34
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3690 days ago • 6 reviews

22/100

Is Posts Social Shares Count abandoned?

Possibly abandoned (last update 3690 days ago).

Compatibility

Requires WordPress: 2.5.0
Tested up to: 4.3.34
Requires PHP: f

Similar & Alternatives

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

Post Admin Social Stats
Rating 4.0/5 (1 reviews)Active installs 10
List the S&P 500 Constituents Financials
Rating 0.0/5 (0 reviews)Active installs 10
Awesome Social Media Icons
Rating 0.0/5 (0 reviews)Active installs 10
Most shared content
Rating 0.0/5 (0 reviews)Active installs 10
SEO Friendly Social Share Buttons
Rating 0.0/5 (0 reviews)Active installs 10
Rep U Press Social Media Analytics
Rating 0.0/5 (0 reviews)Active installs 10

Description

About

You can use this plugin to get the number of shares for a given post by ID.

How to use

To count for example how many times the post or page has been shared on Facebook use the function echo pssc_facebook() in the loop or echo pssc_facebook( $post_id ) anywhere. This function will return the count integer for example 5 or 0.

Or you can use the shortcode [pssc_facebook] in the post you want to count shares for or [pssc_facebook post_id=””] for a specific post by ID.

Available Shortcodes

  • [pssc_facebook]
  • [pssc_pinterest]
  • [pssc_linkedin]
  • [pssc_delicious]
  • [pssc_stumble]
  • [pssc_gplus]
  • [pssc_all]

Available Functions

  • pssc_facebook()
  • pssc_pinterest()
  • pssc_linkedin()
  • pssc_delicious()
  • pssc_stumble()
  • pssc_gplus()
  • pssc_all()

Note that PHP functions needs to be echoed.

Change Log

  • Version 1.4.1: Removed Twitter functions due Twitter’s disabling their count API.
  • Version 1.4.0: Fixed some bugs and added Posts Social Shares Count to edit posts/pages/custom post types list view in admin (edit.php).
  • Version 1.3.1: Fixed a bug with caching.
  • Version 1.3: Added caching support and Added total shares count to post edit page.
  • Version 1.2: Fixed a bug with functions without post ID usage.
  • Version 1.1: Fixed a bug with pssc_all shortcode

Installation

  1. Go to your admin area and select Plugins -> Add new from the menu.
  2. Search for \”Posts Social Shares Count\”.
  3. Click install.
  4. Click activate.

Frequently Asked Questions

No FAQ available

Review feed

Ryan
9/3/2016

Nice useful plugin.

Does what it says it will do. Had a small issue with cURL under a specific server setup, but otherwise it works great!

Screenshots

  1. Shares count in admin edit post view

    Shares count in admin edit post view

  2. Shares count in admin edit post/pages/post types list view

    Shares count in admin edit post/pages/post types list view

Changelog

1.4.1

  • Bug fixes
  • Disabled Twitter functions because Twitter has disabled their count API. See this blog post

1.4.0

  • Added Posts Social Shares Count to edit posts/pages/custom post types list view in admin (edit.php).
  • Fixed PHP notices that displayed randomly.
  • Fixed Issue for users with PHP safe_mode or open_basedir set on.
  • Fixed Issue with Pinterest count to always 0.

1.3.1

  • Fixed a bug with caching

1.3

  • Added Caching support
  • Improved performance
  • Added total shares count to post edit page

1.2

  • Fixed a bug with functions without post ID usage.

1.1

  • Fixed a bug with [pssc_all] shortcode

1.0

  • Initial Plugin Release