=== Simple Code Embed === Contributors: dartiss Donate link: http://tinyurl.com/bdc4uu Tags: Code, HTML, JavaScript, XHTML, Embed, YouTube Requires at least: 2.0.0 Tested up to: 2.9.2 Stable tag: 1.3 Embed code, whether HTML or JavaScript, directly in your posts and pages. Ideal for showing YouTube videos! == Description == As you probably know if you put code directly into your post or page, it is often simply displayed as written rather than actually actioned. So, if you put the embed code of a YouTube video in a post it won't display the video. This plugin makes use of the Custom Fields facility when creating/editing posts and pages. Add a custom field named `CODEx`, where x is a number between 1 and 20 (this allows you to have up to 20 pieces of embedded code per page or post). In the value field place your embedded code - this can be HTML, XHTML, JavaScript, etc. Server side languages, such as PHP, doesn't work. Now, in your post or page simply add a reference to `%CODEx%` (again where x is the number that you used before). Here's an example. I create a custom field named `CODE1` with a value of... `` `` `` `` `` Then, where I wish the video to appear in my post I simply add `%CODE1%`. Simple! == Installation == 1. Upload the entire simple-code-embed folder to your wp-content/plugins/ directory. 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 3. There is no options screen. == Frequently Asked Questions == = How can I get help or request possible changes = Feel free to report any problems, or suggestions for enhancements, to me either via my contact form or by the plugins homepage at http://www.artiss.co.uk/simple-code-embed == Changelog == = 1.0 = * Initial release = 1.1 = * The instructions have been corrected (thanks to John J. Camilleri for pointing it out!) * Plugin has been tested with version 2.8 of WordPress * No code changes have been made = 1.2 = * Simplification of code = 1.3 = * Increased limit of number of code embeds from 5 to 20 == Upgrade Notice == = 1.3 = * Upgrade if you'd like to be able to embed more than 5 scripts on a single page