Screenr: http://screenr.com/1Y6
Demo: http://demo.davoscript.com/?page_id=17
Slidenotes lets you add fancy sliding notes into your wordpress posts, pages or text widgets using a simple and customizable shortcode.
Shortcode:
[slidenote text="Click me!"]The Slidenote content goes here[/slidenote]
The shortcode will create a slidenote, also it will render the trigger text, which will make the slidenote slide-in into the content when clicked or hovered.
Parameters
- text:
[slidenote text="My text"]slidenote content[/slidenote]
- from:
[slidenote from="right"]slidenote content[/slidenote]
- event:
[slidenote event="hover"]slidenote content[/slidenote]
- width:
[slidenote width="200"]slidenote content[/slidenote]
- height:
[slidenote width="150"]slidenote content[/slidenote]
- top:
[slidenote top="50"]slidenote content[/slidenote]
- marginin:
[slidenote marginin="50"]slidenote content[/slidenote]
- marginout:
[slidenote marginout="50"]slidenote content[/slidenote]
- closebutton:
[slidenote...