PHP Counter – social networks lovers/followers counter plugin (Add-ons)

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

  1. get_facebook();
  2. get_twitter();
  3. get_google();
  4. get_instagram();
  5. get_youtube();
  6. get_vimeo();
  7. get_pinterest();
  8. get_dribbble();
  9. get_behance();
  10. get_vk();
  11. get_soundcloud();
  12. get_github();

Leave a Reply

Your email address will not be published. Required fields are marked *