Does micro.blog send out notices for "u-like-of"

I know that it does webmentions, but I wanted to know if it will send out likes.

As described by the IndieWeb page for liking items.

If not, I don’t think it would be a feature request because micro.blog doesn’t do likes by design. A feature, that I completely agree with at this point in time.

I’m also curious about this. I’m displaying webmentions from my cross-posted mastodon account, but can I display likes on my hosted blog?

My understanding is it will sent out a mention for u-in-reply-to. I think the webmentions will receive likes, possibly? I’d check your webmentions tabs.

Ah, good call. The webmentions for likes and reblogs are being received from Bridgy, now just to figure out if it’s possible to display them at my hosted blog.

Yeah, we only do something special for sending and receiving reply-to, but the likes and reblogs should still be collected. However, I don’t think we have a good API for getting the webmentions already parsed out in a useful way.

There is this feed:

https://micro.blog/feeds/[username]/webmentions.json

But as you’ll see it’s mostly designed to see recent webmentions. I think we’d need to add a few fields to it.