diff --git a/resources/views/site/help.blade.php b/resources/views/site/help.blade.php index 6d0955779..25b0981f2 100644 --- a/resources/views/site/help.blade.php +++ b/resources/views/site/help.blade.php @@ -254,6 +254,22 @@ --}} +
+ +
+
+

+ +

+

Import

+
+

How to Import from Instagram

+

Troubleshooting Imports

+
+
+
+
+
@endsection diff --git a/resources/views/site/help/import.blade.php b/resources/views/site/help/import.blade.php new file mode 100644 index 000000000..d4006791f --- /dev/null +++ b/resources/views/site/help/import.blade.php @@ -0,0 +1,94 @@ +@extends('site.help.partial.template', ['breadcrumb'=>'Import']) + +@section('section') + +
+

Import

+
+
+

With the Import from Instagram feature, you can seamlessly transfer your photos, captions, and even hashtags from your Instagram account to Pixelfed, ensuring a smooth transition without losing your cherished memories or creative expressions.

+ +
+ +

How to get your export data from Instagram:

+
    +
  1. + Follow the Instagram instructions on Downloading a copy of your data on Instagram on this page. Make sure you select the JSON format +
  2. +
  3. + Wait for the email from Instagram with your download link +
  4. +
  5. + Download your .zip export from Instagram +
  6. +
  7. + Navigate to the Import settings page +
  8. +
  9. + Follow the instructions and import your posts 🥳 +
  10. +
+
+ +

Import Limits

+ +
+
+
+

Max Posts

+

The maximum imported posts allowed

+
+
{{ config('import.instagram.limits.max_posts') == -1 ? 'Unlimited' : config('import.instagram.limits.max_posts') }}
+
+
+
+

Max Attempts

+

The maximum import attempts allowed
(counted as total imports grouped by day)

+
+
{{ config('import.instagram.limits.max_attempts') == -1 ? 'Unlimited' : config('import.instagram.limits.max_attempts') }}
+
+
+
+

Video Imports

+

The server supports importing video posts

+
+
{{ config('import.instagram.allow_video_posts') ? '✅' : '❌' }}
+
+
+ +
+ +

Import Permissions

+

Who is allowed to use the Import feature

+ +
+
+
+

Only Admins

+

Only admin accounts can import

+
+
{{ config('import.instagram.permissions.admins_only') ? '✅' : '❌' }}
+
+
+
+

Only Admins + Following

+

Only admin accounts, or accounts they follow, can import

+
+
{{ config('import.instagram.permissions.admin_follows_only') ? '✅' : '❌' }}
+
+
+
+

Minimum Account Age

+

Only accounts with a minimum age in days can import

+
+
{{ config('import.instagram.permissions.min_account_age')}}
+
+
+
+

Minimum Follower Count

+

Only accounts with a minimum follower count can import

+
+
{{ config('import.instagram.permissions.min_follower_count')}}
+
+
+@endsection diff --git a/resources/views/site/help/partial/sidebar.blade.php b/resources/views/site/help/partial/sidebar.blade.php index 2278eb7a3..e0a82c9d3 100644 --- a/resources/views/site/help/partial/sidebar.blade.php +++ b/resources/views/site/help/partial/sidebar.blade.php @@ -21,12 +21,18 @@ {{-- --}} + {{-- --}} {{-- --}} + @@ -37,23 +43,23 @@ {{-- --}} - {{-- + --}} - {{-- + --}} + --}} - {{-- --}} - \ No newline at end of file +