=== Post Snippets === Contributors: artstorm Donate link: http://coding.cglounge.com/wordpress-plugins/post-snippets/ Tags: post, admin, snippet, snippets, html, custom, page, dynamic, editor, quicktag Requires at least: 2.7 Tested up to: 2.7.1 Stable tag: 1.2 Store snippets of HTML code or reoccurring text that you often use in your posts. Custom variables can be used. == Description == This admin plugin stores snippets of HTML code or reoccurring text that you often use in your posts. You can use predefined variables to replace parts of the snippet on insert. All snippets are available in the post editor with a TinyMCE button. For complete usage instructions see: [Post Snippets](http://coding.cglounge.com/wordpress-plugins/post-snippets/ "Complete Usage Instructions for Post Snippets") Some features: * **Insert** All defined snippets is inserted from a button directly in the post editor. * **Buttons** The snippets are available in the viusal editor with a TinyMCE button and in the HTML editor with quicktag buttons. * **Admin** Easy to use administration panel where you can add, edit and remove snippets. * **Variables** Each snippet can have as many custom variables as you like, which can be used on insert. * **Uninstall** If you delete the plugin from your plugins panel it cleans up all data it has created in the Wordpress database. == Installation == 1. Upload the 'post-snippets' folder to the '/wp-content/plugins/' directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to Settings -> Post Snippets and start entering your snippets. == Frequently Asked Questions == = Guru? = Meditation. == Screenshots == 1. The Admin page where you set up new snippets. 2. The TinyMCE button for Post Snippets. 3. The Post Snippet Insert Window. == Changelog == = 1.2 = * Added support for Quicktags so the snippets can be made available in the HTML editor as well. = 1.1 = * Included Swedish translation. * Added TextDomain functionality for I18n. = 1.0 = * Initial Release