=== 3 Sheep Signatures === Contributors: 3sheep Tags: signature,shortcode Requires at least: 3.0.0 Tested up to: 3.3.1 Stable tag: trunk Allows adding a custom signatures to posts and pages using shortcodes. == Description == The plugin allows you maintain a number of separate signatures that can be added into posts and pages using short codes. You can use ‘Number of Signatures’ option to set the number of available signatures. You can then enter each signature using text and variables to add author information. The available variables include: * %LOGIN% - Login name * %FIRST% - First name * %LAST% - Last name * %NICK% - Nickname * %EMAIL% - Email address * %URL% - Website * %DESC% - Description/Bio To include a signature into a page or post use the shortcode shown next to the signaure (e.g. [tssig id="2"]). == Installation == 1. Upload `3SheepSig` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Configure the plugin in Settings->3 Sheep Signatures 4. Include the signatures in posts and pages using the [tssig] shortcodes. == Screenshots == 1. screenshot-1.png - The settings panel == Changelog == = 1.00 = * First public release.