=== Plugin Name === Contributors: Sunshow Donate link: http://blog.sunshow.net/2007/03/wordpress-runcode-plugin/ Tags: code Requires at least: 2.0.2 Tested up to: 2.8.4 Stable tag: 1.0.1 A plugin for WordPress, which can be used to show your code and run html,css,javascript code in a textarea. == Description == A plugin for WordPress, which can be used to show your code and run html,css,javascript code in a textarea. == Installation == 1. Extract and upload `runcode.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's all == Frequently Asked Questions == Null. == Screenshots == Watch a demo here: http://blog.sunshow.net/2007/03/wordpress-runcode-plugin/ == A Example == <runcode> <script> window.alert("Hello world!"); </script> <p>You can change the code before run.</p> </runcode> == Change Log == v1.0.1 Fix the wrong archive. v1.0 Add multi-language support. Add new feature: copy to clipboard.