GitHub Utilities
GitHub Utilities
Reference file for the creator.
Promo Content
HTML
<!--
SCRIPTNAME
Loaded from https://github.com/whboggs/marketing-toolkit
Created by whboggs — https://whboggs.com — Get in touch for a free tracking audit.
MIT License — Copyright (c) 2026 W.H. Boggs
https://github.com/whboggs/marketing-toolkit/blob/main/LICENSE
-->
JavaScript
/*!
* SCRIPTNAME
* Loaded from https://github.com/whboggs/marketing-toolkit
*
* DESCRIPTION
*
* Created by whboggs — https://whboggs.com — Get in touch for a free tracking audit.
*
* MIT License — Copyright (c) 2026 W.H. Boggs
* https://github.com/whboggs/marketing-toolkit/blob/main/LICENSE
*/
JS Delivr
For Testing:
https://cdn.jsdelivr.net/gh/whboggs/code-library@main/PASTEPATH
For Production use in GTM:
<script>
var s = document.createElement('script');
s.src = 'https://cdn.jsdelivr.net/gh/whboggs/code-library@v1/PASTEPATH';
s.async = true;
document.head.appendChild(s);
</script>