=== Sniplets === Contributors: johnny5 Donate link: http://urbangiraffe.com/about/support/ Tags: post, page, insert, php, code, highlight, geshi, syntax, exec, run Requires at least: 2.0 Tested up to: 2.2 Stable tag: trunk Sniplets is a generic text insertion plugin. Use it to manually or automatically insert data, PHP, syntax highlight, and almost anything else! == Description == Sniplets is a generic text insertion plugin with support for an extensible processing framework. At it's simplest this means you can dynamically replace text in your posts with text that may be defined elsewhere, or created by some other module. For example, you can use Sniplets to perform syntax highlighting of files, execute custom PHP code, insert data from a database, and perform all manner of other useful tasks within a standard interface. * Replace tags in a post with pre-defined text * Apply processing functions to the pre-defined text to perform additional functionality * Automatic insertion - data can be made to automatically appear in various places (header, footer, before post, after post, more tag, initialization) * Custom processors can be written by the user * Fully localized == Installation == The plugin is simple to install: 1. Download `sniplets.zip` 1. Unzip 1. Upload `sniplets` directory to your `/wp-content/plugins` directory 1. Go to the plugin management page and enable the plugin 1. Configure the plugin from `Manage/Sniplets` You can find full details of installing a plugin on the [plugin installation page](http://urbangiraffe.com/articles/how-to-install-a-wordpress-plugin/). == Documentation == Full documentation can be found on the [Sniplets](http://urbangiraffe.com/plugins/sniplets/) page.