diff --git a/html/user/getting_started.html b/html/user/getting_started.html index eeca9cb..c979659 100644 --- a/html/user/getting_started.html +++ b/html/user/getting_started.html @@ -57,7 +57,43 @@

In both cases you have a text box to type a message. Click inside it, type a notice, then click Send to publish it to your followers.

+{HEADING:SUBSECTION:repeat_reply:Favouriting, Repeating and Replying} +

After you have followed a few of your friends and interesting people on the network you will see their posts on your "HOME" newsfeed. Below each post are some icons that allow you to interact with the notice and/or the original poster.

+ +

Clicking on the will add a post text field to the page and allow you to respond to the post. Your reply will then appear as a threaded notice underneath the original post, as in this example:

+ + +Replying to a notice + + +

Clicking on the will add the post to your list of favourite posts. This also pings the original poster alerting them that you favourited the post. You can see your list of favourite posts by clicking on the "FAVOURITES" link on the left navigation bar. If you are using Chimo's Reverse Favourites plugin you can see who has favourited your previous posts. + +

Clicking on the will repeat the notice so that it will be shared to your own list of followers, and as such probably implies another more explicit favour to the original post.

+ +{HEADING:SUBSECTION:groups_tags:Hashtags, Mentions and Groups} + +

In addition to the above methods to interact with followers network, GNUSocial also supports features you will find familiar with other social networks. You can mention someone else in a post by using the '@' prefix. This example shows how to mention someone, and how the post will look after you post it.

+ + +Mentioning a user in a post + + +

You don't have to use the full 'username@domain.tld' format when mentioning someone. If you leave out the full '@domain.tld' part of a user you are mentioning then you are limiting the scope to people on your local instance and your followers. + +

The social network hashtag '#' prefixed before a word, eg #federated makes keywords trend on your home feed and across the federated network as more people use the same hashtag

+ +

Groups are an optional part of GNUSocial. Each social instance can have one or more groups based on a topic. Then local users of the instance as well as remote social users can subscribe to the group. A group is similar to a user in GNUSocial but you refer to a group using the '!' prefix instead of the '@' prefix.

+ +

When you find a group on your local GNUSocial instance, or a remote instance you can follow it in a similar way to following users, simply enter your GNUSocial username when prompted after clicking on the "Join" button.

+ +

You can post a notice to the group by mentioning the group with a '!' prefix, for example:

+ + +Making a post mentioning a group. + + +

Your post will then appear in your follower's feeds as well as anyone else subscribed to the group who may or may not also follow you.

{HEADING:SECTION:account_names:Referring to your account} diff --git a/resources/user/favourite.gif b/resources/user/favourite.gif new file mode 100644 index 0000000..d93515e Binary files /dev/null and b/resources/user/favourite.gif differ diff --git a/resources/user/grouppost_example_1.png b/resources/user/grouppost_example_1.png new file mode 100644 index 0000000..e95d4fb Binary files /dev/null and b/resources/user/grouppost_example_1.png differ diff --git a/resources/user/mention_example_1.png b/resources/user/mention_example_1.png new file mode 100644 index 0000000..26b7421 Binary files /dev/null and b/resources/user/mention_example_1.png differ diff --git a/resources/user/recycle.gif b/resources/user/recycle.gif new file mode 100644 index 0000000..1fab5dc Binary files /dev/null and b/resources/user/recycle.gif differ diff --git a/resources/user/reply.gif b/resources/user/reply.gif new file mode 100644 index 0000000..6ff01bb Binary files /dev/null and b/resources/user/reply.gif differ diff --git a/resources/user/reply_example_1.png b/resources/user/reply_example_1.png new file mode 100644 index 0000000..159cbc8 Binary files /dev/null and b/resources/user/reply_example_1.png differ