You are here

README.txt in Instagram Block 8.2

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

This is a very simple module that integrates with Instagram and creates a
block containing your most recent Instagram posts.

The block's configuration page lets you choose how many posts and what size
they should appear in the block. The images are individually exposed to the
drupal theme layer, so developers have access to an all of the variables
provided by the Instagram API should they choose to extent the block.

For more informations see the Instagram developer pages:
http://instagram.com/developer/endpoints/users/#get_users_media_recent

For a full description of the module, visit the project page:
https://www.drupal.org/project/instagram_block

To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/instagram_block

REQUIREMENTS
------------

No special requirements.

INSTALLATION
------------

Install as you would normally install a contributed Drupal module. See:
https://www.drupal.org/docs/8/extending-drupal/installing-contributed-modules
for further information.

CONFIGURATION
------------
To add Instagram Block to specific content region Go to Block Layout.
i.e Home-> Administration-> Structure-> Block layout.

You also need to add the Instagram Access Token of the Instagram account
you are pulling posts from as part of the block configuration.

MULTIPLE BLOCKS
------------
You can have multiple blocks pulling posts from different Instagram accounts.
To configure additional access tokens, you need to add it on the Instagram
app. You can do this by going to this url:

https://www.instagram.com/developer/clients/manage/

After that, click on manage in your app and go to Sandbox and add the users
there. After that you need to login in to the new Instragram account and
accept this request. With that you can use the new users id.

Another options is to publish your app on Instagram and ask for public_content
permission, with that you will have access to all public profiles.

MAINTAINERS
-----------

Current maintainers:
* Yan Loetzer (yanniboi) - https://www.drupal.org/u/yanniboi
* Naveen Valecha (naveenvalecha) - https://www.drupal.org/u/naveenvalecha

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. This is a very simple module that integrates with Instagram and creates a
  11. block containing your most recent Instagram posts.
  12. The block's configuration page lets you choose how many posts and what size
  13. they should appear in the block. The images are individually exposed to the
  14. drupal theme layer, so developers have access to an all of the variables
  15. provided by the Instagram API should they choose to extent the block.
  16. For more informations see the Instagram developer pages:
  17. http://instagram.com/developer/endpoints/users/#get_users_media_recent
  18. For a full description of the module, visit the project page:
  19. https://www.drupal.org/project/instagram_block
  20. To submit bug reports and feature suggestions, or to track changes:
  21. https://www.drupal.org/project/issues/instagram_block
  22. REQUIREMENTS
  23. ------------
  24. No special requirements.
  25. INSTALLATION
  26. ------------
  27. Install as you would normally install a contributed Drupal module. See:
  28. https://www.drupal.org/docs/8/extending-drupal/installing-contributed-modules
  29. for further information.
  30. CONFIGURATION
  31. ------------
  32. To add Instagram Block to specific content region Go to Block Layout.
  33. i.e Home-> Administration-> Structure-> Block layout.
  34. You also need to add the Instagram Access Token of the Instagram account
  35. you are pulling posts from as part of the block configuration.
  36. MULTIPLE BLOCKS
  37. ------------
  38. You can have multiple blocks pulling posts from different Instagram accounts.
  39. To configure additional access tokens, you need to add it on the Instagram
  40. app. You can do this by going to this url:
  41. https://www.instagram.com/developer/clients/manage/
  42. After that, click on manage in your app and go to Sandbox and add the users
  43. there. After that you need to login in to the new Instragram account and
  44. accept this request. With that you can use the new users id.
  45. Another options is to publish your app on Instagram and ask for public_content
  46. permission, with that you will have access to all public profiles.
  47. MAINTAINERS
  48. -----------
  49. Current maintainers:
  50. * Yan Loetzer (yanniboi) - https://www.drupal.org/u/yanniboi
  51. * Naveen Valecha (naveenvalecha) - https://www.drupal.org/u/naveenvalecha