Webmentions and conversation.js

I’m trying out the webmention support using the indiewebify.me test pages ( IndieWebify.Me - a guide to getting you on the IndieWeb ). The indiewebify.me says that the mention is sent properly and it shows up on the Account → Webmentions page on micro.blog but it doesn’t show in the actual post. I’m using a custom theme that includes

<link rel="webmention" href="https://micro.blog/webmention" />

in the header and

{{ if .Site.Params.include_conversation }}
		<script type="text/javascript" src="https://micro.blog/conversation.js?url={{ .Permalink }}"></script>
	{{ end }}

in the article.html partial (it shows replies from bluesky so I suppose the script itself works?).

Do I have to do anything else?

It’s tricky to troubleshoot without full insight, like which post we’re talking about, what kind of web mention was sent, and so on, but is the post in question also published on your Micro.blog timeline (https://micro.blog/mrg)?

If not, that could be the problem. Conversation.js doesn’t work for arbitrary posts and pages, only for ones included on your timeline.