"Sexy Lightbox" plugin

Parent Previous Next

"ARI Smart Content - Sexy Lightbox" plugin provides ability to show different content into sexy lightbox. The plugin can be enabled/disabled and configured on "Extensions → Plugin Manager" page on Joomla! backend. Common information how to use "ARI Smart Content" applications plugins is here. {sexybox} plugin tag is used for the plugin. The following code creates Show web page link and when it is clicked http://www.ari-soft.com web page will be shown into the lightbox:


{sexybox url="http://www.ari-soft.com" width="90%" height="90%"}Show web page{/sexybox}


If you want to use an image as a link which will trigger the lightbox, use HTML code between {sexybox} and {/sexybox} tags. For example want to use <joomla_directory>/images/preview.jpg image as a link, the code will look like:


{sexybox url="http://www.ari-soft.com" width="800" height="600"}<img src="images/preview.jpg" />{/sexybox}


If you use a WYSIWYG editor, switch it to plain text mode before inserting HTML code or use built-in functionality of the editor to insert an image between {sexybox} and {/sexybox} tags.


The following plugin codes can be used to show different content into the lightbox:




{sexybox url="images/myimage.jpg"}Show image{/sexybox}


If you want to show several images into the lightbox, separate URLs by spaces


{sexybox url="images/myimage.jpg http://www.domain.com/photos/photo.jpg"}Show images{/sexybox}





{sexybox url="http://www.adobe.com/jp/events/cs3_web_edition_tour/swfs/perform.swf" width="792" height="294"}Show Flash object{/sexybox}


If you want to show several videos into the lightbox, separate URLs by spaces.




{sexybox url="http://trailers.apple.com/movies/universal/despicableme/despicableme-tlr1_r640s.mov" width="640" height="375"}Show Flash object{/sexybox}


If you want to show several videos into the lightbox, separate URLs by spaces.




{sexybox url="http://www.domain.com/video/myvideo.flv" width="640" height="375"}Show Flash object{/sexybox}


If you want to show several videos into the lightbox, separate URLs by spaces. FlowPlayer player is used to show FLV files.




{sexybox vimeo="36031564" width="500" height="375"}Show video from Vimeo{/sexybox}


If you want to show several videos into the lightbox, separate IDs by spaces.




{sexybox yt="WyA1dzfKywg" width="500" height="375"}Show video from YouTube{/sexybox}


If you want to show several videos into the lightbox, separate IDs by spaces.





{sexybox url="http://www.ari-soft.com http://www.demo2.ari-soft.com" width="90%" height="90%"}Show web pages{/sexybox}




{sexybox article="13 11" width="800" height="600"}Show articles{/sexybox}




{sexybox module="16" width="300" height="250"}Show module{/sexybox}




{sexybox bgColor="#FFF"}{link}Show inline content{/link}{content}<h3>sample content</h3>You can place any content here.{/content}{/sexybox}



Plugin settings


The following parameters can be defined on plugin settings page ("Extensions → Plugin Manager → ARI Smart Content - Sexy Lightbox" page on Joomla! backend):

































Plugin code syntax


The following attributes can be used for {sexybox} tag: