Pretty cool idea that leans into Lemmy's ability to provide a rich and federated blogging platform. Essentially, with this tool, it seems, a lemmy post along with its comments can become static content on a static web page of your choice.

cross-posted from: https://aussie.zone/post/1244281

This is a great way to include comments and discussion on a static site. Take a look at the demo.

  • levi@aussie.zone
    ·
    11 months ago

    a lemmy post along with its comments can become static content on a static web page of your choice

    This isn't quite right. The "static web page" (the pre-rendered page) doesn't include the Lemmy post or comments. When your browser renders the static page, the browser will then pull down the lemmy comments.

  • wiki_me@lemmy.ml
    ·
    11 months ago

    It needs a good UX for participating, maybe add lemmy buttons like upvote/downvote and reply and when they are clicked redirect to lemmy?

    • maegul@lemmy.ml
      hexagon
      ·
      edit-2
      11 months ago

      I didn’t make this, I only cross posted it. Also it’s very much in alpha.

    • levi@aussie.zone
      ·
      11 months ago

      That's not really possible because there's no way to know which instance to direct someone to. No point directing them to an instance where they don't have an account.

      Also I don't think showing buttons like upvote which just redirect to another page is a good UX at all.

      • wiki_me@lemmy.ml
        ·
        11 months ago

        That’s not really possible because there’s no way to know which instance to direct someone to. No point directing them to an instance where they don’t have an account.

        At least they will know it is on lemmy , then they can figure out how to use it. And that's a general problem of the fediverse, there are extensions that redirect you to your home instance for that.

        Also I don’t think showing buttons like upvote which just redirect to another page is a good UX at all.

        I think it is at least better then the current state, where you have a tiny button that testing with heat maps will probably show is almost invisible, maybe adding text "go to lemmy to participate in the discussion" is also a decent option.