=== Flickr Fallback Thumbnail === Contributors: kamiel79 Author URI: http://creativechoice.org/ Plugin URL: http://creativechoice.org/.... Requires at Least: 3.0 Tested Up To: 4.01 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: wordpress, wordpress.org, flickr, thumbnail, generate, featured image Stable tag: 3.0 Automatically grab a fallback featured image if your post doesn't have one! == Description == Adding explicit thumbnails (featured images) to your content takes time. Even if you don't add your own photography, you'd still need to go to search.creativecommons.org or so. This plugin hooks into the thumbnail URL and changes this with an image from the Flickr API, based on the tags in your post. If Flickr couldn't find anything, it will return an empty string. I have achieved good results, with posts that all of a sudden had a rather adequate thumbnail. [Flickr images might have licensing issues, so I recommend to use this plugin only on personal sites] == Installation == 1. Unzip the plugin in your plugin directory. 2. Activate the plugin in Wordpress. 3. Edit the file flickr-fallback-thumbnails.php. Look for the line
var $api_key = "your_api_key"and fill in your API-key. Learn more here: Flickr API. == Screenshots == None for the moment. == Upgrade Notice == None for the moment. == Frequently asked questions == None for the moment. == Changelog == = November 29, 2014 = * First release.