You know what you need? Besides a haircut, I mean? More flair.
STAN
I need to talk about your flair.JOANNA
Really? I have 15 buttons on. I, uh, (shows him)STAN
Well, ok, 15 is minimum, ok?JOANNA
Ok.
STAN
Now, it’s up to you whether or not you want to just do the bare
minimum. Well, like Brian, for example, has 37 pieces of flair. And a
terrific smile.JOANNA
Ok. Ok, you want me to wear more?STAN
Look. Joanna.JOANNA
Yeah.STAN
People can get a cheeseburger anywhere, ok? They come to Chotchkie’s
for the atmosphere and the attitude. That’s what the flair’s about.
It’s about fun.
As requested on UserVoice, you can now embed a valuable bit of Stack Overflow (or Server Fault) flair on your own website. Like so:
This links directly back to your user page, because Stack Overflow is you. Yes you! Well, OK, it’s also a thinly-veiled scheme to get a bunch of people to link back to our website. You got us on that one.
We were inspired by Stack Overflow user Steve Robbins, who didn’t just wait around for us to build this, but built it himself. This is a fine example of how good programmers get off their butts and get things done! Kudos to Steve, for filling the gap until we finally had time to get around to building our own implementation.
I’m sure we’ll be doing some tweaking to the Flair over the next few days — but in the meantime visit the Stack Overflow User Flair page to get the full details. And remember: 15 pieces of flair is the minimum.



