Social Crowd retrieves the count/number of Friends/Followers from your favorite social networks and displays them throughout your blog
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 #scWidget { margin-bottom: 10px; } #scWidget li.scItems { padding: 0px !important; clear: both; } #scWidget img { width:48px; height:48px; float:left; margin: 5px 10px; } #scWidget div { padding-top: 10px; float: left; font-size: 14px; } #scWidget div span { font-weight: bold; } #scBottom { margin: 5px 0 5px 20px; clear: both; font-size: 8px; } #scBottom a {
}
</style>
Horizontal Styling
<style type="text/css">
#scWidget {
margin-bottom: 10px;
font-size: 14px;
}
#scWidget li.scItems {
list-style: none !important;
background: none !important;
padding: 10px !important;
display: inline;
text-align: center;
float: left;
border-radius: 5px;
}
#scWidget li.scItems:hover {
background: #EEE !important;
}
#scWidget img {
width:48px;
height:48px;
float:none;
margin: 0 5px;
}
#scWidget span {
font-weight: bold;
}
#scBottom {
margin: 5px 0 5px 20px;
clear: both;
font-size: 8px;
}
#scBottom a {
}
</style>
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,google 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 googleicon -> URL for Google+ Icon googletext -> Text Under the Facebook Icon linkedinicon -> URL for LinkedIn Icon linkedintext -> Text Under the Facebook Icon youtubeicon -> URL for Youtube Icon youtubetext -> Text Under the Facebook Icon vimeoicon -> URL for Vimeo Icon vimeotext -> Text Under the Facebook Icon feedburnericon -> URL for Feedburner Icon feedburnertext -> Text Under the Facebook Icon
Example Usage:
[SC_Horiz_Stats icons=socialize desctext=false networks=facebook,twitter,feedburner,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 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][1] ).
Drop me a line and I will work on getting it added.
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-26
Downloads: 7,690
0 of 3 support threads in the last three weeks have been resolved.
Got something to say? Need help?