Screenshots

rchern

rchern

rchern

About

There have been several requests on Meta Stack Overflow for a way to get a combined flair similar to what is shown on Area 51. I took a "I want it, I'll make it" approach. Thus became StackFlair.

StackFlair generates a combined flair representing all of your associated Stack Exchange accounts. StackFlair includes:

  • Your gravatar from your top site (by reputation points)
  • Your display name from your top site
  • Your total reputation points
  • The number of sites you are a moderator on
  • The total number of gold badges
  • The total number of silver badges
  • The total number of bronze badges
  • Favicons for your top six sites

Area 51 is currently excluded as the site is not included in the API.

The default output is HTML to support linking and titles for the elements contained in the flair. You can also get image output.

I provide a very simplistic UI for selecting a Stack Exchange site and inputting a user id. The generated content can also be linked to directly so that you can use the URL anywhere you can embed an image or pull dynamic HTML.

Several options are available: themes, excluding beta sites, using a single site or combined flair, HTML or image output. I am very open to more feature requests regarding customization options, theme, and layout.

Your StackFlair data is stored for 12 hours.

Website Usage

StackFlair homepage: http://stackflair.com

Direct flair link: http://stackflair.somee.com/generate/{associationId}

When you visit the StackFlair homepage and enter in the details, you will be redirected to a direct flair link which you can use from then on.

Compatibility

StackFlair has been tested in Internet Explorer 8, Firefox 3.6, Chrome 7, and the mobile version of Safari (iPhone).

Issue Reporting and Tracking

Please report any bugs, feature requests, and issues at the GitHub site: http://github.com/rchern/StackFlair.

I am happy to do even the smallest of requests, such as My blog colors are <x>, can you use that in a theme for me?

StackFlair is also listed on StackList

License and Code

StackFlair is an ASP.NET website written in C#. The Stacky library is used for API access.

The project is hosted at http://github.com/rchern/StackFlair

link|improve this question
When I click the name or avatar of a user on their flair I get a 404. – Simon Brown Sep 13 '10 at 17:16
@Simon, yikes. Silly relative url. Fixing. – Rebecca Chernoff Sep 13 '10 at 17:22
5  
...and now fixed! – Rebecca Chernoff Sep 13 '10 at 17:29
1  
The whole thing looks great! – George Edison Sep 13 '10 at 18:19
1  
I love it, nice work rchern! – Josh Sep 13 '10 at 19:30
@rchern looks awesome, fantastic idea ;) – systempuntoout Sep 13 '10 at 21:51
Fantastic idea. – chanchal1987 Sep 14 '10 at 10:08
1  
Sweet. I like it. Would it be possible to add a &nobeta=true parameter to exclude beta sites? – jjnguy Sep 14 '10 at 17:36
Also, does this include linked-meta sites? – jjnguy Sep 14 '10 at 17:39
1  
@jjnguy, feature requests go here :p I excluded linked-meta sites as your rep there is dependent on the parent site. Otherwise you could end up with 3 pairs rather than 6 sites. – Rebecca Chernoff Sep 14 '10 at 18:49
Awesome Work! Well Done! – Diago Sep 14 '10 at 19:19
This doesn't work for me. I select stack overflow, put in my stackoverflow id 46011 select html or image, and click submit, and the page just reloads as is. – John Isaacks Sep 30 '10 at 15:57
@John, looking into it. – Rebecca Chernoff Sep 30 '10 at 16:13
@rchern great thanks, let me know if/when its fixed. – John Isaacks Sep 30 '10 at 16:19
@John, it took a bit longer, but that's because I was moving away from shared hosting. See the update. – Rebecca Chernoff Oct 8 '10 at 22:31
show 12 more comments
feedback

1 Answer

Thee is now a wiki page on GitHub showing usage examples. I've committed the code and will be cleaning it up and commenting it soon.

The features I had planned from the beginning are now fully implemented. Here's a list of features:

  • Combined flair stats
  • Single site support
  • Html output
  • Image output
  • Exclude beta sites
  • Better url support
  • Themes

I'll be adding more themes, so if you've got some color schemes in mind, head over to the GitHub site. Any feature suggestions (and bugs...I suppose) are welcome. I've implemented my ideas, so let's hear yours.

somee.com will not be my host for much longer. StackFlair.com is coming soon!

link|improve this answer
I don't like being a wiki page, but I suppose I sure am useful. :) – muntoo Apr 10 '11 at 22:32
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged