Share your Instagram feed
Categories
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
- https://drupal.org/sandbox/forest/2116045
- https://drupal.org/sandbox/Morpheus80ta/1843694
- https://drupal.org/project/drupagram
Configuration
- Register your website ("Application") on Instagram.com/developer.
- Set the Redirect URI to
http://example.com/user(or whatever/useris aliased to) wherehttp://example.comis the protocol and host to access your Drupal website. This must match exactly for/userwhen a user configure's their shared Instagram feed, which means you can not support insecure HTTP and secure HTTPS simultaneously on that path. - Set
$conf['instagram_profile_client_id'] = '1234';insettings.phpwhere '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.
