
內容簡介
Stackoverflow Profile Widget 是一個 WordPress 小工具,它顯示關於您在 Stackoverflow.com 網站上的個人檔案總結。它顯示您的聲望,您已獲得的獎章數量和種類,以及您在 StackOverflow 上發布的答案選擇的列表。對於每個答案,它顯示問題的標題,答案的評分和答案最後編輯的時間。
您可以限制要顯示的答案條目數量。您可以根據評分或日期對列表進行排序。
小工具使用 StackExchange API 2.0 來檢索信息。它可以將內容緩存一段可配置的時間。
要求
必須可用 json_decode / json_encode。
PHP5.2 或更高版本。
StackOverflow API 密鑰是選填的 (http://stackapps.com/questions/2/api-hello-world-code)。
致謝
此插件最初基於並受到 Mohammed Alsharaf 的 Stackoverflow Answers Widget 啟發。該代碼根據 New BSD 許可證進行許可。
根據該許可證的條款,我承認此代碼的起源。詳細信息請參閱 License-Alsharaf.txt 文件。
此插件與那個插件不同之處在於:
它使用官方的 Stackexchange API。
它適當地緩存結果。
它顯示獎章數量。
它使用更好的外觀。
它可以顯示被投票支持的答案,或任何答案。
感謝
感謝您的關注!
您可以在 http://dinochiesa.github.io/SOProfile-Donate.html 上進行捐贈。
查看我所有的插件:
https://wordpress.org/extend/plugins/search.php?q=dpchiesa
-Dino Chiesa
外掛標籤
開發者團隊
原文外掛簡介
The Stackoverflow Profile Widget is a WordPress widget that displays a
summary of your profile on the Stackoverflow.com website. It shows your
reputation, the number and kind of medals you’ve achieved, and a
selected list of answers you have posted in StackOverflow. For each
answer, it displays the question’s title, the answer’s score, and
the time the answer was last edited.
You can limit the number of answer entries to display. You can sort the
list based on score or date.
The widget uses the StackExchange API, version 2.0, in order to retrieve
information.
It caches the content for a configurable period.
Requirements
json_decode / json_encode must be available.
PHP5.2 or higher
StackOverflow API Key is optional (http://stackapps.com/questions/2/api-hello-world-code)
Acknowledgements
This plugin was initially based on and inspired by the Stackoverflow
Answers Widget from Mohammed Alsharaf. That code is licensed under the
New BSD license.
Under the terms of that license, I am acknowledging the origins of this
code. See the License-Alsharaf.txt file for full details.
This plugin differs from that one in that:
it uses the official Stackexchange API
it caches results properly
it displays medal counts
it uses a nicer skin
can display upvoted answers, or any answers.
Thanks
Thanks for your interest!
You can make a donation at http://dinochiesa.github.io/SOProfile-Donate.html
Check out all my plugins:
https://wordpress.org/extend/plugins/search.php?q=dpchiesa
-Dino Chiesa
