Use blocks, and, optionally, "short-form" post types to more easily "IndieWebify" your WordPress site. https://indieblocks.xyz
  • PHP 78.8%
  • JavaScript 19.5%
  • CSS 1.6%
  • Shell 0.1%
Find a file
2026-02-07 21:12:58 +01:00
.github/workflows Add GitHub workflow 2023-07-17 03:40:43 +02:00
assets Remove "image proxy" 2025-03-25 22:49:03 +01:00
blocks Validate type block attribute 2025-06-14 09:24:49 +02:00
build Update deps 2026-02-07 17:32:34 +01:00
includes Update functions.php 2026-02-07 21:12:58 +01:00
languages Version bump 2025-06-06 22:37:04 +02:00
templates Update feed-rss2.php 2025-06-06 09:57:51 +02:00
.distignore Update .distignore 2024-05-19 12:15:22 +02:00
.gitignore Update PHP-Scoper to v0.18 2023-01-07 21:43:03 +01:00
.prettierrc JS linting 2024-04-17 21:44:24 +02:00
composer.json Attempt to always add image extensions 2023-11-12 11:32:09 +01:00
composer.lock Update deps 2026-02-07 17:32:34 +01:00
indieblocks.code-workspace Add (future) dependencies 2022-10-29 11:38:28 +02:00
indieblocks.php Version bump 2025-06-06 22:37:04 +02:00
LICENSE Initial commit 2022-10-09 19:27:27 +02:00
phpcs.xml Bookmarklets option 2024-08-13 10:54:12 +02:00
README.md Update README.md 2024-04-25 13:20:24 +02:00
readme.txt Update deps 2026-02-07 17:32:34 +01:00
scoper.inc.php Update PHP-Scoper to v0.18 2023-01-07 21:43:03 +01:00
scoper.sh Refactor dynamic blocks 2023-09-02 12:47:58 +02:00

IndieBlocks

Use blocks, and, optionally, "short-form" post types to more easily "IndieWebify" your WordPress site.

Why

This plugin lets you:

  • Add a "microblog" to either a new or existing WordPress site
  • Add Webmention support to enable rich cross-site conversations
  • Add "microformats" to your WordPress site's front end and posts, so that Webmention endpoints are able to correctly interpret your posts

How

IndieBlocks provides a number of blocks that can be used to add microformats to posts without having to tweak or know HTML. It also adds a number of "short-form" custom post types to more easily add a "microblog" to your site. (Both are optional, like, well, all of IndieBlocks features.)

IndieBlocks also "hooks" into the Micropub plugin, so that Micropub posts are given the correct post type, and, when applicable, "microformats" blocks.

If you're running a "block theme," it will attempt to add "microformats" to it. (If your theme already supports microformats, just leave this part disabled.)

There's also Webmention, which can be enabled for posts, notes, and likes (and any other post types of your choosing). This, in combination with the aforementioned microformats and this plugin's blocks, enables richer cross-site conversations. (If you're perfectly happy with your existing Webmention setup, here, too, you can simply leave this setting disabled.)

Classic Editor and Themes

IndieBlocks, despite its name, runs just fine on sites that have the Classic Editor plugin installed, or don't (yet) use a "block theme." The Custom Post Types and Webmention options will just work, as will most of its smaller "modules." Microformats, however, will need to be added some other way. (It's absolutely okay to run a "classic" theme with microformats support and add microformats to posts by hand or through a different plugin.)

Modules

  • Blocks: Add microformats to posts without having to think about HTML. There's also a couple blocks for use in theme templates (like the "Facepile" block for webmentions, or the "Link Preview" block).
  • Block theme "enhancements": Automatic microformats support for any (!) "block theme."
  • Webmention: Send and receive webmentions, for actual cross-site conversations.
  • Custom post types: Add "note" (i.e., a "microblog") and "like" sections.
  • Location: Add basic location and weather info to posts.
  • Link preview cards: Grab basic metadata from linked pages (to be used with the "Link Preview" block).