aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar Raineer <github@rain.bz> 2021-08-04 03:28:39 -0600
committerGravatar GitHub <noreply@github.com> 2021-08-04 11:28:39 +0200
commitd170934fb7e87de06b689cd91b614c66a0cb76cb (patch)
treeacf2d249e8d29134257b1363f46191af2e26318c /app/shares.php
parentc1eb260f4491d5b550383ed705f23ac41cafdefa (diff)
Added Raindrop.io as sharing option (#3717)
* Added Raindrop.io as sharing option * Added entires to i18n ignore files * Fix TODOs Co-authored-by: Michael Miller <commits@rain.bz> 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 472934008..f29bcd69a 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -146,4 +146,10 @@ return array(
'form' => 'simple',
'method' => 'GET',
),
+ 'raindrop' => array(
+ 'url' => 'https://app.raindrop.io/add?link=~LINK~&title=~TITLE~',
+ 'transform' => array('rawurlencode'),
+ 'form' => 'simple',
+ 'method' => 'GET',
+ ),
);