An open API service indexing awesome lists of open source software.

https://github.com/codef0rmer/socialflair

Stackoverflow like User Flairs to showcase your Social Profiles on your personal website or blog
https://github.com/codef0rmer/socialflair

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://developers.facebook.com/apps)
* $(ele).socialFlair('facebook', 'facebookUsername', {clientId : clientId, clientSecret : clientSecrete});

## Live Demo
* [Live Demo here](http://jsfiddle.net/codef0rmer/wzpNB/embedded/result/)

![socialFlair](https://lh6.googleusercontent.com/-ahc9V2bUlMc/UMDEC73VpfI/AAAAAAAABHc/yuW34nANhqA/s302/socialFlair.png)

## 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
* [Mozilla Public License](http://www.mozilla.org/MPL/)