>
Download This Plugin | |
Download Elegant Themes | |
Name | Social Count Plus |
Version | 3.0.2 |
Author | claudiosanches, felipesantana |
Rating | 96 |
Last updated | 2014-12-31 12:45:00 |
Downloads |
103285
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Social Count Plus plugin added 5 bytes of resources to the Home page and 17 bytes of resources to the sample Post page.
Social Count Plus plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Social Count Plus plugin ads no tables to your Wordpress blog database.The Social Count Plus performs counting Twitter followers, Facebook fans, YouTube subscribers, Google+ page/profile followers, Instagram followers, Steam Community group members, SoundCloud follwers, number of posts and comments.
You can view this information by a widget (with account options models icons) or Shortcodes (to be used in posts and pages) or PHP functions in your theme.
The results of the counters are cached and new values ??are checked only once a day. This cache can be wiped when published a new post.
The cache avoids not only that your blog be seeking new results every time a page is loaded, but also prevents collapse of services from Twitter and Facebook, if one of these services does not respond, the counter displays the last count it was successful.
Displays only the count in plain text:
[scp code="twitter"]
[scp code="facebook"]
[scp code="youtube"]
[scp code="googleplus"]
[scp code="instagram"]
[scp code="steam"]
[scp code="soundcloud"]
[scp code="posts"]
[scp code="comments"]
Displays only the count in plain text:
<?php echo get_scp_twitter(); ?>
<?php echo get_scp_facebook(); ?>
<?php echo get_scp_youtube(); ?>
<?php echo get_scp_googleplus(); ?>
<?php echo get_scp_instagram(); ?>
<?php echo get_scp_steam(); ?>
<?php echo get_scp_soundcloud(); ?>
<?php echo get_scp_posts(); ?>
<?php echo get_scp_comments(); ?>
Displays the widget with icons:
<?php echo get_scp_widget(); ?>
You can contribute to the source code in our GitHub page.
You can contribute to the source code in our GitHub page.