=== Widgets2Editor === Contributors: pajko Donate link: http://vuleticd.com/ Tags: editor, tinymce, widgets Requires at least: 2.8.6 Tested up to: 2.8.6 Stable tag: 0.2 Enables inserting of almost all widgets output into the visual editor, as static HTML blocks, witch can be changed once inserted into editor. == Description == * The plugin will add new sidebar of TinyMCE templates * It will also add new widget "TinyMCE Templates" witch is just like text widget but without title beeing displayed. * You can add any widget in the Tiny Templates sidebar, and you will be able to insert that widget output in editor. * Widget titles will be hidden in editor, wraped with , or if you insert TinyMCE Template widget you won't get title at all * Once in editor, you will see "insert predefined template content" button. * When you click on that button, you will get the popup where you can select, preview and insert all defined templates from Tiny Templates sidebar. * Once inserted in editor, you can change the HTML code that was produced. * This is the great way to easy define some changable block HTML templates that you may use often on you site, but they still have to be changed a bit for each usage case. == Installation == 1. Download the plugin zip file, and unzip the content. 2. Upload the content of downloaded zip file to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Go to Widgets page, and add your widgets in Tiny Templates sidebar 5. Edit any page/post, in visual mode, and insert your template widgets. == Frequently Asked Questions == = Did you have any questions yet ? = nop == Screenshots == 1. Tiny templates editor button 2. Tiny Templates widgets sidebar 3. Tiny Template selection popup == Changelog == = 0.1 = * Initial release = 0.2 = * Subfolder instalation related fix