aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> 2024-12-19 11:14:51 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-19 11:14:51 +0100
commitd69cdbdefb8c7ee5a207bdb0180b5745b7f25f6a (patch)
tree1fb9b6afa8d03e75e4409a79e9322073b20cd2f3 /app/shares.php
parent3b87372061b16d172899b29fe9b5414b9194abd4 (diff)
Add share link Bluesky (#7116)
* Add share link bluesky * Update * make fix-all --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php
index da2707b30..765327580 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -50,6 +50,12 @@ return [
'form' => 'simple',
'method' => 'GET',
],
+ 'bluesky' => [
+ 'url' => 'https://bsky.app/intent/compose?text=~LINK~',
+ 'transform' => ['urlencode'],
+ 'form' => 'simple',
+ 'method' => 'GET',
+ ],
'buffer' => [
'url' => 'https://publish.buffer.com/compose?url=~LINK~&text=~TITLE~',
'transform' => ['rawurlencode'],