@help Is there a recommended way of replying to a non-Micro.blog post with Webmention? Please donāt make me manually u-in-reply-to
[laugh/cry]
@help Is there a recommended way of replying to a non-Micro.blog post with Webmention? Please donāt make me manually u-in-reply-to
[laugh/cry]
@scojjac If youāre using a Micropub client, if it sends the header in-reply-to
then M.B will add text to the beginning of your post saying itās a reply and it will include a link. Itās better to just do it yourself at this pointā¦
@scojjac If youāre comfortable writing Go Templates you could create a Hugo shortcode to at least lessen the number of characters you have to type. So a reply could be entered, for example, like this :
{{< reply āhttps://example.com/interesting-blog-post.htmlā >}}
@manton authored a similar shortcode for RSVPing.
@scojjac @sod @gaelicWizard This is mostly a UI design problem⦠There needs to be a field to add a reply-to URL, but how to do it without cluttering up the interface for everyone? Open to suggestions.
@sod Do you mean extrapolate the user from the blog domain? Iād like to add users by searching for them (and preferably get suggestions for others in the thread). (Short term memory š).
@odd Ah, sorry, no. My rough sketch above is about adding support for webmentions and replying to blog posts where the author has no presence on Micro.blog.
@sod Love this but a few comments:
@help Toggle menu? Iāve often thought itād be nice to have something like the WP IndieWeb Post Kinds plug-in that works on M.b. It could even be a plug-in if somebody was up to writing it. (I am not.)
@pimoore
Itās not so much what Hugo lacks, as what M.B provides. M.B doesnāt give Hugo all the metadata, and there isnāt currently a way to provide it. It already does WebMentions for all links, but thereās no automatic way to see what is a replyā¦
@sod Cool! This reminds me of Tumblr in a way, with different post types adapting with different fields.