Widget to display a summary of answers you have posted in StackOverflow (
http://stackoverflow.com/). It will display
the question's title, the answer's score, and the time the answer was last edited.
You can limit the number of questions displaying and sort the list based on:
- Highest score.
- Oldest answer.
- Newest answer.
ps. The widget uses StackOverflow API version 2.2.
The content of this widget is cached and updated every day.
0.2 Use htmlspecialchars for question title
0.3 Fixed incorrect plugin folder name
0.4 Fixed bug in display.php & use h2 tag for the heading
0.5 Multiple widgets in a page can have different StackOverflow account
Minor bug fixes
0.6 Uses StackOverflow API version 2.2.
0.7 Minor bug fixes