Been playing with the Webmention plugin a bit. Seems you have to register CPTs with explicit trackbacks
support for them to be able to receive mentions. Also made IndieBlocks’ Facepile block work with them, in an MVP-sort-of way. Think I’m going to just hardcode this bit, rather than make it configurable.
Tag: webmention
-
Been playing with the Webmention plugin a bit. …
-
Working on a Facepile “theme” block for IndieBlocks, …
Working on a Facepile “theme” block for IndieBlocks, which would show a post’s “like,” “bookmark,” and “repost” webmentions. Doesn’t support the Webmention plugin, yet. (It does work with IndieBlocks’ webmentions, which use a slightly different set of custom fields, etc.)
-
IndieBlocks v0.3.4
If you were to install IndieBlocks on top of a fresh WordPress site, it’d give you short-form post types, microformats, and the ability to send and receive webmentions.
-
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. -
Syndicating to IndieNews
Reminded of IndieNews, I set out to create a smallish WordPress plugin to enable sharing over there.
-
It doesn’t make sense to display someone’s _entire_ …
It doesn’t make sense to display someone’s _entire_ blog post underneath yours just because they casually mentioned it.