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
- Host: GitHub
- URL: https://github.com/codef0rmer/socialflair
- Owner: codef0rmer
- Created: 2012-05-01T17:30:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-12-06T16:14:20.000Z (over 13 years ago)
- Last Synced: 2025-08-28T11:36:52.485Z (10 months ago)
- Language: JavaScript
- Homepage: http://amitgharat.wordpress.com/2012/05/01/socialflair-stackoverflow-like-user-flairs-to-showcase-your-social-profiles/
- Size: 163 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)

## 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/)