May 15th, 2009 at 5:22 am
So we aren’t earning flair so much as flaunting it?
May 15th, 2009 at 5:25 am
Hi Jeff,
The JSON version has details of what’s returned, but no details on how to use it. I’d prefer that format as I’d have complete control over the output, but I have no idea how to implement it. Any chance for some pointers on the flair page?
Cheers!
May 15th, 2009 at 5:25 am
I guess you are seducing me to restart blogging…
May 15th, 2009 at 5:42 am
It was time for me to redo my site anyway. Thanks for the clean little badge.
May 15th, 2009 at 5:44 am
I need more flair!
May 15th, 2009 at 5:54 am
So I like the flair, and I can get to it from here. But I have to ask, if I’m a new user, where the hell do I go in the site to find a link to the flair page. Its not on my user page, in any visible way. Its not on the footer of the site, how do I tell other people to get more flair?
May 15th, 2009 at 6:07 am
It doesn’t appear to be mentioned in the blog entry, but this also works on Serverfault – http://serverfault.com/users/flair
May 15th, 2009 at 6:18 am
Nice feature, but the current design doesn’t make very good use of space. Can we get a version without the Gravatar, or at least reduce the big blank space between image and text (and perhaps increase the text/badges size to match the website)?
May 15th, 2009 at 6:21 am
The following attributes work well for displaying the iframe:
<iframe width=”208″ height=”58″ marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” src=”…
May 15th, 2009 at 6:28 am
“5 pieces of flair is the minimum. ”
the words “Pretty Boy” come to mind for some reason.
May 15th, 2009 at 6:33 am
> Can we get a version without the Gravatar
The JavaScript embed allows complete control over the CSS — use CSS to hide elements, resize, etc to your heart’s content..
> where the hell do I go in the site to find a link to the flair page
Sometimes we launch things on the blog to get feedback before surfacing them in an obvious way on the site to everyone..
May 15th, 2009 at 6:56 am
You should make the entire badge clickable:
$(’.valuable-flair’).click(function() {
window.location=…
});
Like it or not, the flair *is* an ad, and ads convert better (up to 70% better) when the entire div is clickable.
May 15th, 2009 at 7:01 am
just need a facebook app now… :P
I’m seriously use that capcha as an app name… ‘the frothy’
May 15th, 2009 at 7:06 am
the pure script badge doesn’t include any CSS for the badge. If you want to include the same stylesheet used for the iframe one, put this next to the script badge on your page:
<script>
var link = document.createElement(’link’);
link.href=”http://stackoverflow.com/content/flair-clean.css”;
link.rel = ’stylesheet’;
link.type = ‘text/css’;
var head = document.getElementsByTagName(’head’)[0];
head.appendChild(link);
</script>
May 15th, 2009 at 7:14 am
What does flair means? (for not english native)
Google says:
A natural talent; “he has a flair for mathematics”; “he has a genius for interior decorating”
May 15th, 2009 at 7:21 am
So, has anyone worked out how to embed the javascript into our tee-shirts for the SO dev days conf?
May 15th, 2009 at 7:49 am
I’m going to sound like a total dork but after looking at the avatar info block thing the first thing that came to mind was “huh, Konrad only has 4 gold… poor guy”.
May 15th, 2009 at 7:55 am
Any chance we’ll get JSONP support for the JSON URL? I want to get the JSON, but need to do it cross-site using JSONP. I’ve tried ?c=?, ?callback=?, and ?jsoncallback=?, but you don’t appear to handle any of them. For reference, I’m using jQuery 1.2.6 ($.getJSON()).
May 15th, 2009 at 8:14 am
Meaning of flair:
http://www.urbandictionary.com/define.php?term=flair
It’d be nice if there were a Blogger widget. :)
My effort, which still looks a bit ugly.
http://www.cforcoding.com
It’s sorta tricky slotting it into my template.
It would be nice if clicking on it sent you to our SO profile. I guess I could do that myself with the JS version.
May 15th, 2009 at 8:53 am
So how much reputation or badges do we get for successfully putting that on our website?
May 15th, 2009 at 11:43 am
Ooo, you picked for examples the two users directly under me in the Users page. I was so close to being a celebrity!
In all seriousness, though, thanks for doing this. I might actually start blogging now…
May 15th, 2009 at 11:52 am
Any chance we could get a JSONP version added to help with cross domain issues?
May 15th, 2009 at 12:09 pm
I’ve been made an example (out) of!
The flair looks cool… If I maintained my website I’d put it right on there!
Now for the nitpicking :p
The JSON has a key “gravitarHtml” – shouldn’t that be “gravatarHtml”?
May 15th, 2009 at 12:23 pm
Doesn’t work well on vox, but who uses that really?
May 15th, 2009 at 1:29 pm
this is the best:
http://stackoverflow.com/users/flair/49153.html?theme=clean
May 15th, 2009 at 1:55 pm
I wondered why I had a lot of hits on the blog today.. this would explain it :-)
May 15th, 2009 at 3:12 pm
Is it just my browser (Firefox 3.0.10 on RHEL 5) or are the badges halfway out of the background region for anyone else?
May 15th, 2009 at 5:55 pm
Has anybody made a Wordpress widget for this yet? I don’t want to have to start diving into PHP again.
May 15th, 2009 at 11:48 pm
@Paul I’ll be updating the widget this weekend hopefully.
May 16th, 2009 at 1:58 am
JSONP is now supported. If you use it somewhere I’d love to see how you’ve implemented it.
May 16th, 2009 at 5:53 am
As @Sam already mentioned above, iframe template needs `scrolling=”no”` attribute to display correctly in all visual themes (e.g. my default ubuntu).
May 16th, 2009 at 7:31 am
I had this all styled for my site last night only to wake up this morning and find everything changed back to the default. Not cool.
The source of the problem is twofold: it appears that the location of <a> has changed to encompass the entire div, and now a default stylesheet is being imported. The latter I’m having trouble overriding for some attributes. (Mainly width and background color, but it could just be my ineptitude as a CSS noob)
In any case, I hope that this is the last change that you make. I really don’t want to continually tweak and fix this thing. An alternative is to version these things, like you do with your CSS/JS on the main site.
May 16th, 2009 at 9:45 am
@nobody_ We are evolving this feature before it’s released into the wild on a much larger scale. If you want to get just the RAW data and apply a CSS theme to it yourself, pass ?theme=none and use your own stylesheet.
May 16th, 2009 at 9:52 am
@Geoff Dalgas:
Thanks, ?theme=none works for me. I guess I thought that since it was released on the blog, that it was “in the wild” so to speak. What larger scale are you planning on?
May 16th, 2009 at 10:27 am
… of course 10 minutes later the HTML has changed *again*. Not a big deal this time, but it’s getting old.
If you’re taking feature requests, it would be nice to be able to style the flair from SO and SF independently – personally, I would like to be able to put my SO stats on the left, my SF stats on the right, and my Gravatar in the middle, but I’m not aware of how to do so (or even if it’s possible) because the classes are the same between the two sites.
May 16th, 2009 at 11:06 am
If you want to get crazy and get the data only, I suggest trying the JSONP method which will let you get just the data and you can do whatever you want with the presentation.
http://stackoverflow.com/users/flair/2.json?callback=flairCallback
May 16th, 2009 at 11:48 pm
Can we have our SO user number in the flair?
I don’t have much to show off, except a pretty low user number.
May 17th, 2009 at 8:31 am
Sure, go ahead! I have also included an example of using JSONP with JQuery in the help page:
http://stackoverflow.com/users/flair#json
May 20th, 2009 at 3:05 am
I love how the flair doesn’t break completely when SO is offline, but defaults to the SO logo… the size is slightly wrong, and the image gets clipped – but good effort!
May 25th, 2009 at 9:08 am
Any plans for OpenSocial version of the flair?
May 25th, 2009 at 2:10 pm
How about promote this into a LinkedIn Application?
http://www.linkedin.com/static?key=developers_opensocial
July 9th, 2009 at 1:41 pm
Just a quick note to say the Wordpress Widget is now updated with caching and it now pulls it’s data from the JSON feed, rather than a screen scrape.
July 15th, 2009 at 8:35 pm
Discover the best penis enlargement products, that reviews by best penis enlargement consumer review result to get the best penis enlargement products that really works. get the real penis enlargement truth at http://www.penis4enlargement.com
July 27th, 2009 at 10:30 am
I like the website… http://www.male-sexual-styles.com Simple and easy to use.
September 8th, 2009 at 3:07 am
Excellent post and wonderful blog, I really like this type of interesting articles keep it up.
Thanks a lot!!!
September 12th, 2009 at 6:53 am
Great content with great site!
November 22nd, 2009 at 1:02 pm
Whenever i see the post like your’s i feel that there are still helpful people who share information for the help of others, it must be helpful for other’s. thanx and good job.