WordPress Plugin Internationalization (i18n) Localization (L10n)
Internationalizing your plugin is not difficult. All the information you need is out there and the WordPress Codex is very good resource, but I thought I’d sum it up for those who need the quick skinny on the matter.
WordPress Peekaboo Plugin
This plugin allows you to show and hide specific portions of content within a post or page. Visitors can then use custom show/hide links to show or hide the portions you’ve defined. The plugin enables a few WordPress shortcodes: [peekaboo]
, [peekaboo_link]
and [peekaboo_content]
.
WordPress HiFi Plugin — Head and Foot Injection
HiFi is a head insert and foot insert plugin. It allows you to include script, style, meta and any other code you want into your posts and pages. The inserted code is page-specific, this means that only the pages you want will be affected.
jQuery Scrollable Table Plugin
This jQuery plugin converts a properly formatted table, having thead and tbody elements (tfoot optional), into a scrollable table. Scrollable tables are most useful when having to display lots of tubular data in a fixed space.
jQuery Image Preload Plugin
I needed a jQuery image preload plugin in order to detect when an image had actually loaded, so I built one!