How can I embed Stackexchange reputation scores and badge counts into my WordPress blog? I want to show on my blog a small table with accounts as rows and columns consisting of rep scores and badge counts. Any ideas on how to do this?
Leave a Reply
You must be logged in to post a comment.
You could you use User Flair for this:
https://stackoverflow.com/users/flair
Here’s a testing code I already had for consuming Stack Exchange API:
This is the URL being consulted and its JSON result. It returns the last 3 answers from the OP, sorted by votes (descending).
Check the docs and adapt everything to suit your needs.
Add a text widget your sidebar and paste your flair HTML code in it.