Created
November 18, 2020 16:21
-
-
Save matheusolivesilva/b7d96118d4a39ba00ffe55acb8d9af7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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