Instagram Block
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
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
Curl
This module depends on php curl commands to parse the information from instagram and thus has a dependency on php5-curl.
Register with Instagram
You will need to register a client with the Instagram developer platform:
https://www.instagram.com/developer/clients/register/
For more information on how to authenticate with Instagram read the following documentation:
https://www.drupal.org/node/2746185
