PHP Counter - social networks fans/followers counter plugin free download - Php Scripts

Latest

FREE PHP SCRIPTS

Thursday, May 4, 2017

PHP Counter - social networks fans/followers counter plugin free download

 PHP Counter - social networks fans/followers counter plugin  free download

PHP Counter - social networks fans/followers counter plugin free download

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();

No comments:

Post a Comment