Check out the Latest Articles:
WordPress Gallery Slideshow

NextGEN Gallery another plugin for WordPress by Alex Rabe was the inspiration for this small and simple plugin. I really must say he did and still does a great job with this plugin but sometimes such a huge plugin is simply too much. So I decided to develop a small plugin with less configuration settings and no extra tables for the WordPress Database. Simplicity should be the guide for the advanture of developing this plugin.

As far as I can say I did the job well and it is just a Slideshow to set your images in the right context. Nothing more nothing less.

Table of contents

Installation

Installation

There are two ways to install this plugin. But both start with downloading the plugin and getting the login information of your FTP account. As I am very lazy writing documentations I’ll only describe the easiest one. So let’s start:

  1. First you need to login to your backend: http://example.org/wp-admin
  2. Then you navigate to Plugins -> Add New
  3. There you can read: “Install a plugin in .zip format” click on the browse button.
  4. Now find the previously downloaded tabbed-content.zip.
  5. Click on install now.
  6. You will be asked if you want to activate the plugin, click on it.

That’s the whole installation of the plugin. Now you can use it.

Documentation

Documentation

Getting Started

Let’s start by adding a new post. Give him a title, some demo content, a category and what else you used to do. You should also have some pictures you wanna see in this slideshow.

1. Step

Add Media Panel

Add Media Panel

After you added some images you like click again “Add an Image“. This time you don’t add an Image you just make shure that there are plenty pictures in your gallery:

Gallery with 2 Images

Gallery with 2 Images

This can/should be more than two images.

2. Step:

