From 46c8f6e77b74c97993414af1c3a3a8a047414baf Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sun, 3 Jan 2021 12:20:15 -0500 Subject: Add clipboard sharing (#3330) When the discussion #3327 started, I thought that the clipboard share is a good idea. It never occurred to me because I do not use a smartphone. It might need some polishing but it seems pretty usable as-is. See #3327 --- 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 daca836bf..472934008 100644 --- a/app/shares.php +++ b/app/shares.php @@ -140,4 +140,10 @@ return array( 'form' => 'advanced', 'method' => 'GET', ), + 'clipboard' => array( + 'url' => '~LINK~', + 'transform' => array(), + 'form' => 'simple', + 'method' => 'GET', + ), ); -- cgit v1.2.3