Cart
0
Bio
Store
Tour
Where to Tour?
Contact
Cart
0
Bio
Store
Tour
Where to Tour?
Contact
Let me know where I should play!
If you know of any venues in your town, I'll get my team on it!
step 1: Rsvp
step 2: reply to my text with the city you want me to play
step 3: I’ll see you soon!
document.addEventListener('DOMContentLoaded', function () { console.log('Script loaded — running everywhere for testing.'); document.querySelectorAll('a').forEach(function (link) { link.addEventListener('click', function () { const href = link.getAttribute('href'); const isExternal = href && !href.startsWith('/') && !href.includes(window.location.hostname); console.log('Clicked link:', href); console.log('Is external?', isExternal); if (isExternal) { console.log('Firing Facebook event: OutboundButtonClick'); fbq('trackCustom', 'OutboundButtonClick', { destination: href }); } }); }); });