Plugin Promoter

Plugin Banner

Plugin Promoter

by Brian Fegter

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

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

  1. Plugin Badge Widget

    Plugin Badge Widget

  2. Plugin Detail Page

    Plugin Detail Page

  3. Plugin Detail Page w/ Screenshots

    Plugin Detail Page w/ Screenshots

0.1

  • Added badge widget and plugin details shortcode.
Back to top