This project is not covered by Drupal’s security advisory policy.

Synopsis

The FlickrUp module allows to upload photos to Flickr.
The module provides its own field type, widget and formatters.
It allow use Flickr photo as a field.

Requirements

  • Libraries API
  • phpFlickr
  • Galleria plugin
  • Using the module is only possible on site accessible from the Internet, because Flickr sends authorization parameters using the domain of your site.

Installation

  1. Download and install the Libraries API module.
  2. Download phpFlickr library.Unpack and rename the library directory to "phpflickr" and place it inside the "sites/all/libraries" directory. Make sure the path to the file phpFlickr.php becomes: "sites/all/libraries/phpflickr/phpFlickr.php".
  3. Download Galleria plugin. Unpack and rename the plugin directory to "galleria" and place it inside the "sites/all/libraries" directory. Make sure the path to the plugin files becomes: "sites/all/libraries/galleria/galleria.js" and "sites/all/libraries/galleria/galleria.min.js".
  4. Get Flickr API authorization information: API Key and API Secret from here. You should create a Flickr app. In the Authentication Flow set the following options:

    After that, return to the your Drupal site. Set the API Key and API Secret in module settings. Save settings.

Flickr
Media: Flickr

Differences

The main difference from the other similar modules is uploading photos to Flickr.

Project information

Releases