A WordPress plugin that displays random photos from selected Flickr albums using a shortcode with async loading.
This plugin allows you to easily add a random photo gallery to your WordPress site. Simply select one or more Flickr albums, and the plugin will display a random photo from each album on your site. The gallery is loaded asynchronously, ensuring a seamless user experience.
Features
- Select multiple Flickr albums for a diverse gallery
- Random photos are displayed from selected albums
- Async loading for fast and smooth gallery performance
- Customizable via shortcode attributes (e.g., `count``)
- Compatible with WordPress 5.x and above
- Install the plugin through the WordPress Plugin Directory or by uploading the plugin files to your site.
- Go to the WordPress admin dashboard and navigate to Settings > Flickr Random Gallery.
- Provide your Flickr API Keys (click on related button to take you to Flickr)
- Select one or more Flickr albums from the list of available albums.
- Use the shortcode
[flickr_random_gallery]
in your page or post content to display the random photo gallery.
Here you can add your Flickr key and secret. The "Get Flickr API Keys" button will take you directly to the Flickr page.
Once you're authenticated you can select the albums you want to show on your Wordpress page.
The plugin caches the Flickr albums locally.
The documentation tab explains how to use the plugin.
[flickr_random_gallery count="4"]
This will display a 4-column, medium-sized gallery with random photos from selected Flickr albums.
zip -r flickr-random-gallery.zip flickr-random-gallery --exclude "*/.git/*" "*/.idea/*" "*/.DS_Store"
The Flickr Random Gallery WordPress plugin is released under the MIT License.