I have a blog hosted by blogger, and I'd like to add StackOverflow's "user flair" to the sidebar or something. How do I do that?
|
migrated from stackoverflow.com Jul 28 '09 at 18:50
|
EDIT: This is a deprecated method and eventually it won't work. First you need to go to the settings menu, and then click on the Layout tab. What I did was that I added a "Gadget" to the right column, of type Text. Then, once the Text editing dialog was shown, click on the HTML view, and then paste in the code necessary. What I have on my blog is this:
I found that using the javascript version didn't fit well, so you might want to experiment, but the above works for me. Note that I didn't bother with the CSS changes, so my flair is shown with a white background even though my blog uses a green background. |
|||||||||||||||||||||||||||||||||
|
|
You maybe find solution for you at this SO question - What Third Party Tools Exist To Use With Stackoverflow? StackOverflow.com Badge to display in your Blog
|
|||
|
|
|
Maybe Blogger has evolved since this was originally answered, but I just started my blog on blogger.com and wanted to add my flair. Following the answer from @Lasse, I did add a Gadget. However, now, it seems that there is a HTML/Javascript gadget. Once the gadget is added, simply past your flair code inside the text box and voila!. You can check out the result on my blog |
|||
|
|
|
If your using the Dynamic Views, you can add the text gadget as the HTML/Javascript gadget doesn't seem to work. This also applies if your using classic themes. I made a blog post of how to do it here. |
|||
|
|