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 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', + ), ); |
