Replace text with other text in posts, pages, etc. Very handy to create shortcuts to commonly-typed and/or lengthy text/HTML, or for smilies.
This plugin can be utilized to make shortcuts for frequently typed text, but keep these things in mind:
Your best bet with defining shortcuts is to define something that would never otherwise appear in your text. For instance, bookend the shortcut with colons: :wp: => WordPress :aol: => America Online, Inc. Otherwise, you risk proper but undesired replacements: Hi => Hello Would have the effect of changing "His majesty" to "Hellos majesty".
List the more specific matches early, to avoid stomping on another of your shortcuts. For example, if you have both
:p and :pout: as shortcuts, put :pout: first, otherwise, the :p will match against all the :pout: in your text.
If you intend to use this plugin to handle smilies, you should probably disable WordPress's default smilie handler.
This plugin is set to filter thecontent, theexcerpt, and optionally, getcommenttext and getcommentexcerpt.
SPECIAL CONSIDERATION: Be aware that the shortcut text that you use in your posts will be stored that way in the database (naturally). While calls to display the posts will see the filtered, text replaced version, anything that operates directly on the database will not see the expanded replacement text. So if you only ever referred to "America Online" as ":aol:" (where ":aol:" => "America Online"), visitors to your site will see the linked, expanded text due to the text replace, but a database search would never turn up a match for "America Online".
However, a benefit of the replacement text not being saved to the database and instead evaluated when the data is being loaded into a web page is that if the replacement text is modified, all pages making use of the shortcut will henceforth use the updated replacement text.




