diff options
| author | 2022-10-14 00:51:43 +1100 | |
|---|---|---|
| committer | 2022-10-13 15:51:43 +0200 | |
| commit | eb773c5f65050566f6228dfb80d99edd8a1bfe6d (patch) | |
| tree | ff7f779ee90ce033297bf27e65f33b888fc06b82 /app/shares.php | |
| parent | ca1764f49226f490ba15b2b0dfc3b5553f30e2b3 (diff) | |
Added Linkding as a sharing method #4720 (#4721)
* Added Linkding as a sharing method #4720
* Fixed typo in docs #4720
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'), |
