WP Manifestindependent plugin directory
manifest / admin / h5p-shortcode-column

H5P Shortcode Column

Adds a Shortcode column to the H5P content list page in WordPress admin

by Hessameddin Ayoubi · github.com/hessamayoubi/h5p-shortcode-column · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/hessamayoubi/h5p-shortcode-column/archive/refs/heads/main.zip

Adds a Shortcode column to the H5P content list page in WordPress admin, so you can quickly copy the shortcode for each H5P item.

What it does

On this admin page:

/wp-admin/admin.php?page=h5p

it adds a new column:

  • Title
  • Content type
  • Author
  • Tags
  • Last modified
  • ID
  • Shortcode

Each row shows the shortcode in this format:

[h5p id="111"]

Requirements

Installation

Option 1: Upload as a normal plugin

  1. Download the ZIP from this repository's Releases.
  2. In WordPress admin, go to Plugins > Add New > Upload Plugin.
  3. Upload the ZIP file.
  4. Activate H5P Shortcode Column.

Option 2: Install manually

  1. Download or clone this repository.
  2. Upload the h5p-shortcode-column folder to /wp-content/plugins/.
  3. Go to Plugins in WordPress admin.
  4. Activate H5P Shortcode Column.

How it works

The H5P content list page does not expose a standard WordPress column filter for this screen, so this plugin adds the Shortcode column with a small admin-side script after the page loads.

Notes

  • The column is added only on the H5P admin list page.
  • The shortcode is built from the existing H5P content ID.
  • Clicking inside the shortcode field selects it for quick copying.

License

GPL-2.0-or-later