If you have enough images in your Gallery you just put the shortcode [ slide] somewhere in your post. Please make sure you don’t leave a space between “[" and "slide". I did it, otherwise the gallery would be shown in here.

Finish:

If you click on preview you should now see your slideshow. Of course there are no options set by now so you go to Media->Slideshow and change it to your default needs.

Options

Slideshow comes with a few but not too much options you can set in the options panel. Let's now take a detailed view on this options:

Dimensions

Height and Width of the slideshow should be self-explanatory.

Colors

Backcolor: A hex-coded color value for the background color of the navigation bar.
Frontcolor: A hex-coded color value for the color of the buttons on the navigation bar.
Lightcolor: A hex-coded color value for the mouse over effect of the buttons.
Screencolor: A hex-coded color value for the background/screen of the player.

Various

Watermark: Watermark means a logo which lays over the slideshow.
Rotationtime: The rotationtime is the interval a image will be shown till it fades and the next comes.
Transition: Transition means the transition between the images.
Randomly choose pictures: With that option you allow the slideshow to choose the pictures randomly.
Overstretch: If an image is smaller than the slideshow dimensions it will be scaled to the correct size.
Show navigation: With this option the navigation bar to switch between the images will be shown on mouse over.
Enable fullscreen mode: Here you enable the user to go fullscreen.
Start slideshow automatically: This option allows the plugin to play the images without a mouse click.

Shortcode options

Every above described option can also be set throw the shortcode directly. Here is a statement with all possible options:

[ slide id="1" with="123" height="345" backcolor="#222222" frontcolor="c0c0c0" lightcolor="#f2f2f2" screencolor="#ffffff" logo="http://example.org/full/url/to/image.jpg" rotationtime="20" transition="random" shuffle="true" overstretch="false" shownavigation="true" usefullscreen="true" autostart="true"]

Above in getting started I said you should set your default settings because all settings will be overriden and you don't need to set it again in this shortcode. This is mostly used if you want other dimensions of the slideshow, ...

There is also a new option you didn't have in your options panel:
ID: Here you can set the Post ID of a post that contains a gallery. This options overrides the own gallery and uses a gallery which is defined by the Post ID.

Beside ID there are also 3 other options which can be set in the shortcode:
Audio: Here you can pass the full URL to a *.mp3 file which will be played when the slideshow starts.
Flickr: The option flickr needs a full URL to a flickr RSS-feed eg. a photoset.
Picasa: Needs a full URL to a picasa web RSS-feed.

Template function

WordPress Gallery Slideshow delivers furthermore a template function. This function you can use eg. in your templates, sidebar, ...

if ( function_exists( 'show_slideshow' ) ) {
show_slideshow( "OPTIONS" );
}

Here you can use all options like you use it in the shortcode. The only difference is how you have to divide the options. In the shortcode you just make a space an write the next option. The template function uses a | as divider and you don't need to set everything in quotes:

if ( function_exists( 'show_slideshow' ) ) {
show_slideshow( "height=320|width=480|flickr=http://example.org/url/to/flickr/rss/feed" );
}

Demos

Local Images

Flickr Images

Picasa Images

WordPress Gallery Slideshow with Flickr Photo Stream with live Music Stream of Rockantenne Bayern.

FAQ

Non so far.



Plugin Information

  • Version: 1.5.6
  • Last Updated: 2009-06-27
  • Required WordPress Version: 2.7
  • Compatible up to Version: 2.8.1
  • Download
Donate for WordPress Gallery Slideshow

Save and Share

StumbleUpon.com
Delicious
Digg It!
Facebook
MySpace
Technorati

Related Posts

  1. Tabbed Content
  2. Pay for Posts – beta
  3. FAQ



  1. harpreet bhatia on Friday 26, 2009

    Do you have idea how to show images from a single post on home page.
    I want to show images from a single post on home page

  2. Ian on Friday 26, 2009

    This looks like a great plugin, but I’m getting the same Catchable Fatal Error as Joern. Perhaps it’s an error with Wordpress 9? Anyhoo, if someone can post more detailed instructions on how to fix it, that’d be appreciated.

  3. ben on Friday 26, 2009

    under the collection tab I have gotten the image slideshow to work. The problem is it is not centered. Is there a way to center the slideshow so it is in the middle of the page.

    Thanks!

  4. Joshua Jarvis on Friday 26, 2009

    Love the plugin, hate the music being on autoplay.

  5. Martin on Friday 26, 2009

    Hey,
    I tried to run the plugin on a brand new 2.9 Wordpress Installation. But after installing and setting up, my blog showed me a white site. After deactivating the plugin, the site was ok.
    Do you enhance your great slideshow for 2.9?
    Thanks in advance.

    Martin

  6. Nancy on Friday 26, 2009

    Hello,

    I wish to change the images on the slideshow is on the Home page, but I can´t find how to do.

    Any information is welcomed and thanks in advance.

    Nancy

  7. [...] recht professionell sieht die kostenfreie Diaschau aus, die auf die NextGEN-Gallery aufsetzt. Die “Wordpress Gallery SlideShow” von myplugins.org kann Bilder zufällig oder geordnet hübsch überblenden – und [...]

  8. david on Friday 26, 2009

    Anyone know if it’s possible to have more than one slideshow within the same post?

  9. Disappointed on Friday 26, 2009

    I tried all of the directions I could find regarding this plugin and could NOT get it to work.

    As a professional technical writer, I find all of the instructions related to this plugin to be totally deficient. There are big gaping holes in steps. steps are vague. Unless you are already an expert, you can not figure this out.

    1.OPTIONS: There is no description of the meaning and implications of the options.
    2. OPTIONS>SLIDESHOW: Says: “The path to imagerotator.swf is not defined, the slideshow will not work.
    If you would like to use the JW Image Rotatator, please download the player here and upload it to your Upload folder (Default is wp-content/uploads).” Ultimately, there is not clear instruction about where/how to install this addition. Uploaded it as a WP plugin and it had an error. Uploaded it to my server files from the zip and still got the error message.
    3. In different places, found different directions on how to insert into page – all did not work.
    4. Looked on WP forum and found no clear answer.
    Too bad — it looks like it had great potential. If you care to answer, it would be welcome.

    FYI technical instructions should be 100% clear with each step explicitly explained, leaving everything clear to the new user. No magic steps, every procedure should have a clear starting point and ending point.

  10. samir on Friday 26, 2009

    hello,

    It is not clearly mentioned about how to use this plugin in template tag if i want to use images from my images folder or uploaded gallery what are the options available to it?

    Please respond.

    Regards,
    Sam.

  11. Aliend on Friday 26, 2009

    I have some problem

    it Show .

    The path to imagerotator.swf is not defined, the slideshow will not work.
    If you would like to use the JW Image Rotatator, please download the player here and upload it to your Upload folder (Default is wp-content/uploads).

    What ?? how i fix.

  12. Dustin on Friday 26, 2009

    Is there any way to change the size of the caption bar to fit more text?

    Thanks,
    Dustin

  13. steve on Friday 26, 2009

    hi,
    where i put the code for play music ??
    Send me some info please
    cheers,

  14. morteza on Friday 26, 2009

    hi,
    how can I to put slide show on sidebar?
    where is destination folder to upload file?

  15. allan on Friday 26, 2009

    working wonderful. simply perfect. keep up the great work.

  16. Hanna on Friday 26, 2009

    Hey!
    I love this plugin, thank you! A question, do I need to do something with my themes function.php page? right now it adds a grey box with a list of all the photos under the photogallery slideshow. If I delete som of the code in the function.php i get a fatal error message on the pages with the gallery. I would really appreciate your help.

    Hanna

  17. Karen on Friday 26, 2009

    The slideshow does not seem to work in IE 7. Can anyone help?

  18. rob on Friday 26, 2009

    HI,
    this plug in works great. however, I need to use NextGEN Gallery as well on the same site, but if use the both together i receive this error on the page which uses NextGEN Gallery:

    Catchable fatal error: Object of class wordpress_gallery_slideshow could not be converted to string in C:\wamp\www\jandb\wp-includes\classes.php on line 273

    I believe there is some sort of conflict, any help?

  19. Anthony Dubois on Friday 26, 2009

    @rob
    please have a look at this discussion http://wordpress.org/support/topic/332381

  20. shimble on Friday 26, 2009

    cheers got it to work seems easy enough even for a thickie like me would like to either get rid of or change the music anyone got any ideas if this can be done in the code somewhere any advicew appreciated many thanks ……..

  21. Shimble on Friday 26, 2009

    well ive got it working in posts but not pages any ideas?

  22. Ron Horsley on Friday 26, 2009

    Please remove that music, it is annoying and inconsiderate (I had headphones on and it blasted my ears before I could turn all my system volume off). I just came to see if I wanted to use this plugin and got bombarded by loud, bad synth music that I didn’t have the option of turning off while I continued to visit the site. I’ve only come back long enough with the volume turned off to write this and tell you to do yourself a favor and take the music off. It’s a childish, outdated MySpace gimmick anyway to still have music play for websites that aren’t actually music-related.

  23. Ron Horsley on Friday 26, 2009

    Please remove that music, it is annoying and inconsiderate (I had headphones on and it blasted my ears before I could turn all my system volume off). I just came to see if I wanted to use this plugin and got bombarded by loud, bad synth music that I didn’t have the option of turning off while I continued to visit the site. I’ve only come back long enough with the volume turned off to write this and tell you to do yourself a favor and take the music off. It’s a childish, outdated MySpace gimmick anyway to still have music play for websites that aren’t actually music-related. It also retards the loading time for this page.

  24. Khaled Elsehsah on Friday 26, 2009

    Music is slowing down that page, some songs are not appropriate (may be for some other freak website).

  25. Liongress on Friday 26, 2009

    Hi, I found another cool flash photo galleries plugin for WordPress. Named GRAND Flash Album Gallery – multi category flash skin based photo gallery with powerful admin. I used it in my blog. There are so many different settings. You can adjust the color scheme for your blog as you wish. There are many different skins. You can present your photo gallery in a wonderful way, there is a full-screen mode. This is a very cool plugin.

  26. [...] have ended up using Wordpress Gallery Slideshow, which is modeled on NextGen.  I have to say that it does a nice job and has some of the same [...]

  27. Andi on Friday 26, 2009

    If this would work with jquery cycle instead of flash, it would be the perfect slideshow plugin. :-)

  28. [...] Link to plugin Link to plugin Homepage [...]

  29. Mike on Friday 26, 2009

    Tried to get it to work on a Thesis site. No go.
    Thanks for offering it anyway. Slideshows are often more a job than anticipated.

  30. phiorama on Friday 26, 2009

    finally, i cant fidn the way to put music in slide, please tell me, thanks a lot about your plugins & your support

  31. ibtisam on Friday 26, 2009

    I love this plugins, but i have some trouble to install it, may be for next time this plugin must have complete documentation.

  32. Josh on Friday 26, 2009

    Hey,

    I’m trying to get this plug-in to work, but after I upload images, the “gallery” tab isn’t showing up. I’m using the latest version of wordpress (2.9.2) and I have no other plug-ins installed. Can anybody help me? Much appreciated.

    Also — PLEASE GET RID OF THE AUTOPLAY MUSIC. Normally I would simply close any website that played music at me without me asking, but I really wanted this great plug in.