Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save matheusolivesilva/b7d96118d4a39ba00ffe55acb8d9af7c to your computer and use it in GitHub Desktop.

Select an option

Save matheusolivesilva/b7d96118d4a39ba00ffe55acb8d9af7c to your computer and use it in GitHub Desktop.
<script>
var whatsappButton = document.querySelectorAll('.redes-sociais i.fab.fa-whatsapp');
whatsappButton.forEach(function(whats) {
whats.addEventListener('click', function() {
fbq('track', 'Contact');
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment