A repository of over 1000 quality jQuery plugins

jQuery SocialCounters

SocialCounters is a jQuery Social & RSS plugin.

Created by juanv911

jQuery/PHP – Collection of Social Media APIs that display number of your social media fans.

Not what you're looking for? Click here to view more Social & RSS jQuery plugins

SocialCounters

  • Display social media counters.
  • Twitter Followers
  • Facebook Likes
  • Instagram Followers
  • Google Plus Followers
  • LinkedIn Connections
  • YouTube Subcribers
  • Vine Followers
  • Pinterest Followers
  • Dribbble Followers
  • SoundCloud Followers
  • Vimeo Followers
  • GitHub Followers
  • Behance Followers
  • VK Followers
  • Foursquare Friends
  • Tumblr Blog Followers
  • Twitch Channel Followers

Limits

  • Some of these API have limits on the amount of requests per hour your access token can make.
  • These API sometimes update their parameters or endpoints. When that happens the code might not work and might need to be updated. If that happens submit an issue here on GitHub and I will try fix any issues.
  • If too many request are made at the same time with my access tokens in my demos, you might hit a limit and wait for the new request to be available. Try to create your own access tokens to prevent hitting a limit.

Requirements

  • These requirements apply mainly for Twitter and Tumblr
  • PHP 5+
  • CURL

Instructions

  • The Twitter and Vine counters require PHP to work, all other counters only require jQuery.
  • Due to the update to the Instagram API after June 1, 2016 you can only access your own photos and profile information using the access token you create.
  • After uploading all files to the server, you might need to change this in the api.js for Twitter and Vine. Change ../SocialCounter/twitter/index.php to http://yoursite.com/SocialCounter/twitter/index.php to include the path to your domain.
  • Most of these counters require either access tokens, client id or keys. You need to create these keys in order to display a value.
  • In the index.html, place your username and tokens inside the single quotes and it should work.

How To Use

  • Use the example html file provided to display your social media stats. Make sure that there is an html tag with a class belonging to a particular counter. The example below only fetches information about soundcloud, you can add up to 15 counters. In the example file, all html classes are provided, so you can just plugin your username and token, you can also remove counters. Every counter has to have its own html class such as facebook, twitter, instagram, etc...

    
    $('#wrapper').SocialCounter({
    soundcloud_user_id: 'USER-ID-HERE',
    soundcloud_client_id:'TOKEN-HERE'
    });
    
    
  • For this particular counter, the soundcloud class must be included, otherwise it will not display anything.

<a class="item soundcloud"></a>

Edit Demos in Codepen

Credits



You might also like these other Social & RSS jQuery Plugins

  • jquery-weui

    UI lib for build hybrid wechat web app

  • jquery.JamCity

    JamCity is a jQuery plugin that uses the API from Last.Fm to pull your Last.Fm account info, tracks, albums, etc. […]

  • FeedEk

    FeedEk jQuery RSS/ATOM Feed Plugin