diff --git a/html/user/exploring.html b/html/user/exploring.html index 80331b1..0b87c26 100644 --- a/html/user/exploring.html +++ b/html/user/exploring.html @@ -23,7 +23,9 @@ {HEADING:SECTION:following:Following} -

Thanks to federation it is easy to follow both people on the same server as you and on different servers. However, following someone on a different server requires a couple of extra clicks.

+

Thanks to federation it is easy to follow both people on the same server as you and on different servers. However, following someone on a different server can require a couple of extra clicks.

+ +

If you're on one of the Quitter servers (or any server that uses the Qvitter plugin) there is an easy way to do both. See {LINK:remote_follow_qvitter}.

{HEADING:SUBSECTION:local_follow:Following people on the same server} @@ -65,3 +67,35 @@ Quitter.no confirm button (I guess qvitter hasn't styled it)

You are now following that person. Notices that they post from now on will now appear in your Home timeline. If someone else on your server was already following them you might get some older ones as well.

+ + +{HEADING:SUBSECTION:remote_follow_qvitter:Following people using Qvitter} + +

Qvitter has a handy shortcut for following people regardless of whether or not they're on the same server as you. Hover your mouse pointer over their name. A popup will appear. Click the Follow button.

+ + +Hovering over a name in qvitter + + +

It will change to Following. You're all done.

+ + +Now following + + + +{HEADING:SUBSECTION:remote_follow_manual:Following people using manual subscription URL} + +

Note: This is not the usual way to follow someone but it's a technique some people find convenient.)

+ +

You can initiate a remote follow directly from your own server. To do this visit /main/ostatussub on your server. For example if you are logged in to quitter.se you would go to https://quitter.se/main/ostatussub. You will get to a page with an error like this:

+ + +First page of the ostatussub confirmation + + +

Enter a profile address such as https://quitter.no/doctorow and click Continue. You will jump straight to the confirmation screen as shown above.

+ + + + diff --git a/resources/user/manual-confirm.png b/resources/user/manual-confirm.png new file mode 100644 index 0000000..58df7d3 Binary files /dev/null and b/resources/user/manual-confirm.png differ diff --git a/resources/user/qvitter-hover1.png b/resources/user/qvitter-hover1.png new file mode 100644 index 0000000..c52bc4f Binary files /dev/null and b/resources/user/qvitter-hover1.png differ diff --git a/resources/user/qvitter-hover2.png b/resources/user/qvitter-hover2.png new file mode 100644 index 0000000..047192a Binary files /dev/null and b/resources/user/qvitter-hover2.png differ