=== Insert JS or CSS in post via Custom Field ===
Contributors: fedmich
Tags: Javascript, CSS, Post, Page, JS, stylesheet, stylesheets, style, inline, head
Requires at least: 2.0
Tested up to: 3.5.1
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: http://fedmich.com/tools/donate

== Description ==
This plugin will insert urls of JavaScript or CSS stylesheet files added into a particular posts or page via Custom Fields.
The scripts (link stylesheet) tags will be then added in your <head> tag
It doesn't require other plugin and it can be used as is.

== Installation ==
Just activate the plugin and add custom fields using "css" or "js" to your post (note: must be small letters)
and use the urls (absolute/full urls) of the javascript or stylesheets to use.

== Frequently Asked Questions ==
Your header.php must have the wp_head() tag in order for this to work

== Changelog ==
= 0.1 =
Initial version, used it on 5 of my personal/client sites.
