manifest / integrations / trmnl-wordpress-showcase
TRMNL Plugin Showcase
WordPress plugin to show your TRMNL Plugins on your website.
by Baszert · github.com/usetrmnl/trmnl-wordpress-showcase · website
★ 1stars
4release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/usetrmnl/trmnl-wordpress-showcase/releases/download/v1.0.4/trmnl-wordpress-showcase.zipDeclares an update source (https://github.com/usetrmnl/trmnl-wordpress-showcase/), so updates arrive through the plugin's own updater.
From the readme
TRMNL Plugin Showcase
Show off your TRMNL plugins on your WordPress site: as a shortcode, a Gutenberg block with Simple/Featured/Badge layouts, or a fully composable block built on the native Block Bindings API.
What it does
TRMNL Plugin Showcase pulls your published TRMNL recipes (plugins) straight from trmnl.com and lets you display them anywhere on your WordPress site:
- A shortcode, [trmnlplugins], for classic editor / theme templates.
- A "TRMNL Plugins" block to list your whole catalog or feature a single plugin, in three layouts:
- Simple: icon, title/subtitle, install count, link.
- Featured: a big screenshot with icon, title, description, installs and a link.
- Badge: a small inline pill, perfect for mentioning a plugin mid-paragraph.
- A "TRMNL Plugin (build block)" to pick any plugin and build your own layout out of regular core blocks (Image, Heading, Paragraph, Button), wired up via the real Block Bindings API. Rearrange, restyle, and delete freely; bound blocks stay connected.
- Single-item mode works for any public TRMNL plugin by ID, not just your own, since trmnl.com exposes a JSON endpoint per recipe (no scraping involved).
- Translatable out of the bo
Read the full README on GitHub →