Show your StackOverflow profile status on your READMEs!
Copy paste following markdown into your markdown content, and that's it. Easy Easy Tammam Tammam!
Change the ?userID=
value to your StackExchange userID (for the relevant site).
[](https://stackoverflow.com/users/6558042/omid-nikrah)
If you want to have a compact layout, just you need to add layout=compact
as a parameter. Check out the options.
You can use other StackExchange sites instead of StackOverflow too, such as Biology StackExchange or AskUbuntu. Just add site={SITE}
as a parameter. Examples:
site=biology
site=askubuntu
site=money
The site name provided as a parameter must be the same as the domain for that site. For example, Personal Finance and Money StackExchange has a URL of money.stackexchange.com
, so site=money
must be provided.
Warning Different sites have different userIDs. So your StackOverflow userID will not be the same as your Biology StackExchange userID.
Name | Description | Default value |
---|---|---|
userID | Your StackExchange userID | REQUIRED |
theme | Theme of the StackOverflow card (light or dark) | light |
layout | Layout of the StackOverflow card (compact or default) | default |
site | Which StackExchange site to get the data from | stackoverflow |