Conslider

Plugin Banner

Conslider

by flomincucci

Download
Description

This plugin provides a simple Javascript slider, that gets the data from the post meta. It uses thumbnails for navigation, and accepts images and youtube videos. You must provide de image URI in case of images or the Youtube video ID – in case of Youtube videos.

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php generate_slider($post->ID) ?> in your templates

Where do I get the Youtube Video ID?

You get the ID from the address, is that sequence of letter/numbers/etc that comes after de “v=”. For example, in http://www.youtube.com/watch?v=4R-7ZO4I1pI , the Youtube video ID is 4R-7ZO4I1pI

How do I name the meta fields with the data?

If it’s an image, the key of the field must be ‘Imagen’. If it’s a Youtube video, the key must be ‘YoutubeID’.

0.5

  • First version. There’s not much to say, though.
Back to top