Overview
The Flickr Integration Suite module seamlessly integrates Drupal with Flickr, enabling efficient interaction between the two platforms.
Features
This module provides Flickr APIs exposed to other modules via Drupal Services, which can be easily utilized in your own modules/classes.
\Drupal::service('flickr_integration_suite.api_provider');
See: Drupal\flickr_integration_suite\FlickrIntegrationSuiteApiProvider
This module also providea a twig template to showcase Flickr photos and videos in a slider.
Sub-modules
Flickr Integration Suite Block
Provides a configurable block type for displaying Flickr Photosets and Flickr Galleries.
Flickr Integration Suite Field
Provides a configurable field type for displaying Flickr Photosets and Flickr Galleries.
Post-Installation
Navigate to the configuration page (Configuration -> System -> Flickr Integration Suite) to input your Flickr API credentials.
Additional Requirements
- Flickr API application key. See here for more details.
- Key
- Slick library (Version 1.6+ and ≤ 1.8.0)
Note: Master branch is not supported. Instead download and rename one of the official Slick releases to slick for the assets to be available at:
- /libraries/slick/slick/slick.css
- /libraries/slick/slick/slick-theme.css
- /libraries/slick/slick/slick.min.js
Similar projects
- Flickr API Integration - This module provides integration between Drupal and Flickr API.
- Flickr Block - This module provides a configurable block for displaying Flickr photos from a photoset.
The Flickr Integration Suite module provides Flickr API integration along with a configurable block and field type for displaying Flickr Photosets and Flickr Galleries to showcase Flickr photos and videos in a slider.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion
Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.