Skip to content

Instantly share code, notes, and snippets.

@rotemtam
Created February 28, 2015 17:45
Show Gist options
  • Save rotemtam/44cf04d0da61259bf165 to your computer and use it in GitHub Desktop.
Save rotemtam/44cf04d0da61259bf165 to your computer and use it in GitHub Desktop.
Whatsapp link creation
var shareOnWhatsApp = function(msg) {
window.location.href = 'whatsapp://send?text=' + encodeURIComponent(msg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment