/* Add custom Js code below */ document.addEventListener('DOMContentLoaded', function() { var div = document.createElement('div'); div.id = 'wa-angel'; var a = document.createElement('a'); a.href = 'https://api.whatsapp.com/send/?phone=966536720990&text&type=phone_number&app_absent=0'; a.setAttribute('aria-label', 'Angel Whatsapp'); a.setAttribute('rel', 'noopener'); a.setAttribute('target', '_blank'); var i = document.createElement('i'); i.className = 'sicon-whatsapp2'; a.appendChild(i); div.appendChild(a); document.body.appendChild(div); });