You are here

README.txt in Simple Instagram Feed Block 1.0.x

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 8 README.txt
  3. 8.2 README.txt
  4. 7 README.txt
INTRODUCTION
------------
Ground up rebuild of the Simple Instagram Feed.
More to come.

BENEFITS
--------
Unlike many Instagram integrations, this module does not require a complicated
token and authorization sequence to use. Simply add the jquery.instagramFeed
library, install this module and place the block, assign the Instagram account
that you would like to pull the feed from and save. If you want to change the
number of images or any other settings, use the block settings.


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


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

* Without Composer *
1) Install the Simple Instagram Feed module.
2) Enable the Simple Instagram Feed module.


Install the Simple Instagram Feed Block:
  Using DRUSH: drush en simple_instagram_feed
  -or-
  Download it from https://www.drupal.org/project/simple_instagram_feed and i
  nstall it to your website.

* With Composer *

You will need to perform the following steps:


1) Install the Simple Instagram Feed module, run:
  $ composer require 'drupal/simple_instagram_feed

2) Within the Administration menu in your website, navigate to Extend and
enable the Simple Instagram Feed module.


CONFIGURATION
-------------
Once you have installed Simple Instagram Feed Block and placed the
jquery.inatagramFeed library in your libraries directory, navigate to
Structure -> Block Layout (/admin/structure/block) to create a new Simple
Instagram Feed block on your site. By default the block will use the Instagram
account and display 12 images, 6 images per row. You can change the Instagram
user account, number of images and number of images per row settings as well as
displaying the Profile and Bio for the Instagram account.

KNOWN LIMITATIONS
-----------------
If you would like to have different feeds on different pages, you can create as
many feed blocks as you like. 

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Ground up rebuild of the Simple Instagram Feed.
  4. More to come.
  5. BENEFITS
  6. --------
  7. Unlike many Instagram integrations, this module does not require a complicated
  8. token and authorization sequence to use. Simply add the jquery.instagramFeed
  9. library, install this module and place the block, assign the Instagram account
  10. that you would like to pull the feed from and save. If you want to change the
  11. number of images or any other settings, use the block settings.
  12. REQUIREMENTS
  13. ------------
  14. INSTALLATION
  15. ------------
  16. * Without Composer *
  17. 1) Install the Simple Instagram Feed module.
  18. 2) Enable the Simple Instagram Feed module.
  19. Install the Simple Instagram Feed Block:
  20. Using DRUSH: drush en simple_instagram_feed
  21. -or-
  22. Download it from https://www.drupal.org/project/simple_instagram_feed and i
  23. nstall it to your website.
  24. * With Composer *
  25. You will need to perform the following steps:
  26. 1) Install the Simple Instagram Feed module, run:
  27. $ composer require 'drupal/simple_instagram_feed
  28. 2) Within the Administration menu in your website, navigate to Extend and
  29. enable the Simple Instagram Feed module.
  30. CONFIGURATION
  31. -------------
  32. Once you have installed Simple Instagram Feed Block and placed the
  33. jquery.inatagramFeed library in your libraries directory, navigate to
  34. Structure -> Block Layout (/admin/structure/block) to create a new Simple
  35. Instagram Feed block on your site. By default the block will use the Instagram
  36. account and display 12 images, 6 images per row. You can change the Instagram
  37. user account, number of images and number of images per row settings as well as
  38. displaying the Profile and Bio for the Instagram account.
  39. KNOWN LIMITATIONS
  40. -----------------
  41. If you would like to have different feeds on different pages, you can create as
  42. many feed blocks as you like.