flickr_integration_suite
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 provides 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.
-
Flickr Integration Suite Filter
Provides a configurable filter to embed Flickr photos in an editable content area.
Post-Installation
Navigate to the configuration page (Configuration -> System -> Flickr Integration Suite) to input your Flickr API credentials.
Additional Requirements
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.
- Flickr - This module provides a configurable filter to embed 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.