diff options
| author | 2023-06-20 09:06:23 +0200 | |
|---|---|---|
| committer | 2023-06-20 09:06:23 +0200 | |
| commit | fca8ae42073e11452d74a5e4a0ed4bfdfb88afa0 (patch) | |
| tree | 66d4beb7f32cc7dcf81d6c5ad6402bb82f7c68d3 /app/shares.php | |
| parent | de59076ae1e17397e3e0a50f31566e21626d8e9d (diff) | |
added: new sharing service: Omnivore (#5477)
* add Omnivore
* fix i18n
* Update app/i18n/en/gen.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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 2c9a984fc..ba2a49e3f 100644 --- a/app/shares.php +++ b/app/shares.php @@ -143,6 +143,13 @@ return [ 'form' => 'advanced', 'method' => 'GET', ], + 'omnivore' => [ + 'url' => '~URL~/api/save?url=~LINK~', + 'transform' => ['urlencode'], + 'help' => 'https://omnivore.app/', + 'form' => 'advanced', + 'method' => 'GET', + ], 'pinboard' => [ 'url' => 'https://pinboard.in/add?next=same&url=~LINK~&title=~TITLE~', 'transform' => ['urlencode'], |
