Link back to post on Micro.blog from blog

Hi folks. Was adding the “Show post on bluesky” link to my blog and I fancy having another link to the post on micro.blog.

So under my posts currently I have

Cross-posted to Bluesky :butterfly: (as a link)

But would like something like

Posted to Micro.blog :speech_balloon: (as a link)
Cross-posted to Bluesky :butterfly: (as a link)

Got this code for the bluesky link. Was wondering if there is an equivalent to link back to micro.blog?

{{ if .Params.bluesky }}
  <a class="u-syndication" {{ printf "href=%q" .Params.bluesky.link | safeHTMLAttr }}>
<hr>
Cross-posted to Bluesky 🦋
  </a>
{{ end }}

Definitely a bonus feature but feel like it would be a good way to show a person who isn’t familiar with micro.blog how this whole thing works :laughing:

Any ideas appricated, Cheers!

No, there’s no exact equivalent, but my plug-in, Conversation on Micro.blog, probably does what you need. (This link only works if you’re signed in to Micro.blog.)

Yup that did the trick! Thanks for making the plugin. :slight_smile:

See it in action here.

Might have a play around with getting a mastodon button in there as well. Though I just use the micro.blog federation rather then a separate account so not sure how that would work. :thinking: But thats a job for another day. :laughing: