You are here

README.txt in Simple Instagram Feed Block 7

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 8 README.txt
  3. 8.2 README.txt
  4. 1.0.x README.txt
INTRODUCTION
------------
Simple Instagram Feed is an integration module for the jquery.instagramFeed
library that can be found at https://github.com/jsanahuja/jquery.instagramFeed.

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
------------
This module requires the jquery.instagramFeed library that can be found at
https://github.com/jsanahuja/jquery.instagramFeed.

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

* Without Composer *

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

Install the jquery.instagramFeed Library:
  Using DRUSH: drush simple_instagram_feed-plugin
  -or-
  Download the repository for the jquery.instagramFeed library that can be found
  at https://github.com/jsanahuja/jquery.instagramFeed .

  Place the file jquery.instagramFeed.min.js in a directory called:
  jqueryinstagramfeed

  The path to the jquery.instagramFeed library should look like:
  /sites/all/libraries/jqueryinstagramfeed/jquery.instagramFeed.min.js


* With Composer *

Install with Composer: $ composer require 'drupal/simple_instagram_feed:^1.2'

To install a library with composer in Drupal 7, you will need to add a
dependency on oomphinc/composer-installers-extender to add mapping for
installer paths and then add require jsanahuja/jqueryinstagramfeed:dev-master'.
To do so add the code below to into your project's composer.json, under
"repositories", "extra" and "require":

"repositories": [
  {
    "type": "package",
    "package": {
      "name": "jsanahuja/jqueryinstagramfeed",
      "version": "dev-master",
      "type": "drupal-library",
      "dist": {
        "url": "https://github.com/jsanahuja/jquery.instagramFeed/archive/master.zip",
        "type": "zip"
      }

    }
  }
],
"extra": {
  "installer-types": ["drupal-library"],
  "installer-paths": {
    "sites/all/libraries/{$name}/": ["type:drupal-library"]
  }
},
"require": {
  "oomphinc/composer-installers-extender": "^1.1",
  "jsanahuja/jqueryinstagramfeed": "dev-master"
}

and run 'composer update'.



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 configure the 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
-----------------
At the moment the Drupal 7 version of this module only contains one Instagram
Feed Block.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. Simple Instagram Feed is an integration module for the jquery.instagramFeed
  4. library that can be found at https://github.com/jsanahuja/jquery.instagramFeed.
  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. This module requires the jquery.instagramFeed library that can be found at
  15. https://github.com/jsanahuja/jquery.instagramFeed.
  16. INSTALLATION
  17. ------------
  18. * Without Composer *
  19. Install the Simple Instagram Feed Block Module:
  20. Using DRUSH: drush en simple_instagram_feed
  21. -or-
  22. Download it from https://www.drupal.org/project/simple_instagram_feed and
  23. install it to your website.
  24. Install the jquery.instagramFeed Library:
  25. Using DRUSH: drush simple_instagram_feed-plugin
  26. -or-
  27. Download the repository for the jquery.instagramFeed library that can be found
  28. at https://github.com/jsanahuja/jquery.instagramFeed .
  29. Place the file jquery.instagramFeed.min.js in a directory called:
  30. jqueryinstagramfeed
  31. The path to the jquery.instagramFeed library should look like:
  32. /sites/all/libraries/jqueryinstagramfeed/jquery.instagramFeed.min.js
  33. * With Composer *
  34. Install with Composer: $ composer require 'drupal/simple_instagram_feed:^1.2'
  35. To install a library with composer in Drupal 7, you will need to add a
  36. dependency on oomphinc/composer-installers-extender to add mapping for
  37. installer paths and then add require jsanahuja/jqueryinstagramfeed:dev-master'.
  38. To do so add the code below to into your project's composer.json, under
  39. "repositories", "extra" and "require":
  40. "repositories": [
  41. {
  42. "type": "package",
  43. "package": {
  44. "name": "jsanahuja/jqueryinstagramfeed",
  45. "version": "dev-master",
  46. "type": "drupal-library",
  47. "dist": {
  48. "url": "https://github.com/jsanahuja/jquery.instagramFeed/archive/master.zip",
  49. "type": "zip"
  50. }
  51. }
  52. }
  53. ],
  54. "extra": {
  55. "installer-types": ["drupal-library"],
  56. "installer-paths": {
  57. "sites/all/libraries/{$name}/": ["type:drupal-library"]
  58. }
  59. },
  60. "require": {
  61. "oomphinc/composer-installers-extender": "^1.1",
  62. "jsanahuja/jqueryinstagramfeed": "dev-master"
  63. }
  64. and run 'composer update'.
  65. CONFIGURATION
  66. -------------
  67. Once you have installed Simple Instagram Feed Block and placed the
  68. jquery.inatagramFeed library in your libraries directory, navigate to
  69. Structure -> Block Layout (/admin/structure/block) to configure the Simple
  70. Instagram Feed block on your site. By default the block will use the Instagram
  71. account and display 12 images, 6 images per row. You can change the Instagram
  72. user account, number of images and number of images per row settings as well as
  73. displaying the Profile and Bio for the Instagram account.
  74. KNOWN LIMITATIONS
  75. -----------------
  76. At the moment the Drupal 7 version of this module only contains one Instagram
  77. Feed Block.