Skip to content

Instantly share code, notes, and snippets.

@PhilippBaranovskiy
Created December 22, 2016 05:40
Show Gist options
  • Save PhilippBaranovskiy/c9fd9ecb50ed6415ab56f45675f2e4c3 to your computer and use it in GitHub Desktop.
Save PhilippBaranovskiy/c9fd9ecb50ed6415ab56f45675f2e4c3 to your computer and use it in GitHub Desktop.
Telegram share bookmarklet
javascript:location.href='https://telegram.me/share/url?url='+encodeURIComponent(location.href)+'&text='+encodeURIComponent(document.title);
@salmankhwaja
Copy link

A very nice code. I was looking for it. Googled it and stumbled over here.. Thanks for Sharing.

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