Media Entity Flickr

Categories

Component ID

2869234

Component name

Media Entity Flickr

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2072

Component created

Component changed

Component body

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.

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