=== Add HTML, JavaScript and CSS to <head> ===
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 <head> HTML part of your site.
== Description ==
An easy, small, free and fast plugin to add/inject HTML, CSS or JavaScript code to the <head> HTML part of your site.
Some examples of possible use cases for this plugin are:
* Injecting custom CSS into the <head>.
* Inserting a <meta> tag into the <head> for Google Search Console validation.
* Adding Google Analytics JavaScript into <head>.
* Insert the <base> tag into <head>, to set a default URL and a default target for all links.
* Adding device-optimized favicons by using the <link> tag
* Injecting content with the <template> tag into <head>, 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.