This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

MEXP Flickr

Description

This plugin is an extension for Media Exporer plugin that adds Flickr service. This extension allows user to search photos from Flickr by text, tags and user ID.

Development of this plugin is done on GitHub. Pull requests welcome.

Screenshots

  • Search photos from Flickr within media explorer

Installation

  1. Upload MEXP Flickr plugin to your blog’s wp-content/plugins/ directory and activate.
  2. Add mu-plugin, say wp-content/mu-plugins/mexp-flickr-api-key.php, with following content:

    ` <?php

    add_filter( ‘mexp_flickr_api_key’, ‘mexp_flickr_api_key_callback’ ); function mexp_flickr_api_key_callback() { return ‘YOUR_FLICKR_API_KEY’; } `

Reviews

There are no reviews for this plugin.

Contributors & Developers

“MEXP Flickr” is open source software. The following people have contributed to this plugin.

Contributors

Translate “MEXP Flickr” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1.0

Initial release