SlyWrapper WordPress plugin (19/11/12)
A rough version of the write-up for a wordpress plugin I am working on and a mock up for a banner that might go with the plugin.
Description:
SlyWrapper is a WordPress short-code plugin that implements a horizontal scrolling panel to display all posts of a given category. A horizontal navigation is auto generated for a better user experience and the scrolling action can be trigger via the mouse wheel or multi touch gesture. The plugin is based on the Sly jQuery plugin written by Darsain though not all the features are implemented yet.
SlyWrapper has been coded specifically to be inserted in to a WordPress page so other implementations might yield unpredictable results. The plugin has an admin page, which can be used to setup default dimensions and colours for the user interface (UI). The short-code tag will accept variables to alter the UI separate from the defaults, which means each implementation of the SlyWrapper on your WordPress site can be customised for its purpose.
Installation:
How to:
To insert a SlyWrapper scrolling panel into a WordPress page use the short-code:
1 |
[sly cat=”<category>”] (Replace the <category> with a category name from your Wordpress install.) |
Variables:
frame_width, panel_width, height, color, and active_color for example:
1 |
[sly cat=”news” frame_width=”700” panel_width=”500” height=”500” color=”#ff0000” active_color=”#00ff00”] |
Roadmap:
Like the Sly jQuery plugin this WordPress plugin is still in beta. Darsain has done such an amazing job of making a feature rich jQuery plugin, I hope to expand the SlyWrapper plugin to accomdate as many of those features as possible.
Check out the plugin here: http://darsa.in/sly/