The jFlow Plus Plugin implements the jFlow Plus Slider into your WordPress blog, without touching other galleries.
jFlow Plus can be used to create simple image sliders with text content in a beautiful manner, it can be used within articles as well as theme files. It does not modify any other images or galleries.
Release Page: jFlow Plus Plugin Homepage Live Demo: jFlow Plus Demonstration
Huge changes form version 1.2.2 to version 2.0.0, older users please backup current plugin before updating.
After installing the plugin just write something like:
[jflow]
[jflowslide imgpath="FullPathOfImage" imgalt="ImageAlt" heading="HeadingOfSlide" slidetext="SlideText" linktitle="LinkTitle"]
[/jflow]
Where [jflow] and [/jflow] are the beginning and ending of jFlow Plus slider respectively, keep on adding as many [jflowslide imgpath="FullPathOfImage" imgalt="ImageAlt" heading="HeadingOfSlide" slidetext="SlideText" linktitle="LinkTitle"] for as many slides you want.
To implement directly in theme files, use:
<div id="jFlow">
<div class="slide">
<img src="FullPathOfImage" alt="ImageAlt"/>
<span><h3>HeadingOfSlide</h3><p>SlideText<a href="#" title="LinkTitle" class="readmore"></a></p></span>
</div>
</div>
<div id="jFlowController">
<span class="jFlowControl"></span>
<span class="jFlowControl"></span>
<span class="jFlowControl"></span>
</div>
<span class="jFlowPrev"><div></div></span>
<span class="jFlowNext"><div></div></span>
</div>
jFlow Plus is originally by Devin Walker with code from ktan.
You can customize these in the Settings section:
Internationalization supporting:
Requires: 2.8 or higher
Compatible up to: 3.3.2
Last Updated: 2012-4-13
Downloads: 3,202
Got something to say? Need help?