Social Counter – PHP Plugin grabs the latest counts of your Fans/Followers etc. from your favorite social networks and then displays them on your website .
Include PHP Class File
require './socialCounter.php';
Run Class
$SocialCounter = new SocialCounter();
Run Function
See example to get social network count
// change 'get_facebook()' with your function name from list of functions echo $SocialCounter->get_facebook();
List Of Functions
- get_facebook();
- get_twitter();
- get_google();
- get_instagram();
- get_youtube();
- get_vimeo();
- get_pinterest();
- get_dribbble();
- get_behance();
- get_vk();
- get_soundcloud();
- get_github();