drupagram.inc |
drupagram.inc |
|
Instagram API functions |
drupagram.info |
drupagram.info |
|
name = Drupagram
description = Adds integration with the Instagram photo exchange service.
core = 6.x
files[] = drupagram.lib.php
dependencies[] = oauth_common
package = drupagram |
drupagram.install |
drupagram.install |
|
Install, update and uninstall functions for the drupagram module. |
drupagram.lib.php |
drupagram.lib.php |
|
Classes to implement the full Instagram API |
drupagram.module |
drupagram.module |
|
|
drupagram.pages.inc |
drupagram.pages.inc |
|
Provieds drupagram forms. |
drupagram.theme.inc |
drupagram.theme.inc |
|
Gathers all the theme functions |
drupagram.views.inc |
views/drupagram.views.inc |
|
Provide views data and handlers for drupagram.module |
drupagram.views_default.inc |
views/drupagram.views_default.inc |
|
Provide views for drupagram |
drupagram_views_handler_field_images.inc |
views/drupagram_views_handler_field_images.inc |
|
Views handler for instagram images |
drupagram_views_handler_field_likes.inc |
views/drupagram_views_handler_field_likes.inc |
|
Views handler for field likes |
drupagram_views_handler_field_profile_image.inc |
views/drupagram_views_handler_field_profile_image.inc |
|
Views handler for field profile picture |
INSTALL.txt |
INSTALL.txt |
|
Dependencies
============
Make sure you download the oAuth module (http://dgo.to/oauth) and enable the
oauth_common module.
This module comes with a couple of pre-made views so although it is not a
dependency, it is a good idea to turn on the… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
Introduction
============
Drupagram module allows listing Instagram pictures in blocks or pages. Its
integration with Views opens the door to all sorts of formatting (ie. as an
automatic slideshow with views_slideshow). It also provides useful input… |