# WP Wordpress plugin information shortcode
A Wordpress plugin that utilises the Wordpress API to display information and statistics of a Wordpress plugin hosted on Wordpress.org via your blog. Showcase plugins that you have written or contributed to on your blog.

## About
* Developer: [F13Dev](http://f13dev.com)
* Tags: WordPress, plugin, api, information, shortcode
* Requires: WordPress 3.0.1 and up
* Tested to: WordPress 4.9.8
* License: [GPLv3 or later](http://www.gnu.org/licenses/gpl-3.0.html)

## Description
Using WP Plugin Information Shortcode you can simply add information and statistics about your plugin to any page or post on your WordPress powered website. 

Simply find the slug to your plugin on wordpress.org, which will be the last section of the URL, usually formatted as my-plugin-name, then add the shortcode [wpplugin slug="my-plugin-name"] to the desired location of your blog.

## Installation
1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Add the shortcode [wpplugin slug="my-plugin-name"] to the desired location on your blog

## Frequently Asked Questions

Q) How do I find my plugin slug

A) Find your plugin on 'https://wordpress.org/plugins/', for example Buddy Press is at https://wordpress.org/plugins/buddypress/, the slug is the final part of the URL, in this case 'buddypress'. The slug may also contain '-' hyphens.

## Screenshots

![WordPress Plugin Information Shortcode screenshot](screenshot-1.png)
The results of adding [wpplugin slug="akismet"] to a blog post.

## Changelog

### 1.0
* Initial release
