Plugin info

Total downloads: 4,437
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/15/2012 (4978 days ago)
Added to WordPress: 3/5/2012 (13 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 3.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4978 days ago

20/100

Is Plugin Directory Stats abandoned?

Possibly abandoned (last update 4978 days ago).

Compatibility

Requires WordPress: 2.8
Tested up to: 3.3.2
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP-Stats
Rating 2.6/5 (7 reviews)Active installs 3,000
Beautiful Stat Counter Plugin for WordPress – Everest Counter Lite
Rating 3.0/5 (3 reviews)Active installs 2,000
OPcache Dashboard
Rating 4.7/5 (19 reviews)Active installs 900
User Login Statistics
Rating 0.0/5 (0 reviews)Active installs 60
Whos Among Us – whos.amung.us
Rating 0.0/5 (0 reviews)Active installs 30

Description

This plugin gets plugin’s download count and other stats from WordPress.ORG and allows you to show them on your blog using shortcode.

Features

  • Easy and flexible.
  • Caching stats data.
  • Localization: English(Default), 日本語(Japanese, UTF-8).

Installation

Installation

  1. Upload plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. If you need, go to “Settings” -> “Plugin Dir Stats” to configure.

Note: Don’t set “Keep data for” option to very short time. Frequent data requests may cause overload on your site and it isn’t a good thing for WordPress.ORG.

Usage

Insert following shortcode to your post/page/widget.

Formatted stats

  • Individual plugin stats: [plugin_stats src="PLUGIN_SLUG"]
  • All plugins list by author: [plugin_list src="AUTHOR'S_DISPLAY_NAME"]

Here are examples.

If plugin page’s url is https://wordpress.org/extend/plugins/plugin-directory-stats/, PLUGIN_SLUG is plugin-directory-stats.

  • e.g. [plugin_stats src="plugin-directory-stats"]

You can find AUTHOR'S_DISPLAY_NAME in indivisual plugin pages or author’s profile pages.

  • e.g. [plugin_list src="redcocker"]

Note: “All plugins list by author” is always run in “Directly” mode.

Individual values

You can show individual values.

For “API” mode

  • Author: [plugin_author src="PLUGIN_SLUG"]
  • Author’s site: [plugin_site src="PLUGIN_SLUG"]
  • Plugin page: [plugin_hp src="PLUGIN_SLUG"]
  • Release date: [plugin_added src="PLUGIN_SLUG"]
  • Compatibility with installed WP: [plugin_compatibility src="PLUGIN_SLUG"]

For “Directly” mode

  • Downloads today: [plugin_today src="PLUGIN_SLUG"]
  • Downloads yesterday: [plugin_yesterday src="PLUGIN_SLUG"]
  • Downloads last week: [plugin_last_week src="PLUGIN_SLUG"]

For both mode

  • Plugin name: [plugin_name src="PLUGIN_SLUG"]
  • Current version: [plugin_version src="PLUGIN_SLUG"]
  • Last Updated: [plugin_last_updated src="PLUGIN_SLUG"]
  • Requires: [plugin_requires src="PLUGIN_SLUG"]
  • Tested up to: [plugin_tested src="PLUGIN_SLUG"]
  • Downloads all time: [plugin_dl src="PLUGIN_SLUG"]
  • Average rating: [plugin_rating src="PLUGIN_SLUG"]
  • Number of ratings: [plugin_num_ratings src="PLUGIN_SLUG"]
  • Download link: [plugin_download_link src="PLUGIN_SLUG"]

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. This is a plugin stats.

    This is a plugin stats.

  2. This is a list by author.

    This is a list by author.

  3. This is setting panel.

    This is setting panel.

Changelog

0.1.4

  • Compatible with updated Plugin Directory.

0.1.3

  • Removed unnecessary loops.
  • Fix a bug: The database error occurs when this plugin is actevated for the first time.

0.1.2

  • Removed unnecessary loops.

0.1.1

  • Fix a bug: “Plugin Directory Stats version” doesn’t be shown in “3. Your System Info” setting section.
  • Fix a bug: “Plugin Directory Stats DB version” doesn’t be shown in “3. Your System Info” setting section.
  • Fix a bug: “Plugin Directory Stats URL” doesn’t be shown in “3. Your System Info” setting section.

0.1

  • This is the initial release.