Skip to content

Notes tagged “indieweb”

Although I’ll likely not use Syndication Links myself, …

Although I’ll likely not use Syndication Links myself, I added a bit of code to Share on Mastodon that adds the Mastodon URL to SL’s list of links. Still figuring out how to best create a “syndication links” block. Like, I obviously want to also include Pixelfed URLs. So do I add it to the Mastodon plugin, or the Pixelfed one? Both? A separate plugin? Aargh.

You should probably not add “No Title” to …

You should probably not add “No Title” to your titleless “IndieWeb” notes. Even if your site’s front end doesn’t show these “titles,” your RSS feed still might. Which would cause feed readers to display these notes as “articles,” i.e., with a title (equal to “No Title”).

Bookmarked https://manuelmoreale.com/on-the-current-decentralisation-movement. This right here. Your home on …

Bookmarked https://manuelmoreale.com/on-the-current-decentralisation-movement.

This right here.

Your home on the Internet? Get a website. Looking for interaction? Add comments (or Webmention).

“Quote toots?” Look at what I’m about to do instead:

The more I look at this “issue” the more I’m convinced the solution is already right there and it’s called the web.

Created a website for IndieBlocks. Hoping to eventually …

Created a website for IndieBlocks. Hoping to eventually add proper documentation (the end-user kind, with screenshots and stuff), and code snippets and so on.

Now, to actually bring the (released version of the) plugin in line with the Getting Started guide. 😬

IndieBlocks – Use blocks, and, optionally, “short-form” post types to more easily “IndieWebify” your WordPress site
indieblocks.xyz

Yes! My IndieBlocks plugin is now up on …

Yes! My IndieBlocks plugin is now up on WP.org. Current version offers a single “Context” block, and, optionally, (1) some custom post types, and (2) the ability to add microformats2 to block-based (!) themes. More is on the way. https://wordpress.org/plugins/indieblocks/

Tested it on a nearly empty site with the Blockbase theme, and things like an h-entry’s post type and very basic h-card information is being picked up fine.

IndieBlocks
wordpress.org

Testing my “all-in-one” “IndieWeb” plugin for WordPress with …

Testing my “all-in-one” “IndieWeb” plugin for WordPress with the new 6.1 beta and Twenty Twenty-Three. Seems to work OK, but I’m wondering why my “site doesn’t support the core/post-author-name block.” Like, I knew about the post author block … Of course, you’ve got to install Gutenberg! Makes perfect sense for the new default theme to not work without a plugin.

Somewhat inspired by https://www.zylstra.org/blog/2022/09/wordpressindieweb-as-the-os-of-the-open-social-web/, I did some experimenting …

Somewhat inspired by https://www.zylstra.org/blog/2022/09/wordpressindieweb-as-the-os-of-the-open-social-web/, I did some experimenting with WordPress’s new Full Site Editor. The result is this, still very hacky, Twenty Twenty-Two child theme. https://github.com/janboddez/tt2-mf2

WordPress+IndieWeb as the OS of the Open Social Web – Interdependent Thoughts
www.zylstra.org

Been toying with Laravel a bit more. Decided …

Been toying with Laravel a bit more. Decided to split off some Webmention functionality into a package of its own, https://github.com/janboddez/laravel-webmention. There’s two classes here that matter, one for receiving (Http\Controllers\WebmentionController), and one for sending (WebmentionSender). Hoping to add a parser of sorts later, and some CLI/Artisan commands.

GitHub - janboddez/laravel-webmention
github.com