aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-06-20 09:06:23 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-20 09:06:23 +0200
commitfca8ae42073e11452d74a5e4a0ed4bfdfb88afa0 (patch)
tree66d4beb7f32cc7dcf81d6c5ad6402bb82f7c68d3 /app/shares.php
parentde59076ae1e17397e3e0a50f31566e21626d8e9d (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.php7
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&amp;url=~LINK~&amp;title=~TITLE~',
'transform' => ['urlencode'],