Instafeed.js

Component ID

2292317

Component name

Instafeed.js

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

About Instafeedjs
The Instafeedjs module adds a configurable block that renders an Instagram feed or stream using the instafeed.js JavaScript library. It also provides a Panels pane (CTools plugin) with the same purpose.

Requirements
In order to use this module, you need to register a new API client with Instagram at https://instagram.com/developer. The Client ID must then be entered into the config page for the Instafeedjs module.

Known problems
Currently none.

Similar projects

Dependencies
The module depends on CTools and Libraries API.
Furthermore, you are required to download the instafeed.min.js file from the Instafeed.js website and place it in your libraries folder.

If you are using Drush Make, this can be done so:

libraries[instafeed][type] = "library"
libraries[instafeed][download][type] = "file"
libraries[instafeed][download][url] = "https://raw.github.com/stevenschobert/instafeed.js/master/instafeed.min.js"
libraries[instafeed][directory_name] = "instafeed"