Skip to content

Instantly share code, notes, and snippets.

@micahwalter
Created March 13, 2025 19:37
Show Gist options
  • Save micahwalter/9df7fcecbda88219725035169ae31dd9 to your computer and use it in GitHub Desktop.
Save micahwalter/9df7fcecbda88219725035169ae31dd9 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);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment