Are there any image badges like those on LinkedIn for Careers.SO?

Linkedin "Flair"

I would like to add a nice image to my website profile.

share|improve this question
8  
I just cooked up jsfiddle.net/ANFuG. Feel free to use that... – Matt Apr 25 '12 at 13:05

2 Answers

Not that I know of...

With that being said, the following code should do the trick:

<button><a href="http://stackoverflow.com" target="_blank">
 <img src="http://cdn.sstatic.net/careers/Img/logo-careers-2-so.png?367cad" />
</a></button>​

You'll have to stick your profile URL instead of the href="http://stackoverflow.com" URL. Then you'll have a big:

That links to your account profile. Hope this helps.

share|improve this answer

Just found this undocumented(?) png flair:

http://stackexchange.com/users/flair/11618.png

which renders to

powtac on stackoverflow

share|improve this answer

You must log in to answer this question.

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