@jwurzer I know there’s been some discussion before of people’s desire for a “comment with Micro.blog” infrastructure, but nothing really exists yet. Some people add a “See the conversation on Micro.blog” link to their posts, but that link currently has to be discovered manually.
You could conceivably embed an iframe with the HTML version of the Conversation (as shown on the web), I guess, but again you’d have to fetch that URL manually first. Otherwise, it’s going to be getting the Conversation JSON from the API (which currently requires authentication) and doing something with it via JS yourself, like I mentioned above. At least as far as I can tell ;-)