Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Solomon

    (@ahsun)

    i really need to implement it

    Plugin Author Weston Ruter

    (@westonruter)

    Add this to your theme’s functions.php (or to a new plugin):

    <?php
    add_action( 'amp_custom_styles', function() {
    	echo 'statcounter {width: 1px;height:1px;}';
    } );
    
    add_action( 'amp_post_template_footer', function() {
    	?>
    	<div id="statcounter">
    		<amp-pixel src="https://c.statcounter.com/PROJECT_ID/0/SECURITY_CODE/1/">
    		</amp-pixel>
    	</div>
    	<?php
    } );
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Statcounter code’ is closed to new replies.