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

This module is unsupported due to a security issue the maintainer didn’t fix.

If you want to use this module, your options are:

  • Choose another, actively maintained module instead
  • File an issue in the queue with a patch to fix the module and then contact the security team to have your version reviewed and the project handed over to you following the unsupported project process.
  • Hire someone to fix the security bug so the module can be re-published and supported (Consider hiring companies listed in the Marketplace)

This module provides Flickr integration (i.e. media type provider plugin) for Media Entity Module.

Installation

  1. Enable the media_entity and media_entity_flickr module.
  2. Go to /admin/structure/media and click 'Add media bundle' to create a new bundle.
  3. Under Type provider select Flickr.
  4. Save the bundle.
  5. Add a field to the bundle to store the flickr source. (this should be a plain text field).
  6. Edit the bundle again, and select the field created above as the Flickr source field.

Drupal & Media compatibility

  • 8.1.1 branch is ok to use if you are using non-core media.
  • 8.4 branch is only for Drupal 8.4 and Core media.

Usage

Check Usage Guide

Integration with Flickr API

Without Flickr API

If you need just to embedded pics, you can use this module without using Flickr's API. That will give you access to the only field available from the embed code. Following fields are available from embed code.

  • photoid
  • username
  • title
  • thumb_url
  • thumb_height
  • thumb_width

With Flickr API

TODO - Flickr API for Drupal 8 does not exist yet.

Integration with Lightning Media

Media Entity Flickr can be used with its companion module for Lightning Media. More information can be found at https://www.drupal.org/project/lightning_media_flickr and https://github.com/dakkusingh/lightning_media_flickr

Project Code

Project information

Releases