An open API service indexing awesome lists of open source software.

https://github.com/kudinovfedor/wp-gtm

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!
https://github.com/kudinovfedor/wp-gtm

analytics google google-tag-manager gtm plugin tag-manager wordpress-plugin

Last synced: about 2 months ago
JSON representation

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!

Awesome Lists containing this project

README

          

# Google Tag Manager (GTM) plugin for Wordpress

## Installation
Upload *fk-google-tag-manager* to the /wp-content/plugins/ directory

Activate the plugin through the 'Plugins' menu in WordPress

## Usage

Add a hook **`do_action('wp_body')`** after opening tag **<body>**

```php

... other code
```

Go to Settings > General and set the ID from your Google Tag Manager account.

Use comma without space (,) to enter multiple IDs.