Wordpress Flickr Gallery
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- 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.