Entry view...

d13slideshow

D13Slideshow is a simple WordPress plugin that creates animated, JavaScript slideshows with excerpts from selected WordPress posts and pages. By adding a simple tag to your template you can embed interactive adverts for your chosen featured posts and manage all of the settings instantly, using your WordPress admin pages. Unlike other components, d13slideshow uses the prototype and scriptaculous JavaScript libraries which means that if you already use Lightbox 2 then there’s no further downloads added to your page.

You can see the d13slideshow plugin in action at the top of this page!

Compatability
D13Slideshow is compatible with Wordpress 2.3.x, tested up to Wordpress 2.9.1 (the version that this site is running) and is available to download from the WordPress plugin repository. Please note, this plugin does not currently support Wordpress v2.8 or v2.8.1 but is now running on v2.8.2!

Keep us going


Do you like this plugin? Is it doing what you need it to do? Want to say thanks or even bribe us into adding that much needed feature? Why not donate a few dollars or pounds to buy us a beer or a bacon sandwich and keep us going.

Installation

Installing the D13Slideshow plugin is quick and simple:

  1. Begin by downloading the plugin file (ZIP)
  2. Extract the files to your local machine
  3. !important Edit lines 15 and 16 of “d13slideshow.php” to determine how posts will be selected*
  4. Upload the whole d13slideshow folder (including the folder itself) to your plugins directory – typically http://www.yourblog.com/wp-content/plugins/
  5. Activate the plugin using your Wordpress admin pages
  6. Familiarise yourself with the documentation under ’settings > d13slideshow’
  7. Add the slideshow code to your theme

* Editing this setting is important as some blogs with a large number of posts can crash when editing the slideshow settings. If this happens to you then edit these lines to set $post_input = ‘manual’.

Adding a slideshow

You can add a slideshow directly into your theme files using the following line of PHP code:

  1. <?php d13slideshow(): ?>

You can add this anywhere within your theme but some standard places would include:

What’s new?

Version 2.2.0 includes changes to support the requests from users:

Version 2.1.0 has been the most prominent release of the plugin and included a whole host of fixes and new features:

Changing your settings

The inbuilt option screen lets you customise almost every aspect of your slideshow. Take control of transition length, fade colours, sizes and excerpt length to create a promotional slideshow that works just how you need it to.

The option screen also lets you select up to 10 posts or pages to use as features within your slideshow making updating quick and easy, you can even get the plugin to auto-select posts for you based on date, category or stickiness.

Working with custom fields

The d13slideshow plugin gives you a few ways to feature images in your slideshows. The first is to just let the plugin take the first image in your post – this is quick and easy but can lead to image resizing. The second option is to use a custom field to define which image to use.

When you’re editing your post, just add a new custom field called “promoimage” and set its value to the full URL of the image you want to use.

With version 2.1.0 of d13slideshow you can even use a custom field to get your featured slides to link to external websites! Just set an extra custom field called “promourl” with a value of the URL you want to link to.

Creating playlists

If you’d like to bypass the way that the plugin chooses which posts to feature you can do this when you add the PHP code to your theme:

  1. <?php d13slideshow( array(1,5,10,25) ); ?>

Using a statement like this would create a slideshow to feature the posts or pages with the IDs 1, 5, 10 and 25.

Getting help

Just sign into your WordPress admin pages, click on “settings” and then “d13slideshow”. Scroll to the bottom or click on the “help” link find out more.

Back to the lifestream