mBox Wordpress Plugin Examples
mBox plugin examples page. This plugin can be used in diferent modes:
Using Wordpress Uploader Tool
The first example shows a slideshow gallery loading data from the images uploaded while the page is been writing/editing using the Wordpress Image and File Attachments Tool.
<mBox width="500" height="375" help="Microsoft Windows Vista Wallpapers by brajeshwar." alert="No images loaded." />
Using Flickr Mode
The second example shows a slideshow gallery loading data from my flickr account, filtering by images with tags fotoblog & barcelona.
Download icon is hidden.
<mBox width="500" height="375" alert="No images loaded." mode="f" flickr_tags="fotoblog, barcelona" download="false" />
Using Folder Mode
The third example shows a slideshow gallery loading files from a folder. Thumbnails and descriptions are stored in a subfolder called “thumbs” inside the folder to show [miniatures with same name and descriptions with name.txt].
Zoom and Autostart options are enabled. When user clicks on zoom link, slideshow stop.
<mBox width="500" height="375" alert="No images loaded." mode: "d", folder: "imagenes/london" zoom="true" autostart="true" />