Skip to content

Feature request: aggregate webmentions for a link (# of rsvps of each type, # comments / reposts / likes) #82

Closed
@tantek

Description

@tantek

Feature request: would be nice to have a jf2 endpoint that takes a URL (for which webmention.io receives/tracks webmentions) and returns aggregate webmentions for a link, e.g.

  • number of rsvps of each type,
  • number of likes
  • number of reposts
  • number of comments etc.

Some real-world use-cases (that would result by post-processing this jf2 by some theoretical jf2->html converter)

  1. "4 comments, 2 reposts, 23 likes" (e.g. as seen in icon representation in footer of this tweet permalink https://twitter.com/rachelandrew/status/882224351688482816 ). Thus 4, 2, 23 in properties for # of comments, reposts, likes.
  2. "7 Went · 1 Interested" - simple aggregation of RSVP values. Thus 7,0,1,0 in properties for yes,maybe,interested,no. (from https://www.facebook.com/events/1935019616733708/) Could likely be same aggregate endpoint as the one that returns 1. above.
  3. "Aaron, Ben, and 3 others went" - summary of N (parameterized n?) aggregation of a specific RSVP value. Similar to current links.jf2 result except showing only first N responses of that type e.g. rsvp:yes - also parameterized in request URL. (ibid)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions