Skip to content

Instantly share code, notes, and snippets.

@georgejipa
Last active August 1, 2016 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save georgejipa/6ebda6822a0628a25b5ab7764cfb2015 to your computer and use it in GitHub Desktop.
Save georgejipa/6ebda6822a0628a25b5ab7764cfb2015 to your computer and use it in GitHub Desktop.
Elrond Burrell example
// place it in functions.php of your active theme
add_action('wpmm_head', 'wpmm_leadin_tracking_code');
function wpmm_leadin_tracking_code(){
// replace the tracking code with your tracking code
?>
<!-- Start of Leadin Embed -->
<script type="text/javascript" src="//js.leadin.com/js/v1/2455758.js" id="LeadinEmbed-2455758" crossorigin="use-credentials" async defer></script>
<!-- End of Leadin Embed -->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment