-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show likes from fediverse #235
Comments
Same for shares 👍 |
I would say it's every more interesting to know how many times (and by who) a content was shared :) |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
!keep |
Is there any progress on this? Very interested in this feature. |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Keep |
What about build upon an existing plugin? Recently I implemented Just Likes and Dislikes in my blog. It's kinda ok (there's room for improvements), and it would be awesome if it were integrated with ActivityPub. |
On my own site, I just added like and "repost" ("Announce") support by means a couple custom Also added an Since it's all implemented as action hooks, it would be very easy to add this to the ActivityPub plugin itself. I do set some dummy content (in case I ever disable my site's "facepile" solution) and a couple comment meta fields allowing likes and reposts to be picked up by said "facepile" block. Maybe there's a better way (like "comment types," the way the Webmention plugin does it). I think that's the main "challenge": deciding on a meta field "structure." It would be easy enough to update my block to extend compatibility to whichever solution ends up being implemented, so I don't really have a strong preference. If there's any interest, I wouldn't mind opening a PR. Also considering a (dynamic) Gutenberg block that would simply display a like and repost (filterable, preferably, so it can be made compatible with, e.g., webmentions) counter. |
I would love to see a PR for that!!! I also like the idea of having a Block to show the different Facepiles. I experimented a lot with different meta-fields on comments and using different comment-types was the best decision so far (still hoping for core support!!!). It makes it relatively easy to filter and query comments based on the type and themes are handling unknown types quite well these days. @janboddez btw. thanks for all your work/support so far! |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Keep |
I have the webmention plugin installed and it shows the Likes to toots I made from my day-to-day account where I have a link to a blogpost inside.
Likes made to the post of the blog are shown nowhere (which is a pitty). It would be great if the plugin could store likes received on the post the same way as the webmentions plugin which would display them as well as the likes.
The text was updated successfully, but these errors were encountered: