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.

« Podcast #53
Server Fault Public Beta Nears »

47 Responses

  1. Ohmz says:

    So we aren’t earning flair so much as flaunting it?

  2. Matt Hamilton says:

    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!

  3. Mehrdad says:

    I guess you are seducing me to restart blogging…

  4. Rob Allen says:

    It was time for me to redo my site anyway. Thanks for the clean little badge.

  5. macbirdie says:

    I need more flair!

  6. developingchris says:

    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?

  7. Rob says:

    It doesn’t appear to be mentioned in the blog entry, but this also works on Serverfault – http://serverfault.com/users/flair

  8. Dan says:

    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)?

  9. Sam Hasler says:

    The following attributes work well for displaying the iframe:

    <iframe width=”208″ height=”58″ marginwidth=”0″ marginheight=”0″ frameborder=”0″ scrolling=”no” src=”…

  10. Keng says:

    “5 pieces of flair is the minimum. ”
    the words “Pretty Boy” come to mind for some reason.

  11. Jeff Atwood says:

    > 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..

  12. PWills says:

    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.

  13. Alistair says:

    just need a facebook app now… :P

    I’m seriously use that capcha as an app name… ‘the frothy’

  14. rampion says:

    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>

  15. Eduardo says:

    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”

  16. Phil says:

    So, has anyone worked out how to embed the javascript into our tee-shirts for the SO dev days conf?

  17. dinkelburt says:

    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”.

  18. Chris L says:

    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()).

  19. cletus says:

    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.

  20. JohnMcG says:

    So how much reputation or badges do we get for successfully putting that on our website?

  21. Paolo Bergantino says:

    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…

  22. Goyuix says:

    Any chance we could get a JSONP version added to help with cross domain issues?

  23. Greg says:

    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”?

  24. Joel Coehoorn says:

    Doesn’t work well on vox, but who uses that really?

  25. Click Upvote says:

    this is the best:

    http://stackoverflow.com/users/flair/49153.html?theme=clean

  26. Steve Robbins says:

    I wondered why I had a lot of hits on the blog today.. this would explain it :-)

  27. dagorym says:

    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?

  28. Paul Tomblin says:

    Has anybody made a Wordpress widget for this yet? I don’t want to have to start diving into PHP again.

  29. Steve Robbins says:

    @Paul I’ll be updating the widget this weekend hopefully.

  30. Geoff Dalgas says:

    JSONP is now supported. If you use it somewhere I’d love to see how you’ve implemented it.

  31. DreamSonic says:

    As @Sam already mentioned above, iframe template needs `scrolling=”no”` attribute to display correctly in all visual themes (e.g. my default ubuntu).

  32. nobody_ says:

    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.

  33. Geoff Dalgas says:

    @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.

  34. nobody_ says:

    @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?

  35. nobody_ says:

    … 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.

  36. Geoff Dalgas says:

    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

  37. Imran says:

    Can we have our SO user number in the flair?

    I don’t have much to show off, except a pretty low user number.

  38. Geoff Dalgas says:

    Sure, go ahead! I have also included an example of using JSONP with JQuery in the help page:
    http://stackoverflow.com/users/flair#json

  39. Marc Gravell says:

    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!

  40. vartec says:

    Any plans for OpenSocial version of the flair?

  41. Edward says:

    How about promote this into a LinkedIn Application?

    http://www.linkedin.com/static?key=developers_opensocial

  42. Steve Robbins says:

    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.

  43. penis enlargement says:

    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

  44. penis enlargement says:

    I like the website… http://www.male-sexual-styles.com Simple and easy to use.

  45. Dissertation Examples says:

    Excellent post and wonderful blog, I really like this type of interesting articles keep it up.

    Thanks a lot!!!

  46. Dating Resources says:

    Great content with great site!

  47. Masters Dissertation says:

    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.

Leave a Reply