=== prompty === Contributors: kei51 Donate link: Tags: post, code, sample, prompt Requires at least: 2.7.0 Tested up to: 3.1.2 Stable tag: 1.1 This plugin adds the prompt-like effect on the pre tag contents in your post. == Description == This plugin adds the prompt-like effect on the pre tag contents in your post. It is useful for showing command prompt or unix shell type of samples. Setup is just easy. You can just add the `prompty` CSS class to the pre tags that you want to have the effect in your post. Then, you will see the `Play` button on each pre tag contents when you view it, and you can click it to see the "prompty" effect. Demo video is available at YouTube. == Installation == 1. Download, unzip and upload the `prompty` folder to the `/wp-content/plugins/` directory. 2. Login to your WordPress administration screen and activate the plugin. or 1. Click `Add New` and search "prompty" from the WordPress administration screen and install it. == Frequently Asked Questions == = It doesn't work! = Please double check that your pre tag includes `prompty` CSS class. = Can I customize the speed? = Yes. Please open `prompty.php` from the plugin editor and follow the instruction. = Can I add my own prompt? = Yes. Please open `prompty.php` from the plugin editor and follow the instruction. = Can I customize the button font? text? color? = Yes. Please open `prompty.php` from the plugin editor and follow the instruction. = Where is the administration UI? = No administration UI is available at this moment. Please edit the `prompty.php` with the plugin editor for all the customizations. = Buttons are not positioned/aligned correctly = I see some small alignment issues especially on IE. Those are known issues and I will fix in later release. == Screenshots == 1. Add `prompty` class to the pre tag that you want to have the effect. 2. Then you see the `Play` button in the post. You can click to see the prompt-like effect. == Changelog == = 1.1 = * Fixed IE issues. = 1.0 = * Initinal version. == Upgrade Notice ==