Plugin Promoter
Plugin Promoter
Description
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:
<?php echo pp_badge(array('plugin'=>'plugin-slug'));?>
Installation
Upload the Plugin Promoter plugin to your wp-content/plugins/ directory and activate.
Reviews
Changelog
0.1
- Added badge widget and plugin details shortcode.


