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 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'], |
