ShowTime Slideshow WordPress plugin can be downloaded on WordPress.org or installed directly via your wp-admin.
ShowTime slideshow plugin demo page | Picasa & Flickr demos | Donate
New features in version 1.6
Please read the usage guide hereunder before requesting support. I hope this will answer the majority of questions on the plugin.
Installing ShowTime Slideshow WordPress plugin
- In your administration panel, select Plugins > Add New
- Enter “showtime slideshow” as search term and click Install
- Choose Install Now
- Activate Plugin
Feeding the slide show
By default, the slide show includes all images “attached” to a post/page. To attach an image to a page (or post) in WordPress, please go to your admin:
- Choose Pages > Edit > select page.
- In the editor click the button Add an Image. Now, Select Files to upload.
- Next, click the tab gallery. Now you should see all images attached to the current page. The gallery allows you to edit the title and caption attributes, change the order or delete an image file.
Adding a slide show into a page
Simply add the [showtime] (or [st]) shortcode to a post/page.
Styling
The style class to include in your styles.css file is .showtime Width and Height parameters defined in the class will override plugin settings.
Using ShowTime in Themes
Use the function show_showtime("") to hardcode a slideshow into your theme. This functions takes the same options as the shortcode. Options must be separated by the “pipe” symbol.
Example: show_showtime ("id=123|width=50|height=50")
Changing display settings
The method described above will add a slide show using the default display settings. To change default settings, go to Media > ShowTime Slideshow
Please refer to the list of parameters below to find out what option is for. Most settings should be more or less self explaining. If you can’t guess what an option is for, you may just want to try out.
There is one special setting: Alternative Content. This option lets you select what should be displayed if Flash Player is not found. Choose between “WordPress gallery” or “ExpressInstall”. The latter will display a box requesting the user to enable flash, install or upgrade the Flash Player browser plugin.
Setting individual slide show options
Each option defined in the general settings can be overridden for individual slide shows using the ShowTime “shortcode” options. This is useful if you want a particular slide show to look different from the other slide shows on the same website. Note that each parameter is separated by a space.
To use individual settings, use the following syntax: [st param1="value" param2="value2"].
Example: [showtime scale="noborder" transition="blur" showtext="on" fullscreen="off"]
List of shortcode options
width=width Width in pixels
height=height Height in pixels
rotationtime=number Time in seconds to pause between each slide in playback mode
transitiontime=number Time in seconds for transitions (0 = no transition)
transition=blur|fade|flash|zoomin|zoomout|slidedown|slideup|slideleft|slideright| wipeh|wipev|kenburns|flip|fliph|flipv Transition type.
transitionease=prefix.suffix This setting changes the “acceleration curve” of a transition
prefixes: Linear, Elastic, Bounce, Circular, Cubic, Quadratic, Quintic, Quartic, Sine, Exponential, Back
suffixes: easeNone, easeIn, easeOut, easeInOut
autoplay=on|off Should the slide show start playing automatically?
fullscreen=on|off Turn on/off fullscreen option
reverse=on|off Reverse image order.
shuffle=on|off
Display images in random order.
showcontrols=on|off Display the cursor to control the slideshow.
showtext=on|off Display title of an image.
showalt=on|off Display caption (description) of an image.
scale=noscale|showall|exactfit|noborder Change the scale mode of images.
NoScale: display images 1:1
ShowAll: scale images proportionally to fit the slide show area
ExactFit: stretch images to exactly fit the slide show area
NoBorder: scale images proportionally to fill the slide show area
bgcolor=#000000 Change the background color. Use wmode=transparent to override bgcolor.
quality=low|autolow|autohigh|best Lower display quality results in higher animation performance. Use autohigh or autolow to automatically adapt quality according to display performance.
wmode=window|opaque|transparent|direct|gpu Defines the way the slide show is rendered in your browser.
source=thumbnail|medium|large|full Source file size to be used in normal operation. Resized copies of an image are stored automatically when uploading to WordPress. Change source image dimensions in WP admin: Settings > Media
sourcehd=thumbnail|medium|large|full Source file size to be used in full-screen operation.
Feeding the slideshow with alternative content
There are 3 special shortcode parameters :
id= id of a post/page containing the images. This may be a privately published. Default: current page id. To include all images of your blog, use id=null. Examples:[st id=488] [st id=null]
picasa= url of a Picasa feed
Example: [st picasa=http://picasaweb.google.com/data/feed/base/all?max-results=25&q=red+flower] This will show 25 public picasa images with search terms “red” and “flower”. More info on Picasa Rss parameters can be found here: http://code.google.com/apis/picasaweb/docs/2.0/reference.html#Parameters
flickr= url of a Flickr feed.
Example: [st flickr=http://api.flickr.com/services/feeds/photoset.gne?set=72157622602489724&nsid=27531560@N02] This will show a Flickr photo set. To find out the rss feed of your photo set, you need to log in to your Flickr account.
Contribution
I have decided to release the plugin free of charge to make it possible for as many people as possible to benefit from it. If you use the plugin on a commercial website, please consider a small contribution. Every donation will be highly appreciated and contribute to the further development of this and other plugins.
Donate in USD
Donate in EUR
You can also contribute by rating the plugin on WP, answering questions from other users or sending accurate bug reports.