diff --git a/resources/views/settings/import/ig.blade.php b/resources/views/settings/import/ig.blade.php new file mode 100644 index 00000000..2ef8266f --- /dev/null +++ b/resources/views/settings/import/ig.blade.php @@ -0,0 +1,82 @@ +@extends('settings.template') + +@section('section') + +
+

Import from Instagram

+
+
+
+

Before you proceed, you need to have a backup of your account from Instagram, you can do that here.

+
+
+
+
+

Step 1

+

Import photos directory

+

50mb limit, if your photos directory exceeds that amount please follow this guide.

+
+
+ @csrf + + +
+
+
+
+
+

Step 2

+

Import media.json file

+

10mb limit, please only upload the media.json file

+
+
+ @csrf + + +
+
+
+
+
+

Step 3

+

Audit Data

+

Manually approve each import or bulk approve

+
+
+ @csrf + +
+
+
+ +
+ +@endsection + +@push('scripts') + +@endpush \ No newline at end of file