Description
Easily embed slideshows of your Flickr photosets
in your posts and pages with this Flickr set slideshows plugin.
Once you have linked your Flickr account to the plugin (see Plugin Setup section),
creating a slideshow of one of your Flickr photosets is as easy as choosing the set and the slideshow’s dimensions from a drop down list.
You can then embed the slideshow anywhere in your posts or pages by copying and pasting a shortcode.
When you create or edit a slideshow, Flickr set slideshow will provide you with an instant preview.
Plugin Setup
To link the plugin to your Flickr account:
- Get your Flickr screen name; You can find your screen name on your Flickr account page
https://www.flickr.com/account
, under ‘Your screen name’, - Get a Flickr API Key; the following Youtube video will tell you how: https://www.youtube.com/watch?v=Lq1XRx6dsDU
- Go to your WordPress dashboard,
- Go to
Settings
>Flickr set slideshows
, - Enter your Flickr screen name and API key,
- Click
Save changes
The plugin is now ready to use.
User guide
To create a new slideshow
From your WordPress dashboard,
- Go to
Flickr Set Slideshows
>Add new
, - Select a photoset from the drop down list,
- Select a size for your slideshow,
- Click
Save changes
, - A confirmation message will appear at the top of the screen with a shortcode following the format [fsg_gallery id=”XX”], where XX is a number.
Copy and paste this shortcode wherever you want the slideshow to appear in your posts and pages.
To insert a slideshow into a post or page
On creating a slideshow, you will receive a short code following the format [fsg_gallery id=”XX”], where XX is a number. Copy and paste this code
in the page or post where you want the slideshow to appear.
You can come back to the shortcode later, it will be saved in your slideshow listing at Flickr set slideshows
> Flickr set slideshows
.
To edit/remove a slideshow
You can do this from your slideshow listing located at Flickr set slideshows
> Flickr set slideshows
Note the deleting a slideshow will remove it from the posts and pages in which you have inserted it.
To change the size of a slideshow, simply click on the change size
link of the corresponding slideshow, choose a new size from the drop down list and Voila!
Screenshots
Installation
The easy way
- Download the plugin – it will come as a .zip file
- Log in to your WordPress dashboard
- Go to Plugins > Add new
- Under the
Install Plugins
header, clickUpload
- Click the
Choose File
button, browse your computer to find the .zip file downloaded at step 1, clickInstall now
- Click the
Activate plugin
link
See Plugin Setup
to link to your Flickr account.
The show off way
- Download the plugin .zip file
- Unzip the file
- Upload the
flickr-set-slideshows
directory to the/wp-content/plugins/
directory - Activate the plugin through the
Plugins
menu in WordPress
See Plugin Setup
to link to your Flickr account.
FAQ
- I’ve installed the plugin. What now?
-
You need to link it to your Flickr account. To do this, go to your WordPress dashboard. Go to
Settings
>Flickr set slideshows
.
Enter your Flickr screen name and a Flickr API key. - What is my Flickr screen name?
-
You can find your screen name on your Flickr account/settings page,
https://www.flickr.com/account
, under ‘Your screen name’. - How do I get an API key
-
The following Youtube video explains how to get an API key for the Flickr Set Slideshows plugin: https://www.youtube.com/watch?v=Lq1XRx6dsDU
- Some of my Flickr photosets are not appearing in my set list. Why?
-
Only the sets that are public can be used by this plugin. Private sets (which is any set that contains at least one private picture) will not be returned by Flickr to be publicly displayed as a slideshow.
Make sure that all the sets you want to show in your website are public. If the problem persists, please get in touch (see below). - Where do I go to report bugs and for complaints, moans, suggestions or to sing your praises?
-
Just send an email to info at majweb dot co dot uk
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Flickr set slideshows” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Flickr set slideshows” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.9
- use of https to call gallery itself
0.8
- use of https to call Flickr API
0.7
- cleaned code in delete gallery function
0.6
- updated FAQ to accommodate changes in Flickr vocabulary
0.5
- updated gallery code to repair incompatibility with some themes
0.4
- replace file_get_contents() functions by wp_remote_get() to sort out incompatibilities with some servers.
Many thanks to Marcello Seri for pointing out the problem and offering solutions!
0.3
- fixed broken link in message
0.2
- fixed broken submission url when WordPress files installed in directory other than root
- Updated FAQ