Skip to content

Instantly share code, notes, and snippets.

@jasonseney
Created July 21, 2020 02:14
Show Gist options
  • Save jasonseney/8f95dc179845f6b19c066370a05e1269 to your computer and use it in GitHub Desktop.
Save jasonseney/8f95dc179845f6b19c066370a05e1269 to your computer and use it in GitHub Desktop.
Send Link to Whatsapp
window.location.href = 'https://wa.me?text=' + encodeURI(document.location.href);
@jasonseney
Copy link
Author

jasonseney commented Jul 21, 2020

Bookmarklet code:

javascript:(function()%7Bwindow.location.href%20%3D%20'https%3A%2F%2Fwa.me%3Ftext%3D'%20%2B%20encodeURI(document.location.href)%7D)()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment