Share your Instagram feed

Component ID

2203583

Component name

Share your Instagram feed

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

1486

Component created

Component changed

Component body

Allows users to share their Instagram feed on user profile pages.

This is a very basic and shallow integration of the Instagram API.

Other Instagram integrations

  1. https://drupal.org/sandbox/forest/2116045
  2. https://drupal.org/sandbox/Morpheus80ta/1843694
  3. https://drupal.org/project/drupagram

Configuration

  1. Register your website ("Application") on Instagram.com/developer.
  2. Set the Redirect URI to http://example.com/user (or whatever /user is aliased to) where http://example.com is the protocol and host to access your Drupal website. This must match exactly for /user when a user configure's their shared Instagram feed, which means you can not support insecure HTTP and secure HTTPS simultaneously on that path.
  3. Set $conf['instagram_profile_client_id'] = '1234'; in settings.php where '1234' is the client ID provided at Instagram.com/developer after you register your website ("Instagram Application"). A future version of this module will provide an admin settings form for this.