diff options
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php index 0d2b358bb..8685dba5d 100644 --- a/app/shares.php +++ b/app/shares.php @@ -94,6 +94,13 @@ return array( 'form' => 'advanced', 'method' => 'GET', ), + 'linkding' => array( + 'url' => '~URL~/bookmarks/new?url=~LINK~&auto_close', + 'transform' => array('rawurlencode'), + 'help' => 'https://github.com/sissbruecker/linkding/blob/master/docs/how-to.md', + 'form' => 'advanced', + 'method' => 'GET', + ), 'linkedin' => array( 'url' => 'https://www.linkedin.com/shareArticle?url=~LINK~&title=~TITLE~&source=FreshRSS', 'transform' => array('rawurlencode'), |
