From 292f34a5aaebb1def9d3267fcf5613670afa424c Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:43:57 +0200 Subject: Added: Share via telegram app (#6838) * add telegram as sharing service * Update 08_sharing_services.md --- app/shares.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/shares.php') 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'], -- cgit v1.2.3