Easily embed Cooliris Galleries using your NextGen galleries or albums via shortcode
/wp-content/plugins/ directory or install it from WordPress.org's Plugin directory inside your WordPress installation.Options and defaults in order (if using PHP):
width=600 Width of Gallery
height=370 Height of Gallery
numrows=4 Rows to show
style=white Cooliris Style (black, dark, light, white)
mode=gallery NextGen item (gallery, album, last_picture)
id=1 Gallery ID
aid=1 Album ID
page=0 Last Pictures Page
show=10 Last Pictures Amount
Shortcode:
[nextgen_cooliris]
Example of choosing gallery 2: [nextgen_cooliris id=2]
PHP:
<?php if function_exists('show_nextgen_cooliris') echo show_nextgen_cooliris (); ?>
Example of choosing gallery 2: <?php if function_exists('show_nextgen_cooliris') echo show_nextgen_cooliris (600,370, 4, 'white', 'gallery', 2); ?>
Requires: 2.7 or higher
Compatible up to: 3.3.2
Last Updated: 2012-5-1
Downloads: 23,961
0 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?