Merge pull request #11 from writefreely/add-federation

Create federation.md
This commit is contained in:
Matt Baer 2020-01-13 11:20:47 -05:00 committed by GitHub
commit 2ce661d544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
writer/federation.md Normal file
View File

@ -0,0 +1,19 @@
# Federation
WriteFreely supports federation via ActivityPub, a protocol spoken by popular platforms like [Mastodon](https://joinmastodon.org) (an alternative to Twitter). This means that other people can directly follow your blog from the decentralized social network known as the "fediverse," if your WriteFreely admin has enabled federation.
## Finding your handle
To find your handle, go into your blog's settings. Under _URL_ will be your blog's fediverse handle, following the format `@blog@instance.com`.
## Following your blog
To follow your blog, open Mastodon, Pleroma, or your other favorite ActivityPub-powered platform, and search for the fediverse handle from your settings page. (**Note**: you can also search for the blog URL, instead of the handle.) Finally, click the "Follow" button. This will make sure you receive future posts in your timeline, where you can then _favorite_ or _boost_ them to your followers.
## Note about changing your username
If you change your username, a new fediverse handle will be created, and the previous fediverse handle will stop receiving new posts. Anyone who was following your previous fediverse handle will have to follow the new one in order to receive your most recent posts.
## Demo
[Watch this video](https://video.writeas.org/videos/watch/cc55e615-d204-417c-9575-7b57674cc6f3) to see this feature in action.