Plugin / Social Count Plus

Claudio Sanches

Frequently Asked Questions (FAQ)

This plugin is released under a GPL license.
You probably have not been able to generate API keys as it should. You can test the API key with the following link: https://www.googleapis.com/plus/v1/people/+ClaudioSanches?key=API_KEY_HERE The answer must contain the following line: "circledByCount": XXX,
You can change using the filter social_count_plus_transient_time. Example: function social_count_plus_custom_transient_time( $time ) { return 43200; // 12 hours in seconds. } add_filter( 'social_count_plus_transient_time', 'social_count_plus_custom_transient_time' );
It’s possible to round numbers using the social_count_plus_number_format filter. Example of rounding 1500 to 1.5K or 1000000 to 1M: function my_custom_scp_number_format( $total ) { if ( $total > 1000000 ) { return round( $total / 1000000, 1 ) . 'M'; } else if ( $total > 1000 ) { return round( $total / 1000, 1 ) . 'K'; } return $total; } add_filter( 'social_count_plus_number_format', 'my_custom_scp_number_format' );
Yes, you can! Select one of the options without icons in “WordPress admin > Social Count Plus > Design” and create your own CSS in your theme or anywhere you prefer. The CSS classes you will need to use: .social-count-plus .custom .count-comments a {} .social-count-plus .custom .count-facebook a {} .social-count-plus .custom .count-github a {} .social-count-plus .custom .count-googleplus a {} .social-count-plus .custom .count-instagram a {} .social-count-plus .custom .count-linkedin a {} .social-count-plus .custom .count-pinterest a {} .social-count-plus .custom .count-posts a {} .social-count-plus .custom .count-soundcloud a {} .social-count-plus .custom .count-steam a {} .social-count-plus .custom .count-tumblr a {} .social-count-plus .custom .count-twitch a {} .social-count-plus .custom .count-twitter a {} .social-count-plus .custom .count-users a {} .social-count-plus .custom .count-vimeo a {}
If you have any problems with the numbers, go to the plugin settings and then to the “System Status” tab and click the “Get System Report” button. Copy the report file content and paste it in gist.github.com or pastebin.com, save and get a link, finally create a topic in our support forum.

Ratings

4.7
108 reviews

Rating breakdown

Details Information

Version

3.4.1

First Released

18 Sep, 2010

Total Downloads

464,368

Wordpress Version

4.0 or higher

Tested up to:

5.3

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.