Shashin 2.4 Beta Available

Update 5/29: Beta testing is done, and Shashin 2.4 is now available for download at WordPress.org


Shashin 2.4 has several new features that people have been asking for. It’s available on my site only as a beta release. I’ll upload it to wordpress.org after I get feedback on the beta. If you can contribute a translation, a .pot file is included.

New features:

  • Support for image viewers other than Highslide, such as Lightbox, Fancybox, etc.
  • Display album photos using the order you’ve set in Picasa.
  • Customizable pagination of album photos.
  • New settings for customizing Highslide’s borders, navigation bar, and background color/opacity.
  • Dynamically set thumbnail sizes and the number of thumbnail columns to suit your WordPress theme (this means you don’t have to worry about images being too large or small if you switch to a wider or narrower theme).
  • Show camera EXIF data in Highslide captions.
  • Improved usability for the Shashin admin screens, with detailed examples of Shashin tags.
  • Align images and groups of thumbnails to the center.
  • Specify an alternate image to use as a thumbnail – this is often useful for videos.
  • Includes the latest version of Highslide (4.1.4)

Download Shashin 2.4 Beta

Upload the new files, deactivate and reactivate Shashin in your plugins menu, and then go to the Shashin settings page to configure the new features. There’s help text there, which should be sufficient for most of the new features, but a few require more explanation:

  • Dynamically setting thumbnail sizes: if you indicate the width of your theme’s content area in the Shashin settings menu, you can use the word “max” instead of specifying a Picasa image size in your Shashin tags. Shashin will then figure out which Picasa image size to use. This is very useful because it means you won’t have to go back and edit all your tags if you change to a wider or narrower theme in the future. For example, if the width of your theme’s content area is 610 pixels, and you use “max” with the simage tag for a single image, Shashin will pick 576 as the image size (the largest Picasa size that will fit in the available space). If you use “max” as the image size with sthumbs, srandom, or snewest, Shashin will do the math to determine the correct size for the thumbnails based on the number of columns you specified. Note that “max” doesn’t work well for photos with a portrait orientation, as the size will be applied to the height instead of the width.
  • Dynamically setting the number of thumbnail columns: you can also use “max” to indicate the number of columns in sthumbs, srandom, and snewest. Shashin will figure out the number of columns based on the image size. For example, if you set the image size to 160, and your content width is 610, your thumbnails will be displayed in 3 columns. You cannot use “max” for the image size and the number of columns at the same time. Shashin needs one to be a number so it can calculate the other.
  • Centering images and using alternate thumbnails: I actually slipped these in to version 2.3.5, and they are documented here.

The Shashin documentation page is not updated yet for the new features. I’ll update it after version 2.4 is out of beta.

7 Comments

  1. Stephan May 27, 2009

    Hi Mike,

    I try to get that error message again but I don’t see it anymore.

    Today I upgrade to 2.4 (for the EXIF) and sync my album, that was going well. But when I try to sync my albums now (added new album) I get this error:

    Warning: fsockopen() [function.fsockopen]: unable to connect to picasaweb.google.com:80 (Connection refused) in /home/vhosts/loois.nl/subdomains/stephan/httpdocs/blog/wp-includes/class-snoopy.php on line 1142

    allow_url_fopen is open. I already deactivate and activate, uninstall and new install doesn’t work.

    I hope you can help me

  2. Jesper Thusgaard May 27, 2009

    Hi

    I’m upgrading this weekend. will let you know how I set it up and what problems I find.

    J;-)

  3. Stephan May 27, 2009

    Hi Mike,

    I don’t know what the problem was but now the sync was going well and added the albums.

  4. Jeanette May 27, 2009

    Hi,

    So, I couldn’t get highslide to work, it just opened the img links in a new window. So I upgraded to 2.4 but still same issue. Highslide won’t work.

    http://hfriend.photogenetic.biz/index.php/about/

    But it all works fine on my other site. http://www.jeanettesung.com

  5. Mike May 28, 2009

    Hi Jeanette – none of the Shashin css and javascript files are being loaded into your site. Your WordPress theme is probably missing an important piece of code. Its header.php file needs to have this:

    <?php wp_head(); ?>

    I’d recommend adding this, and contacting the theme author and let them know they should add it also. This will cause problems with a lot of plugins.

  6. gabdullin May 28, 2009

    Hello Michael!

    With pleasure has transferred to the new Russian version of the plugin. Discovers some drawbacks. His ideas for refinement will send an email.

  7. Jeanette May 29, 2009

    Oh man Mike, you are amazing!
    Thanks, adding that code solved the problem!

Comments are Disabled