Hi everyone,
I'm putting together a personal photoblog-ish site based around WordPress just to put up photos from local venues along with album reviews, tutorials, etc etc. You know the deal.
I'm looking for the best way to host 30-50 flickr photos and then display them inline on a post, like this: http://www.mikelesaski.com/blog/2011/08/01/savestheday_vintagevinyl/ (note this isn't live yet and is just a very early test haha)
There are about a million flickr widgets and things for WordPress, but all of them make ugly galleries from your sets and require API keys etc. I don't want a lightbox, at least not for this. Personally, I don't like lightboxes just about anywhere on the web. They tend to be slow and messy. I'd consider it only if it's incredibly clean and quick, but really I'd rather viewers to just be able to scroll down and take a quick look. Inline, full post-width photos, with the ability to click and see the full size photo either on flickr or a lightbox.
In my head right now I think I'd like to host each show separately in its own flickr set, so each photo can still be found there to drive extra traffic and comments. Then have a function/shortcode be usable in wordpress (something like [flickrset =3193048@094] or whatever) to pass a flickr set ID to some code, and return HTML for ahref/img tags for the whole set to be inlined in the post.
I don't know toooo much PHP etc, but I'm fairly certain I could just dissect some code to make this happen if it comes down to it. I'm just seeing if you guys can come up with any simpler solutions first! I'd also love to hear if anyone has any ideas for different ways approach the entire thing. Thank you!