Mike Toppa
Forum Replies Created
-
Forum: Plugins
In reply to: Picasa Latest Photo Thumb?I’ve just made available a plugin for Picasa that lets you display individual photos, album thumbnails, tables of thumbnails, and random photos. It’s here:
http://www.toppa.com/shashin-wordpress-plugin
It can’t show the latest photos from an album. But I don’t think that would be too hard for me to add…
Forum: Plugins
In reply to: PHPHelp: Latest Picasa PicturesI’ve just made available a plugin for Picasa that lets you display individual photos, album thumbnails, tables of thumbnails, and random photos. It’s here:
http://www.toppa.com/shashin-wordpress-plugin
It doesn’t have a feature for displaying the latest photos in an album. But I don’t think it would be too hard for me to add that…
Forum: Plugins
In reply to: Picasa Script/pluginI’ve just made available a plugin for Picasa that lets you display individual photos, album thumbnails, tables of thumbnails, and random photos. It’s here:
Forum: Fixing WordPress
In reply to: Picasa webI’ve just made available a plugin for Picasa that lets you display individual photos, album thumbnails, tables of thumbnails, and random photos. It’s here:
Forum: Plugins
In reply to: WordPress filter for “hard coded” template contentI’ve found this thread probably too late for my reply to be helpful to harknell, but I ended up here because I had a similar issue, and a solution that worked for my situation.
Something to keep in mind with the sidebar is that the code of your plugin is available to you, just not through filters like the_content and others. If widgetizing is unappealing for any reason, you can make direct php calls to functions in your plugin.
This means putting a line of php code in the template, which harkin wants to avoid, but if you can set up your plugin so it can be a really simple line of code, perhaps that won’t be too much to ask of your non-techie users.