Flickr API for WordPress Plugin Directory
Flickr API is a WordPress app, with a 2.5 average rating from 2 reviews, as of Aug 31, 2026.
Flickr API is a WordPress Plugin Directory app by Robert O'Rourke. With a rating of 2.5★ from 2 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Flickr API is a mixed-rating WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Robert O'Rourke — established developer track record
Cons
- −Average rating below 4.0 (2.5★) — read recent low-star reviews before committing
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Flickr API?
See Flickr API's alternatives ranked by audit score, rating, and review velocity.
How Flickr API works
Show full descriptionShow less
The Flickr API plugin provides tools for displaying your flickr galleries, sets, photostream or favourites and more using a shortcode in posts and pages or as a widget. You can choose the size of image you want, whether it should be linked to another image size or back to flickr or not linked at all, how many images to show and more…
There are some built in options for displaying your images as a simple slideshow or using the Galleria jquery plugin. Alternatively you can choose to style the output yourself and use your own javascript.
For developers the plugin also gives you an easy method for calling and caching API responses both in PHP and javascript, and lots of useful tools for working with those responses.
Usage You will need to get an API key from flickr to use this plugin. Under the ‘You’ menu look for ‘Your Apps’. Click to get a key and then go to the media settings screen to add your API key and user name. The plugin will automatically determine your NSID so you never need to look this up.
To use the plugin either generate a shortcode using the media upload/insert button and selecting what you want to get or use the Flickr widget provided.
For developers The plugin exposes its methods for your use in themes as template tags but the main one you may find useful is flickr_api(). This is a general function for calling any API method with the parameters you specify.
<?php $response = json_decode( flickr_api( $method, $params, $cache ) ); ?>
All responses are in JSON format so you will need to use json_decode() to use the response in PHP.
@param $method: (string) This is the API method to call @param $params: (array) Additional arguments to pass into the call such as user_id, photoset_id, gallery_id, text, tags etc... @param $cache : (bool) Whether or not to cache the response based on the arguments passed in
You can use the API via javascript as well:
<script> var photos = flickr_api( method, params, cache ); </script>
NSID lookup:
<?php $nsid = flickr_get_user_nsid( $username ); ?>
Just pass in the Flickr username of the person to get the NSID for.
Filters/Hooks flickr_galleria_themes
You can enable the choice of custom or purchased galleria themes by extending the themes array. Useful if you want your theme to have a choice of galleria theme beyond the ‘classic’ style.
<?php add_filter( 'flickr_galleria_themes', 'my_galleria_themes' ); function my_galleria_themes( $themes ) { $themes[ /* full or relative url to theme js file */ ] = __( 'Theme Name' ); return $themes; } ?>
Competitors & alternatives
AppRanks tracks competitor sets per category. For Flickr API, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Flickr API?
Flickr API is an app for WordPress. It currently holds a 2.5-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Robert O'Rourke.