1 |
2 |
ffruehstueck |
|
2 |
|
|
++++++ INSTALLATION ++++++
|
3 |
|
|
|
4 |
|
|
1. You have to set up an application at http://instagram.com/developer/
|
5 |
|
|
|
6 |
|
|
2. When registering your application at instagram you have to enter your
|
7 |
|
|
* website url e.g. http://yourwebsite.com/ and
|
8 |
|
|
* the OAuth redirect_uri which is with the given example http://yourwebsite.com/<admin_siteaccess>/ig/connect_user
|
9 |
|
|
|
10 |
|
|
3. Unpack/unzip to your extension folder
|
11 |
|
|
|
12 |
|
|
4. After registering your application you get your instagram CLIENT ID and CLIENT SECRET
|
13 |
|
|
which you have to enter in the instagram.ini settings
|
14 |
|
|
|
15 |
|
|
4. Install the database tables placed within the extensions/instagram/sql/mysql/ folder
|
16 |
|
|
|
17 |
|
|
5. Activate extension
|
18 |
|
|
|
19 |
|
|
Activate the extension by using the admin interface ( Setup -> Extensions ) or by
|
20 |
|
|
prepending instagram to ActiveExtensions[] in settings/override/site.ini.append.php:
|
21 |
|
|
|
22 |
|
|
[ExtensionSettings]
|
23 |
|
|
ActiveExtensions[]=instagram
|
24 |
|
|
|
25 |
|
|
6. Adjust / install the cronjobs settings to your needs (settings/cronjob.ini.append.php)
|
26 |
|
|
You should at least run the importImagesFromRemote cronjob to import the images from instagr.am to your ezPublish
|
27 |
|
|
|
28 |
|
|
7. Regenerate autoload array
|
29 |
|
|
|
30 |
|
|
Check the eZ Publish docs for your version on how this is done.
|
31 |
|
|
Or go to Setup -> Extensions and click on the button there.
|
32 |
|
|
|
33 |
|
|
8. Clear all caches
|
34 |
|
|
|
35 |
|
|
9. Within the admin interface you should find the tab "instagram"
|
36 |
|
|
|
37 |
|
|
10. Connect your instagram account to ezPublish and run the import cronjob
|
38 |
|
|
|
39 |
|
|
11. Feel free to do whatever you like with your imported/synchronised photos -> HAVE FUN with instagram!
|
40 |
|
|
|
41 |
|
|
|
42 |
|
|
|
43 |
|
|
|
44 |
|
|
++++++ TO DO ++++++
|
45 |
|
|
|
46 |
|
|
* Disconnect instagram accounts and remove the users images from ez Publish
|
47 |
3 |
ffruehstueck |
* Provide more functionality in the users feed (admin) - list view, delete, edit, ...
|
48 |
|
|
* Make use of fetching photos via hashtag
|
49 |
|
|
* Filter options via hashtag
|
50 |
4 |
ffruehstueck |
|
51 |
|
|
|