add_action('wp_head', 'add_gtm');
function add_gtm() {
?>
{{INSERT SCRIPT HERE}}
<?php
}
add_action( 'wp_body_open', 'add_gtm_no_script' );
function add_gtm_no_script() {
?>
{{INSERT SCRIPT HERE}}
<?php
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter