Skip Navigation
Mentions United: Lemmy plugin & a few updates
  • No, not directly, because it depends on the syndications stored in the Frontmatter of my post. But since I have also included Webmentions and Lemmy sends one when crossposting, at least this would be displayed under the post.

  • Mentions United: Lemmy plugin & a few updates
  • Cool, in the sense that your comment is now part of my post on my blog? Yes...

  • Mentions United: Lemmy plugin & a few updates

    kiko.io Mentions United: Lemmy plugin & a few updates - kiko.io

    After I recently dived into the Lemmy world and found out which API route I needed for a Lemmy integration as a Mentions United Provider Plugin, the r...

    Mentions United: Lemmy plugin & a few updates - kiko.io

    cross-posted from: https://programming.dev/post/21346794 >After I recently dived into the Lemmy world and found out which API route I needed for a Lemmy integration as a Mentions United Provider Plugin, the rest was no longer particularly difficult, because the data is very heavy due to many redundancies, but easy to process. So my new plugin is ready and running on this blog to display Lemmy interactions … > > https://kiko.io/post/Mentions-United-Lemmy-plugin-a-few-updates/

    0

    Mentions United: Lemmy plugin & a few updates

    kiko.io Mentions United: Lemmy plugin & a few updates - kiko.io

    After I recently dived into the Lemmy world and found out which API route I needed for a Lemmy integration as a Mentions United Provider Plugin, the r...

    Mentions United: Lemmy plugin & a few updates - kiko.io

    After I recently dived into the Lemmy world and found out which API route I needed for a Lemmy integration as a Mentions United Provider Plugin, the rest was no longer particularly difficult, because the data is very heavy due to many redundancies, but easy to process. So my new plugin is ready and running on this blog to display Lemmy interactions …

    https://kiko.io/post/Mentions-United-Lemmy-plugin-a-few-updates/

    6
    Diving Into the World of Lemmy
  • Hi mate :) thanks for giving me initial ignition to get into Lemmy and writing the Mention United provider plugin for it. Would love to have a look on your solution.

  • Diving Into the World of Lemmy
  • Thank you for this detailed information :)

  • Diving Into the World of Lemmy
  • I have no problem with an API. It's better than a feed. But the payload of the API seems too high to me in times when we should pay attention to resources. Redundancies should always be prevented by clever design.

  • Diving Into the World of Lemmy

    kiko.io Diving Into the World of Lemmy - kiko.io

    Slightly triggered by the post My blog now has Lemmy comments, I thought it would be a good idea to take a closer look at another great representative...

    Diving Into the World of Lemmy - kiko.io

    cross-posted from: https://programming.dev/post/21031156

    > Slightly triggered by the post My blog now has Lemmy comments, I thought it would be a good idea to take a closer look at another great representative of the Fediverse world: Lemmy. Of course, also with an eye on the possibility of developing another Mentions United Provider Plugin, along the lines of what “Coship” can do, I also can do and that for everyone ;) > ...

    2

    Diving Into the World of Lemmy

    > Slightly triggered by the post My blog now has Lemmy comments, I thought it would be a good idea to take a closer look at another great representative of the Fediverse world: Lemmy. Of course, also with an eye on the possibility of developing another Mentions United Provider Plugin, along the lines of what “Coship” can do, I also can do and that for everyone ;) ...

    6

    Is it a bug that the response of .../api/v3/comment/list?post_id is always empty?

    Posting here also, because [email protected] commented that the API should work as expected on lemm.ee for instance and I don't know where is the right place to post my question. Can someone help?

    cross-posted from: https://programming.dev/post/20954226 >I try to get comment data for my posts via API from my Lemmy instance, but whatever I try on using the GetComments endpoint it delivers an empty array. > > For example ... GET https://programming.dev/api/v3/comment/list?post_id=20878811 > leads to: > > json > { > "comments": [] > } > > > I want to ask here, before creating an issue. Has someone a hint? >

    2
    Is it a bug that the response of .../api/v3/comment/list?post_id is always empty?
  • Thank you for the tip ... but whatever I try with the parameter post_ids in curl, my instance running 0.19.5 does not recognize the parameter and I receive a list with the latest comments over all posts ... !?

  • Lemmy Support @lemmy.ml Kristof Zerbe @programming.dev

    Is it a bug that the response of .../api/v3/comment/list?post_id is always empty?

    I try to get comment data for my posts via API from my Lemmy instance, but whatever I try on using the GetComments endpoint it delivers an empty array.

    For example ... GET https://programming.dev/api/v3/comment/list?post_id=20878811 leads to:

    json { "comments": [] }

    I want to ask here, before creating an issue. Has someone a hint?

    4

    Mentions United ... 3, 2, 1, Go

    kiko.io Mentions United ... 3, 2, 1, Go - kiko.io

    A JavaScript solution to unite blog posts with their interactions

    Mentions United ... 3, 2, 1, Go - kiko.io

    cross-posted from: https://programming.dev/post/20878811

    > Since I wasn't satisfied with the way syndicated interactions were displayed on my blog, I built something myself with #javascript. What do you think of the idea and implementation?

    0
    Mentions United ... 3, 2, 1, Go
  • It is an interaction collector based on syndications. Currently I'm working on a Lemmy extension to show the discussion below the post.

  • Mentions United ... 3, 2, 1, Go
  • :D ... sry, I'm completely new to Lemmy and struggle a bit with some oddities when creating/editing posts

  • Mentions United ... 3, 2, 1, Go

    Since I wasn't satisfied with the way syndicated interactions were displayed on my blog, I built something myself with #javascript. What do you think of the idea and implementation?

    4