From 700aa134c9a10fe9d8ad8c0e901cd6064ba2d3df Mon Sep 17 00:00:00 2001 From: CJ Eller Date: Thu, 6 Feb 2020 13:24:37 -0500 Subject: [PATCH] Made edits to Following.md --- writer/following.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/writer/following.md b/writer/following.md index cb68dd0..f2e7579 100644 --- a/writer/following.md +++ b/writer/following.md @@ -1,4 +1,4 @@ -# Following +# Following a WriteFreely Blog Writefreely has built in ways to make it easier for people to follow your blog. @@ -6,18 +6,20 @@ Writefreely has built in ways to make it easier for people to follow your blog. WriteFreely blogs use RSS, allowing people to follow your blog from an RSS supported content aggregator or reader. -#### Following a Blog +#### Following a Blog via RSS -To access a WriteFreely blog's RSS feed, add "/feed" to the end of the blog's url. +To access a WriteFreely blog's RSS feed, add "/feed/" to the end of the blog's URL. [blog.writefreely.org/feed/](https://blog.writefreely.org/feed/) -#### Following a Blog's Hashtag +Most feed readers will automatically detect the blog's RSS feed if you simply give them the blog URL, so you can do that too. -If you want to filter a WriteFreely blog's content by hashtag, you can follow posts that only use those hashtags. All you need to do is take a blog's hashtag url and add "/feed" to the end. +#### Following a Blog's Hashtag via RSS -[blog.writefreely.org/tag:writefreely/feed](https://blog.writefreely.org/tag:writefreely/feed/) +If you want to filter a WriteFreely blog's content by hashtag, you can follow posts that only use those hashtags. All you need to do is take a blog's hashtag url and add "/feed/" to the end. -## Federation +[blog.writefreely.org/tag:writefreely/feed/](https://blog.writefreely.org/tag:writefreely/feed/) -WriteFreely supports federation via ActivityPub, allowing people to follow your blog from popular platforms like Mastodon (an alternative to Twitter). Learn more about how following works with Federation [here](https://writefreely.org/docs/latest/writer/federation). +## Following a Blog via ActivityPub + +WriteFreely supports federation via ActivityPub, allowing people to follow your blog from popular platforms like Mastodon (an alternative to Twitter). Learn more about how following works with ActivityPub in the [Federation guide](https://writefreely.org/docs/latest/writer/federation).