I released Slickr Flickr Version 1.24 today with a couple of fixes and two new features
- Added notification that WordPress 3.1.0 is supported
- Added correct version number – (I messed up release 1.23 by forgetting to update the version from 1.22 to 1.23 – the new version is 1.24)
- Added lightbox=”none” to allow you to link directly to Flickr without going through the lightbox first
- Added nav=”above|below|none” to allow you to suppress one or both the navigation menus of the galleria
Example of Direct Flickr Linking
Hover over each photo and you will see it links directly to Flickr. On clicking on a photo you get sent to Flickr rather than a lightbox popping up on the page.
[code]slickr-flickr tag="costarica" type="gallery" lightbox="none" items="14"[/code]
Example of Galleria with Single Navigation Menu Below Photos
Normally a Slickr Flickr galleria would have navigation above and below the photos.
Use the “nav” parameter to just show the navigation you want.
[code]slickr-flickr tag="costarica" type="galleria" nav="below" items="12"[/code]
Leave a Reply