jssocials icon indicating copy to clipboard operation
jssocials copied to clipboard

Telegram shareUrl changed

Open proArtex opened this issue 6 years ago • 4 comments

According to this https://telegram.me/share/url?url=urlOfTheWebsite&text=TextToAccompany shareUrl for telegram was changed and it is already doesn't work on desktop apps. Now it is tg://msg_url?url={url}&text={text}

proArtex avatar Mar 07 '18 20:03 proArtex

Hi, am I correct when saying that what you want is an additional telegram icon: for the desktop / browser? a similar change I did for facebook messenger here: https://github.com/tabalinas/jssocials/pull/166 ?

so you have 'telegram' > pointing to tg://... and 'telegram_browser' > pointing to telegram.me/share...

Ruud68 avatar Mar 08 '18 08:03 Ruud68

@Ruud68 nope, it is about default shareUrl for telegram. The link above is from telegram doc, so check the url from "share" btn: tg://msg_url?url=urlOfTheWebsite&text=TextToAccompany. Now it is: tg://msg?text={url} {text}

proArtex avatar Mar 08 '18 09:03 proArtex

A okay, I see. Thanks for clearifying. I can do the PR for that

Ruud68 avatar Mar 08 '18 10:03 Ruud68

Hi, the URL change is part of this PR: https://github.com/tabalinas/jssocials/pull/196 @tabalinas needs to review / implement :)

Ruud68 avatar Mar 08 '18 10:03 Ruud68