Photos Flickr 0.7
Photos Flickr now supports pretty URLs, and sports an inline Function Reference, that should become pretty fully fleshed out in short order.
Pretty URLs? Yes! If you are using permalinks and mod_rewrite, compare these two URLs:
/?page_id=3&photoset=72157600167167486&photo=481023042
versus:
/photos/photoset/72157600167167486/photo/481023042
BUG: Uhm, actually, if you have pretty permalinks this plugin will break unless your post slug is photos
. . . I just tried to fix this but failed. Sorry about that.
See Photos Flickr in Action
What is New? What has Changed?
- New: Function Reference Manual
- Changed: Extended
photos_photo_index()
to support titles and descriptions, pimp out default template. - Changed: References to
$_REQUEST
have migrated to refer to WordPress’$wp_query->query_vars
. - New: Checks if blog is
using_permalinks()
and if so, utilizes rewrite rules to make pretty permalinks. - New Bug: Checks if blog is
using_permalinks()
and if so, rewrites URL links along the assumption that your page slug isphotos
. - New: Added
photos_photo_href()
function.
What is Fixed?
- Fixed: Minor fix to
photos_private_getContext()
to correctly get photoset
context.
There is plenty more work to make this an awesome plugin. You can track plans and progress on my “projects” page.