GW Info Box

Description

GW Info Box is a lightweight and practical tool that lets you display information about any plugin hosted on WordPress.org.

Perfect for plugin developers, reviewers, or documentation authors who want to reference plugins dynamically.
This plugin fetches public plugin data from WordPress.org APIs in order to display plugin information in a styled box.

Features

  • Display plugin name, author, version, last updated, downloads, rating, icon and description
  • Lightweight and fast – no settings, just use the shortcode
  • Automatically pulls real-time data from WordPress.org
  • Admin help page under Tools > GW Info Box

Usage

Use the shortcode:

[gw_info_box slug=”your-plugin-slug” icon=”true”]

External services

This plugin connects to the official WordPress.org API to retrieve public plugin data such as name, version, author, ratings, download count, and other details.

The following external services are used:

  1. WordPress.org Plugin Information API

    • Purpose: To retrieve details about any WordPress.org plugin (e.g. name, version, author, last updated, rating).
    • Data sent: The plugin slug entered in the shortcode is sent to the API.
    • When: Every time the shortcode is loaded on the frontend.
    • Service URL: https://api.wordpress.org/plugins/info/1.2/
    • Privacy Policy
    • Terms of Service
  2. WordPress.org Plugin Download Stats API

    • Purpose: To retrieve download statistics for the specified plugin.
    • Data sent: The plugin slug entered in the shortcode is sent to the API.
    • When: Every time the shortcode is loaded on the frontend.
    • Service URL: https://api.wordpress.org/stats/plugin/1.0/
    • Privacy Policy
    • Terms of Service

Screenshots

  • Example of the info box shown on the front end

Installation

  1. Upload the plugin folder to /wp-content/plugins/ or install via Plugins > Add New.
  2. Activate the plugin through the Plugins screen.
  3. Use the shortcode ‘[gw_info_box slug=”your-plugin-slug”]’ anywhere you want to display plugin information.
  4. Go to Tools > GW Info Box for full instructions and configuration possibilities.

FAQ

Can I use this for any plugin on WordPress.org?

Yes. Just enter the correct slug from the plugin URL, like “akismet” or “woocommerce”.

Where can I get help?

Visit https://plugins.se/ for more information and support.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“GW Info Box” is open source software. The following people have contributed to this plugin.

Contributors

Translate “GW Info Box” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.0

  • Added plugin icon support.
  • Minor code fixes and support for smaller screens.

1.0.0

  • Initial release.