Plugins 011 – Search And Replace Plugin

Today we’re covering the Search and Replace plugin to find and replace text in your blog.

The plugin allows you to find and replace text found in many of the database fields including:

  • Content Body
  • Titles
  • Excerpts
  • Meta Data
  • Comments
  • Tags
  • Categories
  • Category Descriptions

The plugin permanently changes text in the database. It is highly recommended that you first backup your database using the WP DB Backup plugin before proceeding with this plugin.

Show Feedback

Gene inquired about using the Google XML Sitemaps plugin (covered in episode 5) for multiple WordPress blogs located in sub folders on one web site domain. By default the Google XML Sitemaps plugin will create the sitemap within the root folder of the WordPress installation. Since Web Crawlers look for the sitemap.xml in the root folder of your web site, Gene was wondering if the plugin was intelligent enough to merge each blog’s sitemap into one in the root folder.

Unfortuantely, the Google XML Sitemaps plugin isn’t designed for managing multipe blog installations. Luckily, there is another solution to this problem. Setup a sitemap index as your root sitemap.xml file that links to other sitemaps on your web server. Here is an example:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <sitemap>
      <loc>http://www.example.com/blog1/sitemap1.xml.gz</loc>
      <lastmod>2008-10-01T18:23:17+00:00</lastmod>
   </sitemap>
   <sitemap>
      <loc>http://www.example.com/blog2/sitemap2.xml.gz</loc>
      <lastmod>2009-01-01</lastmod>
   </sitemap>
</sitemapindex>

More details on sitemaps is available at www.sitemaps.org.

Classic Image Button plugin Now Available

The Plugins Podcast is pleased to announce the immediate availability of the new Classic Image Button WordPress plugin.

The Classic Image Button plugin adds the classic image button option to the WYSIWYG editor in WordPress. The plugin adds the image button to the top row of the text formatting options. The plugin can work in tandem with the built-in WordPress image functions. This plugin also includes an option to disable inline styles in case you want your image styling to be compatible with the widest range of feed readers.

Classic Image Button

Disabling inline styles reverts the image properties vspace, hspace, border and align as image attributes instead of inline styling (e.g. border=”2″ instead of style=”border: 2px;”).

The Classic Image Button is added to both the main post and page visual editors as well as the smaller Press This editor.

The plugin may be downloaded from the WordPress Plugins Directory or by the following link: Download version 1.0.

Plugins 004 – CFormsII Custom Forms

Today we’re covering the CFormsII plugin to add contact forms, applications and other custom forms to WordPress.

Key features include:

  • Complete gamut of field types (radio, checkbox, dropdown, listbox, password, date, etc…)
  • Auto confirmation Email message
  • Email admin(s) of form submission
  • Use forms for blog comments
  • Integrates with the WYSIWYG (what you see is what you get) content editor
  • Multi-page forms
  • Ability to attach files
  • Captcha image to prevent SPAM form submissions
  • Data saved in database exportable (XML, CSV, TAB)
  • Specify start and/or end dates when forms are available
  • Works with WordPress 2.7 (latest version as of this writing)

The plugin is developed by Delicious Days. To learn more about CFormsII plugin as well as other plugins developed by Delicious Days, please visit www.deliciousdays.com.

Plugins 002 – 7 Minutes on Blubrry Powerpress Podcasting Plugin

This is a shortened version of episode 1 covering the Blubrry Powerpress podcasting plugin. We will try to keep all episodes under 15 minutes for now on, sorry all. 🙂

Blubrry Powerpress is a lightweight WordPress plugin that adds only the essential features to your WordPress blog to turn it into a podcasting system. Below are some key features.

  • Easily add podcast episodes to blog posts and pages
  • Integrated audio/video media player
  • iTunes RSS tags and album over art
  • Podcast only RSS feed
  • iTunes Ping
  • Media size detection and duration in seconds detection for mp3s
  • 3rd party statistics integration

In addition to the core fetureas above, the plugin has the ability to easily import Podpress episodes and settings so users can easily migrate switch plugins.

Plugins 001 – Blubrry Powerpress Podcasting Plugin

Tonight’s episode I’m covering the Blubrry Powerpress podcasting plugin.

Blubrry Powerpress is meant to be a very lightweight plugin to add only the essential features to your wordpress blog to turn it into a podcasting system. Below are some key features.

  • Easily add podcast episodes to blog posts and pages
  • Integrated audio/video media player
  • iTunes RSS tags and album over art
  • Podcast only RSS feed
  • iTunes Ping
  • Media size detection and duration in seconds detection for mp3s
  • 3rd party statistics integration

In addition to the core fetureas above, the plugin has the ability to easily allow Podpress (an older WordPress podcasting plugin) users to easily migrate to Blubrry Powerpress. In this episode Angelo will explain how this works and what steps to take in case you decide to revert back to Podpress.