Maurizio Goletti - M.G. Consulenze
Corso Torino 212
10064 Pinerolo (To)
P.i. 11337200015
Numero Verde | 800 589 680 |
Telefono | 0121 77709 |
Cellulare H 24 | 333 1616355 |
var IS_IPAD = navigator.userAgent.match(/iPad/i) != null, IS_IPHONE = !IS_IPAD && ((navigator.userAgent.match(/iPhone/i) != null) || (navigator.userAgent.match(/iPod/i) != null)), IS_IOS = IS_IPAD || IS_IPHONE, IS_ANDROID = !IS_IOS && navigator.userAgent.match(/android/i) != null, IS_MOBILE = IS_IOS || IS_ANDROID;
var whatsappContact = document.getElementById('whatsappContact'); whatsappContact.style.display = 'none';
if( IS_IPHONE ) {
whatsappContact.href = 'whatsapp://app?abid=+393331616355'; whatsappContact.style.display = 'initial';
}
if( IS_ANDROID ) {
whatsappContact.href = 'intent://send/+393331616355#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end'; whatsappContact.style.display = 'initial';
}