From 7df83c79022182b78e1ba79108f2affba7236c8d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 31 May 2018 21:23:31 -0600 Subject: [PATCH] Add import view --- resources/views/settings/import/ig.blade.php | 82 ++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 resources/views/settings/import/ig.blade.php 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