=== Add HTML, JavaScript and CSS to &lt;head&gt; ===
Contributors: rvbakker
Donate link: https://www.paypal.me/rvbakker
Tags: head, custom html, custom head
Requires at least: 4.6
Tested up to: 4.9
Stable tag: trunk
Requires PHP: 5.2.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple, small, free and fast plugin to add/inject HTML, CSS or JavaScript code to the &lt;head&gt; HTML part of your site.

== Description ==

An easy, small, free and fast plugin to add/inject HTML, CSS or JavaScript code to the &lt;head&gt; HTML part of your site.

Some examples of possible use cases for this plugin are:

* Injecting custom CSS into the &lt;head&gt;.
* Inserting a &lt;meta&gt; tag into the &lt;head&gt; for Google Search Console validation.
* Adding Google Analytics JavaScript into &lt;head&gt;.
* Insert the &lt;base&gt; tag into &lt;head&gt, to set a default URL and a default target for all links.
* Adding device-optimized favicons by using the &lt;link&gt; tag
* Injecting content with the &lt;template&gt; tag into &lt;head&gt;, in order to initially content from the user (and display it later using JavaScript).

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/add-html-to-head` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress
1. Use the Settings->Plugin Name screen to configure the plugin

Or just click install and activate in the WordPress plugin browser.

== Frequently Asked Questions ==

= Will the plugin always be free? =

Yes. If you find this plugin useful however, you may [donate](https://www.paypal.me/rvbakker) any amount you would like to donate. Or nothing at all, that's fine too. :-)

== Changelog ==

= 0.1.2 =
Improved settings page layout.

= 0.1.1 =
Added settings and support links.

= 0.1.0 =
Initial release.
