Wordpress Flickr Gallery

  • Started
  • Last post
  • 2 Responses
  • dbloc

    Looking for some greats that might be hidden. I'm having problems with galleria conflicting with other plugins that I need.

    I'd like for it to be the main image with scrolling thumbnails under it if possible.

    Also needs to pull up a flickr set

  • mg330

    Hey man, you should absolutely give Mini Flickr Gallery a shot:

    http://www.felipesk.com/flickr-m…

    I use it on both of my sites and it's pretty easy to use. Check out http://www.randomtransmission.co… (photos in expand/collapse section) and also http://www.mg33.net/iceland-2011…

    I tried so many different ones and this has been the best. There are some tricks you have to do depending on the WP theme you're using, especially to get the photos into neat rows like that. Also, the way that the post tool inserts the shortcode usually needs some adjustment. Ex, it generates the shortcode to not include quotes around paramters, and certain things don't work right then.

    But if you change some things to use quotes, it works fine. here's an example:

    Correct shortcode example for multiple parameters:
    [miniflickr user_id="##########" tags="portfolio" per_page="10" ]

    Way that the plugin tool creates it:
    [miniflickr photoset_id=#########&sortby=dat...

    When you create a gallery based on user id and then tags, that format doesn't work. You have to adjust and remove the amersands, and use quotes. I've posted this to the guy's page. As long as you know how to adjust it yourself, you'll have no problems.

  • scruffics0

    uhmmm... don't mean to be a simpleton, but can't you do that with Flickr's embed code?

    • can't really customize itdbloc
    • no, not to create a nice navigable gallery.mg33