
內容簡介
Plugin Promoter 可以幫助您在 WordPress.org 上推廣您所推出的優秀外掛程式。
以下是它具有的功能:
一個漂亮的外掛程式徽章小工具,顯示下載次數和下載連結
一個縮略語,可從 WordPress.org 直接顯示您的外掛程式詳細資訊(類似於 wp-admin 搜尋外掛程式時看到的內容)
在任何頁面或文章上顯示您的外掛程式詳細資訊:
[plugin-promoter plugin=wordpress-importer]
在任何頁面或文章上顯示您的外掛程式徽章:
[plugin-badge plugin=wordpress-importer]
以程式設計的方式插入您的徽章:
<?php echo pp_badge(array('plugin'=>'plugin-slug'));?>
外掛標籤
開發者團隊
原文外掛簡介
Plugin Promoter will help you get the word out about the great plugins you’ve released at WordPress.org.
Here’s what’s baked in:
A nifty plugin badge widget that gives you a download count and download link
A shortcode to display the details of your plugin right from WordPress.org (Similar to what you see on wp-admin when searching for a plugin)
To display your plugin details on any page or post:
[plugin-promoter plugin=wordpress-importer]
To display your plugin badge on any page or post:
[plugin-badge plugin=wordpress-importer]
To insert your badge programmatically:
'plugin-slug'));?>
