A PHP script for fetching, aggregating and displaying your social media followers/activities. The script currently sum your Facebook page fans, Twitter followers, Google+ Page 1 count, Google Page CircledBy count, YouTube subscribers, Youtube views count, Youtube total upload views, Instagram followers, Vimeo subscribers, Forrst followers, Github followers, Dribbble followers, LinkedIn share count, Pinterest URL count and StumbleUpon share count.

Demo Page: http://demo.silasolatayo.com/social-buff/

Features

  • Facebook — Get the number of fans you have on your Facebook page.
  • Twitter — Count the numbers of Twitter followers.
  • Google+ — Get the numbers of Google Plus page 1 Count & CircledBy Count.
  • Instagram — Get the numbers of Instagram followers
  • Youtube — Get total Youtube subscribers. You can sum up the Subscribers, View Counts and the Total Upload View Counts.
  • Vimeo — Get total Vimeo Channel subscribers.
  • Forrst — Get the numbers of Forrst followers.
  • Github — Get the numbers of Github followers.
  • Dribbble — Get the numbers of Dribbble followers.
  • Pinterest — Count Pins for the URL you specify.
  • LinkedIn — URL shared count on LinkedIn.
  • StumbleUpon — Count the number of stumbles on a specific URL.
  • Store previous counts for each social media incase the new API request response failed. This eliminate ZERO count.
  • Icon Arragement — Arrange the icons in the order in which you want them to appear.
  • Display type — You can choose from horizontal or vertical display.
  • Tooltips — Multiple tooltips colors and positions.
  • Hover text & Language customisation — Now you can enter your preferred hover text content in your desired language.
  • Cache expiration time.

Requirements

  • PHP 5.3
  • PHP cURL

Installation

Include the function.php using include_once() or require_once(), then echo getSocialBuffs() wherever you want to display your stats.

<?php require_once 'functions.php'; ?>

Include the files in the js folder to use tooltips in your document. Also include the css file to if need be.
In the ”/social-buffs” folder, “index.php” depicted an example of how to include and call Social Buffs.

<?php echo getSocialBuffs(); ?>

Support

If you have purchased this product and you have questions, please don’t send email. Support for this product is provided on the comment section on Codecanyon. Pre-sale questions are also welcome on the comment wall.