An example of various slideshows that you can use within any WordPress Page or Post with following shortcode:
[slideshow type="html"]
[slide]valid HTML content[/slide]
[slide]valid HTML content[/slide]
[/slideshow]
[slideshow type="images"]
FULL_IMAGE_URL
FULL_IMAGE_URL
[/slideshow]
Options:
- type: (default: images) | Optional » images, html, wpgalley
- width: (default: 450) | Optional
- height: (default: 250) | Optional
- effect: (default: scrollLeft) | Optional » Available Options
- speed: (default: 1000) | Optional
- timeout: (default: 3000) | Optional
- navigation: (default: none) | Optional » pager, dots, arrows, text, thumbs, controls
- class: (default: custom-slideshow) | Optional
Image Slideshow
[slideshow type="images"]
FULL_IMAGE_URL
FULL_IMAGE_URL
[/slideshow]
HTML Slideshow
[slideshow type="html"]
[slide]Valid HTML Content with shortcode support[/slide]
[slide]Valid HTML Content with shortcode support[/slide]
[/slideshow]
WordPress Post or Page Gallery
Specify EXCLUDE_IMAGE_IDs within the shortcode to exclude specific images form the slideshow.
[slideshow type="wpgallery"]
EXCLUDE_IMAGE_ID, EXCLUDE_IMAGE_ID, EXCLUDE_IMAGE_ID
[/slideshow]Specify Image description when you upload images via WordPress Upload feature.
[slideshow type="wpgallery" description="true"]
EXCLUDE_IMAGE_ID, EXCLUDE_IMAGE_ID, EXCLUDE_IMAGE_ID
[/slideshow]Navigation » Arrows
[slideshow type="images" effect="fade" navigation="arrows"]
FULL_IMAGE_URL
FULL_IMAGE_URL
[/slideshow]
Navigation » Text
[slideshow type="images" effect="zoom" navigation="text"]
FULL_IMAGE_URL
FULL_IMAGE_URL
[/slideshow]
Navigation » Pager
[slideshow type="images" effect="turnLeft" navigation="pager"]
FULL_IMAGE_URL
FULL_IMAGE_URL
[/slideshow]
Navigation » Dots
[slideshow type="images" effect="scrollHorz" navigation="pager"]
FULL_IMAGE_URL
FULL_IMAGE_URL
[/slideshow]
Navigation » Controls
[slideshow type="images" effect="wipe" width="940" height="450" navigation="controls"]
FULL_IMAGE_URL
FULL_IMAGE_URL
[/slideshow]
