=== Wordpress Text Spinner === Contributors: (this should be a list of wordpress.org userid's) Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5NWH549PR3S2A Tags: spinner, text, text spinner, posts, pages Requires at least: 3.0.1 Tested up to: 3.4 Stable tag: 4.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Here is a short description of the plugin. This should be no more than 150 characters. No markup here. == Description == Wordpress Text Spinner is a plugin for generating a specific text that is being set in the content randomly. Allows you to use spintax in your posts/pages contents by just inserting a code block/syntax like {phrase 1|phrase 2|phrase 3}. It also allows you to add you custom spinner shortcode like [spinner_variable_name]. Just set the variable names and values in the Spinner box. ### Features of Wordpress Text Spinner > Popup Preview button of the spinned text content in the Content Editor > Can choose spinned text content you want by clicking the 'Spin' button in the Popup Preview. > Overwrite the spinned variable set in the theme options page using the spinned box in the add/edit post form page. > Can support nested group of spinned text. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload the plugin files to the `/wp-content/plugins/wordpress-text-spinner` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the Settings->Plugin Name screen to configure the plugin 1. Use 'Spinner Options' to set global variables 1. Use the 'Spinner Box' metabox to add custom spinner variables as well as overwrite the global spinner variables. 1. Add a text in the content editor with the syntax {phrase 1|phrase 2|phrase 3}, then click the spinned text preview button to see the spinned text content. 1. Click the 'Spin' button to spin again the content, until you get the text content you want. == Frequently Asked Questions == You'll find the [FAQ on BunnyDev.com](http://bunnydev.org/wordpress-text-spinner-plugin/ "BunnyDev wordpress spinner plugin"). == Screenshots == 1. view spin draft before live edit. 2. spinner plugin right sidebar. 3. global vars settings screen. == Changelog == = 1.0 = * our first plugin version.