diff --git a/resources/views/site/help/getting-started.blade.php b/resources/views/site/help/getting-started.blade.php
index a764433f1..b2161c37b 100644
--- a/resources/views/site/help/getting-started.blade.php
+++ b/resources/views/site/help/getting-started.blade.php
@@ -6,8 +6,7 @@
Getting Started
-Welcome to Pixelfed.
-Pixelfed is a federated media sharing platform inspired by Instagram.
+Welcome to Pixelfed!
@@ -57,7 +56,7 @@
- Pixelfed is a federated application, changing your username is not supported in every
federated software so we cannot allow username changes. Your best option is to create a new account with your desired username.
+ Pixelfed is a federated application, changing your username is not supported in every
federated software so we cannot allow username changes. Your best option is to create a new account with your desired username.
@@ -68,7 +67,7 @@
- Someone may have registered your email by mistake. If you would like your email to be removed from the account please
contact us.
+ Someone may have registered your email by mistake. If you would like your email to be removed from the account please contact an admin of this instance.
@@ -79,7 +78,7 @@
- You might have registered before, or someone may have used your email by mistake. You can
contact us to help you resolve this.
+ You might have registered before, or someone may have used your email by mistake. Please contact an admin of this instance.
diff --git a/resources/views/site/help/sharing-media.blade.php b/resources/views/site/help/sharing-media.blade.php
index 09e16149e..e2f2a88e8 100644
--- a/resources/views/site/help/sharing-media.blade.php
+++ b/resources/views/site/help/sharing-media.blade.php
@@ -6,9 +6,6 @@
Sharing Photos & Videos
- Welcome to Pixelfed.
- Pixelfed is a federated media sharing platform inspired by Instagram and 500px.
-
@@ -16,14 +13,27 @@
- To create an account using a web browser:
+ To create a post using a desktop web browser:
- Go to {{config('app.url')}}.
- Click on the link at the top of the page.
- - Upload your photo(s) or video(s), add a caption and set other options.
+ - Upload your photo(s) or video(s), add an optional caption and set other options.
- Click on the Create Post button.
+
+ To create a post using a mobile web browser:
+
+ - Go to {{config('app.url')}}.
+ - Click on the button at the bottom of the page.
+ - Upload your photo(s) or video(s), add an optional caption and set other options.
+ - Click on the Create Post button.
+
+
+
+ To create a post using a mobile app:
+
We do not support any mobile apps yet.
+
@@ -48,28 +58,47 @@
- {{--
+
How do I add a filter to my photos?
-
+
+ This is an experimental feature, filters are not federated yet!
+
+ To add a filter to media during the compose post process:
+
+ -
+ Click the Options button if media preview is not displayed.
+
+ - Select a filter from the Select Filter dropdown.
+
- --}}
- {{--
+
+
How do I add a description to each photo or video for the visually impaired?
-
+
+ This is an experimental feature!
+
+
+ You need to use the experimental compose UI found here.
+
+
+ - Add media by clicking the Add Photo/Video button.
+ - Set a image description by clicking the Media Description button.
+
+
Image descriptions are federated to instances where supported.
- --}}
+
@@ -77,7 +106,7 @@
- You can upload the following file types:
+ You can upload the following media types:
@foreach(explode(',', config('pixelfed.media_types')) as $type)
- {{$type}}