diff options
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php index afbfbde54..da2707b30 100644 --- a/app/shares.php +++ b/app/shares.php @@ -197,6 +197,12 @@ return [ 'form' => 'advanced', 'method' => 'GET', ], + 'telegram' => [ + 'url' => 'https://t.me/share/url?url=~LINK~&text=~TITLE~', + 'transform' => ['rawurlencode'], + 'form' => 'simple', + 'method' => 'GET', + ], 'twitter' => [ 'url' => 'https://twitter.com/share?url=~LINK~&text=~TITLE~', 'transform' => ['rawurlencode'], |
