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?
How to Embed Stackexchange Account Metrics into Wordpress?
240 Views Asked by Chernoff At
3
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.