Banner for Plugin Directory Stats
This plugin gets plugin's download count and other stats from WordPress.ORG and allows you to show them on your blog using shortcode. Wordpress Tutorial
Noted That:
  • To install correctly this plugin-directory-stats.zip .
  • Fisrt Download the plugin-directory-stats.zip to your computer
  • Extract/Open plugin-directory-stats.zip to Your Computer.
  • Then, Find readme.txt file inside plugin-directory-stats.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " plugin-directory-stats.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Plugin Directory Stats

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Plugin Directory Stats

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Plugin Directory Stats

Step-5 : Now, Browse " plugin-directory-stats.zip " Downloaded plugin from your computer, Where you downloaded " plugin-directory-stats.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Plugin Directory Stats

Step-6 : Now, Click on " Active Plugin "

Activate Plugin Directory Stats

Step-7 : Then, See left Side Menu. " Plugin Directory Stats " folder is added on left Side Menu. Now, Click on " Plugin Directory Stats " folder.

Noted that: If you do not see " Plugin Directory Stats " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Plugin Directory Stats Configurations and Settings or How to work " Plugin Directory Stats " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Plugin Directory Stats " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Plugin Directory Stats
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

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"]

Name