=== Post Snippets === Contributors: artstorm Donate link: http://coding.cglounge.com/wordpress-plugins/post-snippets/ Tags: post, admin, snippet, snippets, html, custom, page, dynamic Requires at least: 2.7 Tested up to: 2.7.1 Stable tag: 1.1 Store snippets of HTML code or reoccurring text that you often use in your posts. == 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 are available through a window via a TinyMCE button in the post editor. * **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 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.1 = * Included Swedish translation. * Added TextDomain functionality for I18n. = 1.0 = * Initial Release