=== Google Tag Manager ===
Contributors: georgestephanis
Donate link: http://www.charitywater.org/donate/
Tags: google, tag manager, tag management, analytics, theme hook alliance, genesis
Requires at least: 2.7
Tested up to: 7.0
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

The Google Tag Manager plugin adds a field to the existing General Settings page for the ID and outputs the javascript to make it work.

== Description ==

[You can sign up for a Google Tag Manager account here.](https://www.google.com/tagmanager/ "Google Tag Manager")

This plugin makes it even easier to use Google Tag Manager, adding all the code itself -- all you need to do is provide the Account ID!

[youtube http://www.youtube.com/watch?v=KRvbFpeZ11Y]

== Installation ==

1. Upload `google-tag-manager.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to `Settings` > `General` and set the ID from your Google Tag Manager account.

== Frequently Asked Questions ==

= Why isn't the output displaying? =

Two possibilities: First, you haven't yet specified the ID in the admin panel, or second, your theme is missing a `<?php wp_footer(); ?>` call.

== Changelog ==

= 1.0.4 =
* Security: escape option value on output in settings field.
* Standards: update `register_setting()` to array form; use `sanitize_text_field` instead of `esc_attr` on save.
* Standards: replace `add_filter` with `add_action` for `admin_init` hook.
* Standards: rename class to `Google_Tag_Manager` (UpperCamelCase).
* Standards: extract HTML from translatable string in settings field.
* Performance: raise `wp_head` priority to 1 so GTM snippet loads as early as possible.
* Housekeeping: update Plugin URI to https and current path.

= 1.0.3 =
* Add support for the new `wp_body_open` hook in core.

= 1.0.2 =
* Switch to the new split-format for Google Tag Manager javascript and iframe format.
* Add support for Genesis and Theme Hook Alliance themes to echo the iframe sooner in the dom.

= 1.0.1 =
* Change to static methods to avoid errors in some versions of php

= 1.0 =
* Initial Public Release

== Upgrade Notice ==

= 1.0 =
Initial Public Release
