This documentation describes the latest stable D7 version of the Flickr Filter sub-module.

Embed single Flickr images, sets, albums or slideshows (for sets, users or groups) in the node body using only the Flickr ID and optionally other parameters.

Configuration

The Flickr Filter should be added first to a text format.
admin/config/content/formats > configure
In the 'Filter processing order' it should be placed above filters that affect image related HTML, for example AutoFloat.

Once you enabled the Flickr Filter sub-module, you'll find a section FILTER OPTIONS on the Flickr configuration page at admin/config/media/flickr to provide the default values for the parameters size and heading. Both can be overridden by specifying them in the filter tag, like [flickr-group:id=91484156@N00, size=q, num=8, tags=flowers, heading=none].

Default size for single photos

A default Flickr size to use. This will be used when no size is specified, for example [flickr-photo:id=3711935987]. TAKE CARE, the c (800px) size is missing on Flickr images uploaded before March 1, 2012.
Defaults to m: 240 px on longest side.
Thanks to the default setting you can change the size of all images without a specified size on the site in one go.

Wrap the album title in an HTML heading tag (only for the text filter) *

To style the album title. Use 'p' for no style, e.g. 'h3' for a heading or 'none' to not display an album title.

Checkbox: Collapsible filter tips (collapsed by default)

Collapse the in-line help for the Flickr Filter text format under the body field on node edit forms. This option is only available if the Chaos tool suite (ctools) module is enabled. This is almost always the case as this is a dependency of the popular Views module.

Usage

See https://www.drupal.org/node/2477263#filter.

Create new Flickr blocks using Flickr Filter

Using the predefined blocks from the Flickr Block sub-module, once you "occupied" one with a certain user, group or set ID, it can't be reused. With Flickr Filter you just create a new block at admin/structure/block/add, using the right Text format. With the parameters you define the desired settings.

If you use a photo size one step bigger than the block width, it will automatically limit the image width to that of the block, without leaving adjacent white space, filling it completely.

Use the block's visibility settings to specify what pages it should show on. Don't use a block title, as this is added already. If you don't want that, use the parameter heading=none.

The power of the Flickr Block sub-module is that is can be context sensitive by filtering Flickr photos on the node author's Flickr account and/or node terms, date or geo fields to be identical to tags, taken date or location used on Flickr. Something that can not be obtained currently with Flickr Filter.