socialFlair icon indicating copy to clipboard operation
socialFlair copied to clipboard

Stackoverflow like User Flairs to showcase your Social Profiles on your personal website or blog

socialFlair - Stackoverflow like User Flairs to showcase your Social Profiles

This is a simple jQuery plugin which lets you embed social flairs into your personal website or blog. Currently, it is available for Twitter, Github and Facebook.

Usage

  • Twitter Flair:

    • $(ele).socialFlair('twitter', 'twitterUsername', {});
  • Github Flair:

    • $(ele).socialFlair('github', 'githubUsername', {});
  • Bitbucket Flair:

    • $(ele).socialFlair('bitbucket', 'bitbucketUsername', {});
  • Facebook Flair:

    • Create an App and get the details here: https://developers.facebook.com/apps
    • $(ele).socialFlair('facebook', 'facebookUsername', {clientId : clientId, clientSecret : clientSecrete});

Live Demo

socialFlair

Contributions for the open issues welcome

This is my first opensource project so I would really like to have your suggestions.

  • Features are welcome too.
  • Need to provide support for other well-known social sites including Google+, LinkedIn, HackerNews etc.

License