Create SlideDecks on your WordPress blogging platform. Manage SlideDeck content and insert them into templates and posts.
slidedeck folder and all its contents to the /wp-content/plugins/ directoryEmbed a SlideDeck button in the rich text editor or the button in the sidebar in the post/page view. You can also place a SlideDeck in your template or theme via the PHP command slidedeck(); Just pass the ID of the SlideDeck you want to render and an associative array of the styles you want to apply to the SlideDeck itself. For example:
`<?php slidedeck(12,array('width'=>'100%','height'=>'300px')); ?>`
Where 12 is the SlideDeck's ID. You can also see this code snippet in the sidebar of the SlideDeck editing interface.
Requires: 2.8.6 or higher
Compatible up to: 3.5.1
Last Updated: 2013-3-19
Downloads: 219,828
Got something to say? Need help?