Wordpress Content Slider based on Tiny Slider.
[wp-tiny-slider]
<div>Slide 1</div>
<div>Slide 2</div>
<div>Slide 3</div>
[/wp-tiny-slider]
You can define all available JavaScript options in the shortcode. Take a look at Tiny Slider Options for reference.
[wp-tiny-slider autoplay="true" autoplay_button_output="false"] ... [/wp-tiny-slider]
Note that you need to convert the CamelCase option strings to snake_case:
AutoplayButtonOutput
becomesautoplay_button_output
.