1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00

Provide additional implementations to fep-3b86 (#758)

Co-authored-by: Mike Macgirvin <mike@macgirvin.com>
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/758
Co-authored-by: (streams) <streams@noreply.codeberg.org>
Co-committed-by: (streams) <streams@noreply.codeberg.org>
This commit is contained in:
(streams)
2026-02-09 00:36:42 +01:00
committed by silverpill
parent 4706d71dc8
commit f11c8dc217
+3
View File
@@ -715,8 +715,10 @@ Remote servers MAY also account for applications that do not publish Activity In
This is a list of "home servers" that publish Activity Intent endpoints.
* [Emissary](https://emissary.dev) publishes `Create`, `Follow`, and `Like` intents.
* [Forte](https://codeberg.org/fortified/forte) publishes `Create` intents.
* [Loops](https://joinloops.org) publishes `Follow` intents.
* [PieFed](https://piefed.social) publishes `Create` intents.
* [the "streams" repository](https://codeberg.org/streams/streams) publishes `Create` intents.
* [WordPress](https://wordpress.org/plugins/activitypub/) publishes `Create` and `Follow` intents
* Add your name to this list and win a cookie 🍪
@@ -724,6 +726,7 @@ This is a list of "home servers" that publish Activity Intent endpoints.
This is a list of client tools that allow end-users to use Activity Intents on remote websites.
* [Emissary](https://emissary.dev) publishes "share" and "like" buttons
* [Forte](https://codeberg.org/fortified/forte) and also [the "streams" repository](https://codeberg.org/streams/streams) publish "wall-to-wall" post/reply buttons, as an alternative to carrying out these same operations directly on the home server using OpenWebAuth (FEP-61cf). Other interactions in progress.
* Web Intents library (in progress)