Skip to content

Instantly share code, notes, and snippets.

View zehmatias's full-sized avatar

José Matias zehmatias

View GitHub Profile
@zehmatias
zehmatias / Versão do código utilizada com o evento do Google Analytics
Created June 10, 2021 22:13
Versão do código utilizada com o evento do Google Analytics
<!-- WhatsApp com tracking Analytics -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://api.whatsapp.com/send?1=pt_BR&phone=554199990000&text=Olá,%20gostaria%20de%20mais%20informações%20sobre%20..." onClick="gtag('event', 'whatsapp', {'event_category' : 'contato','event_label' : 'clique whatsapp'});" Style=" position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 1px 1px 2px #888;
z-index:1000;" target="_blank">
<i style="margin-top:16px" class="fa fa-whatsapp"></i>
</a>
@zehmatias
zehmatias / Versão do código apenas com o Código do Whatsapp
Created June 10, 2021 22:12
Versão do código apenas com o Código do Whatsapp
<!-- WhatsApp com tracking Analytics -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://api.whatsapp.com/send?1=pt_BR&phone=554199990000&text=Olá,%20gostaria%20de%20mais%20informações%20sobre%20..." Style=" position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 1px 1px 2px #888;
z-index:1000;" target="_blank">
<i style="margin-top:16px" class="fa fa-whatsapp"></i></a>
# --------------------------------------------------------
# PLANO DE MÍDIA COM NOVOS CANAIS E NO FORMATO DE VETORES E MATRIZES . 23/ABR/2020
# --------------------------------------------------------
# --------------------------------------------------------
# PARA O FUTURO
# Inputs do usuario para CPC, Tx. Conv, etc.
# [Feito!] erros nos valores dos investimentos (não bate com o total)
# interface com genie/html
# incluir mais infos no XLS
# incluir CPM, publico total e frequencia
@zehmatias
zehmatias / Contact Form 7: validation.css
Created October 7, 2015 18:09 — forked from landru247/Contact Form 7: validation.css
Contact Form 7: validation - removes the error/success message and removes the default field validation and replaces with colored fields
div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); }