This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

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'));?> 

Screenshots

  • Plugin Badge Widget
  • Plugin Detail Page
  • Plugin Detail Page w/ Screenshots

Installation

Upload the Plugin Promoter plugin to your wp-content/plugins/ directory and activate.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Plugin Promoter” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Plugin Promoter” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1

  • Added badge widget and plugin details shortcode.