function createButton() { var btn = document.createElement('button'); var lbl = document.createTextNode("CLICK ME"); btn.appendChild(lbl); btn.style.position = "absolute"; btn.style.bottom = "20px"; btn.style.right = "-100px"; document.body.appendChild(btn); var moveButton = function() { var position = parseInt(btn.style.right); if (position >= 20) { clearInterval(intervalId); } else { btn.style.right = (position + 1) + 'px'; } } var intervalId = setInterval(moveButton, 10); btn.onclick = function() { window.open('https://api.whatsapp.com/send?text='+window.location.href); } }
top of page
!
Widget Didn’t Load
Check your internet and refresh this page.
If that doesn’t work, contact us.
WhatsApp.svg.png
logo.bmp
PEIXE BRANCO.png
ID BRANCO.png
Rodapé_v2.png
Rodapé.png
bottom of page