Skip to content

Notes

Short status updates.

Completely overhauled—disclaimer: this version’s not live, yet!—Share on …

Completely overhauled—disclaimer: this version’s not live, yet!—Share on Mastodon’s “image alt text” functions. It’ll now always parse post content for images, and store each image’s alt (if any) attribute, and use that, regardless of what was stored—or not stored, courtesy of the “new” block editor—in wp_postmeta.

https://github.com/janboddez/share-on-mastodon/commit/917044f42790241e7be8d875c9ba7ea8d40b3c40

Realizing the way I typically set up WordPress …

Realizing the way I typically set up WordPress URLs (using a so-called permalink front that matches my “non-home” “blog page”) may not be all that great after all, as it affects, well, nearly all URLs. I work around that for IndieBlocks’ notes and likes, and it can be worked around even for author archives (through a filter). Except, e.g., the ActivityPub plugin doesn’t like filtered author URLs (because it needs them to never change).

Pushed v0.7.0 of IndieBlocks. I’ll write a little …

Pushed v0.7.0 of IndieBlocks. I’ll write a little something over on the IndieBlocks blog later this week. Main change is the (very basic) Location block, which will of very little use to … almost everybody. Plus smaller tweaks all over the codebase. Wrote a quick “tutorial,” too, on how I set up a simple, webmention-enabled microblog using nothing but WordPress core and IndieBlocks.

https://indieblocks.xyz, too, got hit by WordPress 6.2.1 breaking …

https://indieblocks.xyz, too, got hit by WordPress 6.2.1 breaking shortcodes in block theme templates. The “fix,” for me, was really easy: convert the offending Shortcode blocks to Template Parts (two clicks, literally). Of course, I use only two instances of the Shortcode block this way; I’d make them into dynamic, “theme” blocks, but really, it’s not worth it.

Bookmarked https://wptavern.com/podcast/76-alex-standiford-on-how-wordpress-and-the-fediverse-can-be-combined. Remains kinda cool to see Share …

Bookmarked https://wptavern.com/podcast/76-alex-standiford-on-how-wordpress-and-the-fediverse-can-be-combined.

Remains kinda cool to see Share on Mastodon mentioned in the wild. And the WordPress app’s limitations. I work around those by using Micropub, which does support CPTs, but it’s still a bit of a hack. In fact, I have set up IndieBlocks to recognize “Micropub post types” and add in the proper blocks—or rather IndieBlocks’ blocks.

Bookmarked https://www.noahpinion.blog/p/how-technology-has-changed-the-world. We now carry the internet in …

Bookmarked https://www.noahpinion.blog/p/how-technology-has-changed-the-world.

We now carry the internet in our pockets; back in the day, we’d have to dial in, and “No more than an hour per day!” (And often less than that.)

Almost all of these changes came from information technology—computers, the internet, social media, and smartphones.

Bookmarked https://wptavern.com/wp-engine-releases-frost-a-free-block-theme-for-website-builders. May check this out next. I’d …

Bookmarked https://wptavern.com/wp-engine-releases-frost-a-free-block-theme-for-website-builders.

May check this out next. I’d love to go all “block theme,” at least for a little while. Then again, a premade theme can never cover all the carefully crafted bits and pieces around here. (But I’d love to create a dynamic block for post type “sparklines,” for instance.)

I’m deprecating the share_on_mastodon_enabled hook in favor of …

I’m deprecating the share_on_mastodon_enabled hook in favor of the “new” Share Always option. (The one thing making me reconsider was that the latter did in fact support a second, poorly documented, $post_id argument, which could be used to, e.g., enable forced sharing only for certain post types. That said, don’t think anyone actually uses it.)