=== Plugin Name === Contributors: Sunshow Donate link: http://blog.sunshow.net/archives/367.html Tags: code Requires at least: 2.0.2 Tested up to: 2.6 Stable tag: 1.0 A plugin for WordPress, which can be used to show your code. == Description == A plugin for WordPress, which can be used to show your code. == 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/archives/367.html == A Example == <runcode> <script> window.alert("Hello world!"); </script> <p>You can change the code before run.</p> </runcode> == Change Log == v1.0 Add multi-language support. Add new feature: copy to clipboard.