diff options
| author | 2021-08-04 03:28:39 -0600 | |
|---|---|---|
| committer | 2021-08-04 11:28:39 +0200 | |
| commit | d170934fb7e87de06b689cd91b614c66a0cb76cb (patch) | |
| tree | acf2d249e8d29134257b1363f46191af2e26318c /app/shares.php | |
| parent | c1eb260f4491d5b550383ed705f23ac41cafdefa (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.php | 6 |
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', + ), ); |
