In reply to Niko

Hey, it worked! Good job!

In my case, I’ve switched to JSON for the metadata in my notes. Along with the url, I have an author field to display it in the note:

{
    "reply_to" : {
        "url": "https://blog.libove.org/posts/1662922088-reply-to-leveling-up-my-indieweb-game/",
        "author": "Niko"
    }
}

I’ve also noted that I received the publish time from your webmention in UTC, but my blog fails to make the conversion to my local timezone. So I guess all webmentions in this site are displayed in whatever timezone they originated, which may make it a bit confusing if, for instance, a reply has a timestamp earlier than the post it’s replying to. I’ll have to make sure all times are displayed in the same time zone going forward! Something else to add to the to-do list!

Thanks for helping me test all of this, Niko!


Edit: changed the reply_to in the metadata to point to the correct note in your blog. Let’s see what happens when I change the markup after the webmention has been sent!


Privacy Policy Affiliate Disclosure