Social Crowd
Social Crowd retrieves the count/number of Friends/Followers from your favorite social networks and displays them throughout your blog
Next Milestone 50
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 0.9.6.1
- Last Updated
- Jul 08, 2013
- Requires WP
- N/A+
- Tested Up To
- 3.5
- PHP Version
- N/A
- Author
- Randall Hinton
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.6
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Social Crowd
<
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 img {
width:48px;
height:48px;
float:none;
margin: 0 5px;
}
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 {
}
scWidget li.scItems:hover {
background: #EEE !important;
}
scWidget span {
font-weight: bold;
}
How do I use the Horizontal Layout Shortcode/Function Call
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 ]
You have two options:
Calling the function with a specific network:
Place the function wherever you want the data to be displayed.
Call the function with a specific network name (all lowercase):
<?php echo SocialCrowd_Stats('facebook') ?>
<?php echo SocialCrowd_Stats('twitter') ?>
<?php echo SocialCrowd_Stats('youtube') ?>
etc...
Function will echo out the requested Network Stats.
Calling the function without a specific network:
Place the function anywhere you want.
Call the function with no options.
$stats = SocialCrowd_Stats()
The function will return an array with the stats for all your networks.
the array is an associative array that you can you can access like so:
<?php echo $stats['facebook'] ?>
<?php echo $stats['twitter'] ?>
<?php echo $stats['youtube'] ?>
etc...
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.
Facebook Friend/Like Count
(' facebook ') Number of friends or page likes.
Twitter Follower Count
(' twitter ') Number of followers.
Twitter Friend Count
(' twitterFriends ') Number of Friends you have.
Twitter Statuses Count
(' twitterStatuses ') Number of status updates you have sent.
Twitter Listed Count
(' twitterListed ') Number of lists you have been added to.
Youtube Friend Count
(' youtube ') Number of friends on Youtube.
Youtube Subscriber Count
(' youtubeSubscribers ') Number of Youtube subscribers.
Youtube Viewed Count
(' youtubeViews ') Number of videos you have viewed.
Youtube Uploaded Views Count
(' youtubeUploadViews ') Number of views your uploaded videos have had on Youtube.
Vimeo Friend Count
(' vimeo ') Number of friends you have on Vimeo.
Vimeo Uploads Count
(' vimeoUploads ') Number of videos you have uploaded to Vimeo.
Vimeo Appears In Count
(' vimeoAppearsIn ') Number of videos you appear in on Vimeo.
Vimeo Likes Count
(' vimeoLikes ') Number of videos that you have liked on Vimeo.
I hope to expand this list to include your favorites ( just leave me some comments on the [plugin homepage][1] ).
What if my favorite network isn't supported?
Drop me a line and I will work on getting it added.