WP Manifestindependent plugin directory
manifest / editor / media-download-block

Media Download Block

Media Download Block for Wordpress Gutenberg

by Pete Dibdin · github.com/pjd199/media-download-block

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/pjd199/media-download-block/archive/refs/heads/main.zip

Declares an update source (https://github.com/pjd199/media-download-block), so updates arrive through the plugin's own updater.

From the readme

Media Download Block A lightweight, professional Gutenberg block that allows users to select files from the WordPress Media Library and display them as a stylized download row. ✨ Features Wide File Support: Automatically identifies and labels icons for all WordPress.com accepted filetypes (Images, PDF, ZIP, Office Docs, Video, and Audio). Custom Display Names: Override the default Media Library title with a custom name directly in the editor. Smart Metadata: Automatically displays the human-readable file size (e.g., 1.2 MB). Stylized UI: Features a high-visibility yellow file-type icon and a clear blue "DOWNLOAD" action button. Zero-Bloat Production: The automated build process ensures only necessary files are included in the final plugin zip. 📂 File Structure text media-download-block/ ├── .github/workflows/ │ └── release.yml # GitHub Action for automated ZIP releases ├── src/ # Development Source (JSX, SCSS) │ ├── index.js │ ├── edit.js │ ├── save.js │ └── style.scss ├── build/ # Compiled Production Files (Auto-generated) ├── media-download-block.php # Main Plugin Entry Point ├── package.json # Build scripts & d

Read the full README on GitHub →

Releases

TagPublished
v0.0.2 Mar 11, 2026
v0.0.1 Mar 11, 2026

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.