Skip to content

codef0rmer/socialFlair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors