
內容簡介
這個外掛提供了使用 plugin.api 從 WordPress.org 取得外掛資訊的 shortcodes。
slug 參數傳遞給 shortcodes,slug 是外掛的名稱(例如,對於這個外掛,slug 為 azurecurve-get-plugin-info)。例如,要取得 azurecurve Toggle Show/Hide 外掛程式資訊,slug 為 azurecurve-toggle-showhide。
可用的 shortcodes 如下:
getpluginname
getpluginactiveinstalls - 活躍安裝數量
getpluginauthor - 自動連結回作家的 WordPress.org 檔案
getpluginauthorprofile - WordPress.org 作者檔案的網址
getpluginhomepage - 開發者網站的網址
getpluginrepository - 在 WordPress 外掛儲存庫上的外掛程式網址
getplugindescription
getpluginadded - 外掛程式被加到 WordPress Plugin 儲存庫上的日期
getplugindownloaded - 外掛程式被下載的次數
getpluginsupportthreads - 支援討論串數量
getpluginratings - 顯示評分和文字,例如 5 星(120)
getpluginstarratings - 顯示星形圖像評分
getpluginrating
getplugininstallation - 安裝說明
getpluginchangelog - 變更紀錄
getpluginfaq - 常見問題解答
getplugindonatelink - 捐贈連結
getplugintags - 超連結標籤清單
可以使用 CSS 格式設定來更改連結和標籤的外觀。
外掛標籤
開發者團隊
原文外掛簡介
Shortcodes available to get plkugin information from WordPress.org using the plugin.api.
Parameter of slug is passed to the shortcode; the slug is the name of the plugin (for example, for this plugin, the slug is azurecurve-get-plugin-info). For example, to get information on the azurecurve Toggle Show/Hide plugin the slug of azurecurve-toggle-showhide would be passed.
The available shortcodes are:
getpluginname
getpluginactiveinstalls – number of active installs
getpluginauthor – automatically linked back to the authors WordPress.org profile
getpluginauthorprofile – address of author profile on WordPress.org
getpluginhomepage – address of developers website
getpluginrepository – address of theplugin on the WordPress Plugin Repository
getplugindescription
getpluginadded – date plugin was added to the WordPress Plugin repository
getplugindownloaded – number of times the plugin has been downloaded
getpluginsupportthreads – number of support threads
getpluginratings – shows rating with text; e.g. 5 stars (120)
getpluginstarratings – shows star image rating
getpluginrating
getplugininstallation – installation instructions
getpluginchangelog – changelog
getpluginfaq – faq
getplugindonatelink – donate link
getplugintags – list of hyperlinked tags
CSS formatting can be used to change appearence of links and tags.
