Bulk Change Attachment Parent allows you to easily change the parent of one or more attachments (uploads).
Category Archives: My WP Plugins
Calling All Flowplayer Users
Do you use Flowplayer on your website and have any additional configuration parameters? If so, can you please leave a comment on this post saying in what way you have customized the player (autoplay, etc. etc.).
I’m currently recoding my Video Quicktags plugin to use Flowplayer and I need to know what configuration options I need to allow the user to specify. I’m new to the player, so I don’t want to leave anything out that a lot of users will want to use. (I already have support for the commercial version on my todo list.)
Thanks!
New Plugin: Enable oEmbed Discovery
For security reasons, the UI to enable oEmbed’s discovery ability was removed from WordPress today. It’d be too easy for a novice to accidentally embed some bad HTML into their blog if they posted the URL to a malicious website.
However if you know what you’re doing, feel free to install my Enable oEmbed Discovery plugin which will re-enable the feature.
I Need GPL-Compatible Flash Video Player Suggestions
I am in the early stages on recoding my Viper’s Video Quicktags plugin from scratch and in the process I will be replacing JW Player with a free and open-source alternative. JW Player is really great, but sadly it’s released under a non-commercial license which just won’t do.
So please, if you know of any good Flash players that will do FLV, MP4, etc. please leave a comment with a link!
Here’s my list so far of players to compare and pick between: (I’ll update this list with suggestions)
- Flowplayer (currently leaning towards this one, it seems really badass)
- OS FLV
Latest Version Of SyntaxHighlighter Now Live On WordPress.com
If you’re a WordPress.com blogger and like posting code, then you’ll be happy to know that the latest version of my SyntaxHighlighter Evolved plugin is now live on WordPress.com. Enjoy!
Plugin Release: YOURLS: Short URL Widget
I threw together a widget for my blog that displays the short URL to a post or page and since multiple expressed interest in using it on their own site, I’ve decided to release it. My YOURLS: Short URL Widget plugin will add a widget (Appearance -> Widgets) that will only show up on individual posts or pages and will output content of your choosing, including the short URL to that item as generated by the YOURLS: WordPress to Twitter plugin which is required for my widget to do anything.
SyntaxHighlighter Evolved v2.3.0
I’ve released a new version of my SyntaxHighlighter Evolved plugin. It’s not a recode of the plugin, however it is a major overhaul of the plugin. It features an update to the highlighting package (with new languages and parameters) and other various things. Here’s the full changelog:
Version 2.3.0
Major overhaul, mainly to extend flexibility so that this plugin could be used on WordPress.com without actual code modification (only actions/filters are used instead to modify it).
- Updated SyntaxHighlighter package to v2.1.364. Highlights of the changelog include:
- ColdFusion brush (aliases:
coldfusion,cf)- Erlang brush (aliases:
erl,erlang)- Objective-C brush (aliases:
objc,obj-c)- Eclipse theme
padlinenumbersparameter. Set it tofalsefor no line number padding,truefor automatic padding, or an integer (number) for forced padding.rbalias for Ruby- Commenters can now use this plugin to post code.
- Plugin’s shortcodes now work inside of the text widget again. Requires WordPress 2.9+ though.
- Overhaul of the TinyMCE plugin that assists in keeping your code sound when switching editor views. Thanks to Andrew Ozz!
- This plugin’s stylesheets are now dynamically loaded. If they aren’t needed, they aren’t loaded.
- Lots of sanitization of shortcode attributes. Invalid keys/values are no longer used.
- Chinese translation thanks to Hinker Liu. Will need updating for v2.3.0.
- New filter to control what shortcodes are registered. Used by WordPress.com to trim down the number of them.
- Saving of user’s settings is now done using
register_setting()instead of manually handing$_POST. Yay!- By default, a post meta is used to mark posts as being encoded using the 2.x encoding format. This is bad for a site like WordPress.com. You can use the new
syntaxhighlighter_pre_getcodeformatfilter to return1or2(based on saypost_modified). SeeSyntaxHighlighter:get_code_format()for more details. Don’t forget toremove_action( 'save_post', array(&$SyntaxHighlighter, 'mark_as_encoded'), 10, 2 );to stop the post meta from being added.- New
syntaxhighlighter_precodefilter to modify raw code before it’s highlighted.- New
syntaxhighlighter_democodefilter to modify example code on the settings page.
New Plugin: Local Time
Using Javascript, Local Time automatically transforms all dates and times on your blog into the visitor’s timezone. You can see for yourself right here on my blog. Make sure you’re viewing the single post view of this post and look at the grey post info box below. If you aren’t in the PST timezone (Western USA), the date and time will transform into your timezone once the page finishes loading.
For example, for this post I see “This entry was posted on November 1st, 2009 at 3:08 PM” while you may see something different (depending on your timezone). Cool, huh?
jQuery Lightbox For Native Galleries v3.0.0
I’ve switched the lightbox script that my jQuery Lightbox For Native Galleries plugin uses again. v2.x used a great lightbox script, but it unfortunately did not resize large images to fit on your screen (something I didn’t realize until after I released the plugin).
The newly released v3.0.0 uses the incredibly powerful and flexible ColorBox script. You can check out a demo below (this is just a simple [gallery] shortcode with no modifications):
Regenerate Thumbnails v2.0.0
I’ve recoded my Regenerate Thumbnails plugin. It’s now powered by AJAX and should work better on shared hosting environments as it’s pretty much impossible now to make it run out of processing time as each resize is done from it’s own page call. It also features a fancy progress bar (I love you jQuery UI!).






