You are here

README.txt in Instagram Block 7

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

 * Introduction
 * Requirements
 * Installation
 * Initial Configuration
 * Demonstration
 * Acknowledgments


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


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

This module depends on php curl commands to parse the information from Instagram
and thus has a dependency on php5-curl.

It also has a dependency on the drupal core block module.


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

This module is installed like any drupal module hand has no specific
installation instructions.


INITIAL CONFIGURATION
----------------------

You can configure the settings for your Instagram block by going to the
configuration page (admin/config/services/instagram_block). You will need to
authorise the application with your Instagram account.


ACKNOWLEDGMENTS
---------------

The heavy lifting for this module was done by Nick from Blueprint Interactive,
so kudos to him.

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. * Initial Configuration
  7. * Demonstration
  8. * Acknowledgments
  9. INTRODUCTION
  10. ------------
  11. This is a very simple module that integrates with Instagram and creates a block
  12. containing your most recent Instagram posts.
  13. The block's configuration page lets you choose how many posts and what size
  14. they should appear in the block. The images are individually exposed to the
  15. drupal theme layer, so developers have access to an all of the variables
  16. provided by the Instagram API should they choose to extent the block. For more
  17. informations see the Instagram developer pages:
  18. http://instagram.com/developer/endpoints/users/#get_users_media_recent
  19. REQUIREMENTS
  20. ------------
  21. This module depends on php curl commands to parse the information from Instagram
  22. and thus has a dependency on php5-curl.
  23. It also has a dependency on the drupal core block module.
  24. INSTALLATION
  25. ------------
  26. This module is installed like any drupal module hand has no specific
  27. installation instructions.
  28. INITIAL CONFIGURATION
  29. ----------------------
  30. You can configure the settings for your Instagram block by going to the
  31. configuration page (admin/config/services/instagram_block). You will need to
  32. authorise the application with your Instagram account.
  33. ACKNOWLEDGMENTS
  34. ---------------
  35. The heavy lifting for this module was done by Nick from Blueprint Interactive,
  36. so kudos to him.
  37. MAINTAINERS
  38. -----------
  39. Current maintainers:
  40. * Yan Loetzer (yanniboi) - https://www.drupal.org/u/yanniboi
  41. * Naveen Valecha (naveenvalecha) - https://www.drupal.org/u/naveenvalecha