Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Created January 28, 2024 17:29
Show Gist options
  • Save micahwalter/517cfb56eb8d032a58c96bf214c332fd to your computer and use it in GitHub Desktop.
Save micahwalter/517cfb56eb8d032a58c96bf214c332fd to your computer and use it in GitHub Desktop.
var fathomSnippet = document.createElement('script');
fathomSnippet.defer = true;
fathomSnippet.setAttribute('data-site', '<your-site-code>');
fathomSnippet.src = 'https://cdn.usefathom.com/script.js';
document.head.appendChild(fathomSnippet);
@bplnyc
Copy link

bplnyc commented Apr 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment