Categories
General

oEmbed FlickrLinkr 0.2

oEmbeds make it ridiculously easy to embed content from other sites in blog posts. Unfortunately, Flickr oEmbeds are not linked to Flickr by default, which seems silly and probably violates Flickr’s Community Guidelines. This plugin enhances your Flickr oEmbeds by linking to the photo page at Flickr and optionally adding a caption with the title and author.

Get oEmbed FlickrLinkr 0.2 at the WordPress Plugins Directory.

Categories
General

Photopress2 0.4

I added another field to the tags table for a “display tag” – a version of the tag that can contain spaces and whatnot. Using these it’s possible to get the new tags page looking more or less like the main album page in old Photopress. You’ll need to deactivate and reactivate to get the database table upgraded.

The other big deal is a template function to list tags for an image attachment. The function accepts 2 arguments: what to put before the tags and what to place between them. It doesn’t output anything if the image is not tagged. Here’s an example with “Image tags: ” before the list and a space between each tag.

<?php if (function_exists('photopress2_image_tags')) photopress2_image_tags('Image tags: ', ' '); ?>

This version also fixes a few bugs, such as the totally wrong tagged image count.

Get Photopress2: pp2.0.4.zip

Categories
General

flickpress 1.8

I got a report of a conflict with a plugin called Scribe, so I’m hoping this version fixes the issue – if you use Scribe please let me know. At some point I’ll rewrite flickpress to be more immune to these conflicts, but in the meantime the changes I made should help.

In addition, this version fixes a small bug in the popup’s menu and uses a built-in WordPress function to make better (I think) page navigation links.

Report bugs early and often!

Get flickpress 1.8 at the WordPress Plugin Directory or by upgrading as usual in your WordPress admin.

Categories
General

Photopress 1.8.1

I finally figured out why some of the migrated images get assigned strange “autosave” post parents – the query I was using to get the parent post wasn’t checking for a “publish” post status. This version should fix this issue.

Get Photopress 1.8.1: photopress.1.8.1.zip

Categories
General

Photopress2 0.3

Cosmetic changes: I made the album a little prettier. The page menu now has nicer style. There are image counts all over the place. I also added ThickBox support for images that don’t have attachment pages, which can be enabled or disabled at Settings:Photopress2.

New feature: I added a tag editor at Tools:Image Tags, where you can modify and delete image tags.

Download Photopress2 0.3: pp2.0.3.zip