Plugin Name: Raw Code Plugin URL: http://businessmarketingsystems.net/raw-html Description: Insert complete code (HTML, CSS, Javascript, etc.) directly to Wordpress posts and pages. Examples of usage include inserting web form code created in another system (email marketing system, CRM system, etc.). Author: Tak L Hong and Ed Phelps Version: 1.3 License: GPL v2 Author URI: http://businessmarketingsystems.net Min WP Version Required: 2.7 Report bugs and submit comments: support@businessmarketingsystems.net ========================================================= DESCRIPTION The Raw Code plugin allows complete code (HTML, CSS, and Javascript) to be placed directly into Wordpress posts, pages, and widget content. By default Wordpress parses content entered into posts and pages and automatically inserts '

' and '

' paragraph tags around what it deems to be paragraph content. This breaks HTML, CSS, javascript, and other code, preventing it from functioning. Follow these simple instructions to setup and use the Raw Code plugin. ========================================================= INSTALLATION 1. Unzip the "rawcode-1.0.tar.gz" file. 2. Upload the "rawcode" directory (folder and all contents) to your Wordpress site "plugins" directory located at: wordpress-site-directory/wp-content/plugins on your server. 3. Login to your Wordpress site admin area at: wordpress-site-directory/wp-admin. Enter an admin username and password. Next, click the "Plugins" link. 4. On the Plugins administration page locate and activate the "Raw Code" plugin. ========================================================= USING THE RAW CODE PLUGIN 1. Login to your Wordpress site admin area at: wordpress-site-directory/wp-admin. Enter an admin username and password. Next, click the "Raw Code" link. 2. Place your code into one of the 10 available content replacement text areas. 3. Copy the replacement tag code - located directly under the replacement text area. 4. Paste or enter the appropriate replacement tag code into a post or page content. (See codes listed below) 5. Publish your post or page content. 5. Click the "View Site" link (located top-left of Wordpress site admin pages) to review and test your code content. REPLACEMENT TAG CODES: @@rawcode_1 @@rawcode_2 @@rawcode_3 @@rawcode_4 @@rawcode_5 @@rawcode_6 @@rawcode_7 @@rawcode_8 @@rawcode_9 ========================================================= Email us at comments@businessmarketingsystems.net and tell us what you think of the Raw Code Plugin. Send questions or support inquiries to support@businessmarketingsystems.net Changes in 1.2 ========================================================= 1. Bug fix - Remove un-neccessory html_entity_decode(). Changes in 1.3 ======================================================== 1. Add description field for code block in admin.