Social Crowd retrieves the count/number of Friends/Followers from your favorite social networks and displays them throughout your blog
The Social Crowd Plugin grabs the latest counts of your Friends/Fans/Followers etc from your Favorite Social Networks and then displays them on your Blog. The counts that are reported come raw and without styling, so you can make them look and feel like your website. It is the perfect solution to encourage more users to join your network.
Important: This plugin REQUIRES the PHP Curl Module in order to function. Please make sure it is installed.
Feedburner Update
Google has discontinued all feedburner API’s thus making it impossible to acquire the stats that the Social Crowd plugin had made available previously, so feedburner support has been discontinued…
Google+/LinkedIn Update
Changes on the Google+ and LinkedIn sites periodically break the ability for the plugin to grab the stats from those networks, so as of the 0.9 release support will be discontinued for now, until a better method for grabbing the stats can be established.
Basic Usage
After setting up the options on the ‘Social Crowd Options’ page in the wordpress administrator (setting the Social Networks that you want to collect stats from), you can go to the Widgets manager and enable the ‘Social Crowd’ widget. This widget will automatically display the networks that you have selected on the options page, with some limited customizability, and you are good to go.
Intermediate Usage
After configuring the options as indicated in the ‘basic usage’ above, you can enable the ‘Social Crowd Advanced’ widget in the widget administrator. This widget gives you the ability to specifically select the networks that you want to display in the widget area, and also allows you to customize the text that is displayed with the stats.
Additionally there is a shortcode that allows you to access the stats and output them throughout your posts and pages.
The shortcode is used as follows:
[SC_Stats type=network]
where network is the social network that you want to display stats for ie: ‘facebook’, ‘twitter’, etc… or any of the available stats listed in the ‘Available Stats’ list below. If you do not include a ‘type’ of network in the shortcode it will return your facebook stat count by default.
Advanced (Designer/Developer) Usage
The Social Crowd Plugin provides function calls that you can use throughout your theme files to better promote your or your clients social networks. The function documentation is as follows.
The Social Crowd function you will call is:
SocialCrowd_Stats();
You have two options:
Calling the function with a specific network:
Calling the function without a specific network:
The available stats are listed in the following order:
Type of statistic (‘keyword’), use the keyowrd in the Social Crowd function to retrieve the desired content.
I hope to expand this list to include your favorites ( just leave me some comments on the plugin homepage ).
A big thanks to DeviantArt’s jwloh for creating the Social.me and Aquaticus Icon Sets that is used in the plugin’s Administrator and Widgets, You can check out his work.
Other icons used with the Widget are:
Elegant Media Icon Set
Picons Icon Set
Social Balloon Icon Set
Socialize Sticker Icon Set
Your publicly available facebook stats are only available to the plugin if your Age Restrictions are set to anything other than “Anyone (13+)” Read More Here
Many social networks including LinkedIn, Google+, and many others require specific authentication to get the social stats. Currently this plugin does not support those networks officially. We hope in the near future to add the features necessary to provide those stats as well.
In the widget options there is a checkbox titled ‘Default Styling’ if you uncheck that box, you can include the following CSS in your own css file with any required changes to apply your custom look and feel to the widget.
Vertical Styling
<
style type=”text/css”>
margin-bottom: 10px;
font-size: 14px;
}
list-style: none !important;
background: none !important;
padding: 10px !important;
display: inline;
text-align: center;
float: left;
border-radius: 5px;
}
width:48px;
height:48px;
float:none;
margin: 0 5px;
}
padding-top: 10px;
float: left;
font-size: 14px;
}
font-weight: bold;
}
margin: 5px 0 5px 20px;
clear: both;
font-size: 8px;
}
}
background: #EEE !important;
}
font-weight: bold;
}
If you would like to display the Social Crowd Stats outside of the provided widget you can now simply call the following php function or the associated shortcode to display your social stats throughout your website.
The Shortcode is:
[SC_Horiz_Stats]
Simply place this anywhere within your posts or pages to display your Social Crowd Stats. By Default this will display all of the networks that you have enabled in the plugin administrator panel.
Shortcode Options:
icons -> Icon Set to Use ie: icons=aquaticus (aquaticus, elegantmedia, picons, picons_inverted, socialballoon, socialize, socialme, socialnet)
networks -> Comma Delimited List of Networks to display or (all) ie: networks=all or networks=facebook,twitter
desctext -> Show Description Text ie: desctext=true or desctext=none
includecss -> Include Default CSS Style ie: includecss=true
newwindow -> Open Links in New Window ie: newwindow=true
facebookicon -> URL for Facebook Icon (if none given default will be used)
facebooktext -> Text Under the Facebook Icon (if none given default will be used)
twittericon -> URL for Twitter Icon
twittertext -> Text Under the Twitter Icon
youtubeicon -> URL for Youtube Icon
youtubetext -> Text Under the Facebook Icon
vimeoicon -> URL for Vimeo Icon
vimeotext -> Text Under the Facebook Icon
Example Usage: [SC_Horiz_Stats icons=socialize desctext=false networks=facebook,twitter,vimeo facebooktext=friends facebookicon=http://www.example.com/facebookicon.png ]
The function that you will call is:
SocialCrowd_Stats();
You have two options:
Calling the function with a specific network:
<?php echo SocialCrowd_Stats('facebook') ?>
<?php echo SocialCrowd_Stats('twitter') ?>
<?php echo SocialCrowd_Stats('youtube') ?>
Calling the function without a specific network:
<?php echo $stats['facebook'] ?>
<?php echo $stats['twitter'] ?>
<?php echo $stats['youtube'] ?>
The available stats are listed in the following order:
Type of statistic (‘keyword’), use the keyword in the Social Crowd function to retrieve the desired content.
I hope to expand this list to include your favorites ( just leave me some comments on the [plugin homepage][1] ).
Drop me a line and I will work on getting it added.
= 0.9.6.1 [2013-07-8]
* Minor bugfixes to help with issues migrating data to new storage method.
* Added option to clear and reset all options and stats
= 0.9.6 [2013-07-6]
* Nearly a complete rewrite of many of the internal functions of the Plugin
* Created a new Web Service to grab stats in order to more easily address an issue with the retirement of the Twitter 1.0 API
* New Web Service should allow for more rapid adaption to changes in source API’s and addition of new Social Networks
* Added “ALT” tags to all of the widget icons to help with SEO (Custom Alt Tags Coming in a Future Release)
= 0.9.2 [2013-04-16]
* Fixed issue created while updating to 0.9.1
= 0.9.1 [2013-04-15]
* Fixed issue created while updating to 0.9