Are you a WordPress plugin developer who wants to show off how many plugins you have in the repo and how many times they've been downloaded? Then look no further.
This plugin lists all of the plugins you have made available on
wordpress.org. Using a shortcode on posts or pages, it creates a table listing each plugin and how many downloads it has, as well as the plugin rating.
Disclaimer: This plugin is not affiliated with or endorsed by WordPress.
If you need help with this plugin
If this plugin breaks your site or just flat out does not work, please go to
Compatibility and click "Broken" after verifying your WordPress version and the version of the plugin you are using.
Then, create a thread in the
Support forum with a description of the issue. Make sure you are using the latest version of WordPress and the plugin before reporting issues, to be sure that the issue is with the current version and not with an older version where the issue may have already been fixed.
Please do not use the Reviews section to report issues or request new features.
Features
- Display your plugin stats on any post or page
- Works with most browsers, but degrades nicely in older browsers
- CSS only loads on pages with shortcode or function call
- Includes star rating for each plugin (optional)
- Show download info for only one plugin (as of 0.2.5)
Inspired by
http://www.viper007bond.com/wordpress-plugins/wordpress-download-counter/ and modeled after
http://lesterchan.net/portfolio/programming/php/
Shortcode
To display on any post or page, use this shortcode:
[plugin-repo-stats]
Make sure you go to the plugin settings page after installing to set options.
If you use and enjoy this plugin, please rate it and click the "Works" button below so others know that it works with the latest version of WordPress.
- Upload plugin through the WordPress interface.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Go to Settings » WordPress Plugin Repo Stats and configure the plugin.
- Insert shortcode on posts or pages, or call PHP function from functions.php or another plugin.
To remove this plugin, go to the 'Plugins' menu in WordPress, find the plugin in the listing and click "Deactivate". After the page refreshes, find the plugin again in the listing and click "Delete".
0.3.1
- updated .pot file and readme
0.3.0
0.2.9
0.2.8
- code fix
- internationalization of dates/times
- admin CSS and page updates
0.2.7
- fixed issue with invalid counts
0.2.6
0.2.5
0.2.4
0.2.3
- some minor code optimizations
- verified compatibility with 3.9
0.2.2
- OK, I am going to stop playing with the plugin now. Version check rolled back (again)
0.2.1
- prepare strings for internationalization
- updated number fields to range for HTML5
- plugin now requires WP 3.5 and PHP 5.0 and above
- minor code optimization
0.2.0
- minor plugin settings page update
- minor code update
0.1.9
- added submit button to the top of the plugin settings page
- spruced up the plugin settings page
- minor CSS changes
- minor bug with parameter table on plugin settings page
0.1.8
- suppress PHP warning with HTML parsing
- removed screen_icon() (deprecated)
- updated for WP 3.8.1
0.1.7
- All CSS and JS automatically busts cache
0.1.6
- refactored admin CSS
- added helpful links on plugin settings page and plugins page
0.1.5
- added dynamic wording if only one plugin available
- added div class wrapped around the "Number of times my WordPress plugins have been downloaded" sentence so it can be hidden via CSS
0.1.4
fixed uninstall routine, actually deletes options now
0.1.3
- updated the plugin settings page list of parameters to indicate whether they are required or not
- updated FAQ section of readme.txt
0.1.2
some security hardening added
0.1.1
minor admin code update
0.1.0
- target="_blank" is deprecated, replaced with javascript fallback
0.0.9
0.0.8
- minor code refactoring
- added shortcode defaults display on settings page
0.0.7
rollback sanitation
0.0.6
- sanitize some inputs to reduce attack vectors
- added donate link on admin page
- admin page CSS added
0.0.5
- moved quicktag script further down the page
- minor admin page update
- added option to open links in new window
- minor code refactoring
- css file refactoring
0.0.4
- updated admin messages code
- output can be sorted by plugin name either ascending or descending
- updated readme
0.0.3
- added admin menu
- option to exclude star ratings
- added rel=nofollow option
- added quicktag to post editor toolbar
0.0.2
added stars rating, WP logo, changed default cache time to one hour
0.0.1
created