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.
-
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});
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.