This shortcode adds slides to your articles or custom HTML modules. You complete everything in the code below and the slides will display at once.
Available parameters: Theme: (simple, more themes coming next release.) Active: (1,2,3 this is the number of slide which will be active by default ) Indicators:( yes, no default is yes ) Controls: ( yes, no default is yes ) directory: ( a path where the images are stored )
Example Code
[iceslideshow theme="simple" active="1" directory="images/sampledata/slideshow"]
[iceslide caption="This is a caption" link="#1"] slideshow1.jpg [/iceslide]
[iceslide caption="This is a caption" link="#2"] slideshow2.jpg [/iceslide]
[iceslide caption="This is a caption" link="#3"] slideshow3.jpg [/iceslide]
[/iceslideshow]