tabalinas / jssocials

Social Network Sharing jQuery Plugin

Home Page:http://js-socials.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram shareUrl changed

proArtex opened this issue · 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}

commented

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: #166 ?

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

@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}

commented

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

commented

Hi, the URL change is part of this PR: #196
@tabalinas needs to review / implement :)