aboutsummaryrefslogtreecommitdiff
path: root/data/shares.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/shares.php')
-rw-r--r--data/shares.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/shares.php b/data/shares.php
index 264c8fed7..1295a26ac 100644
--- a/data/shares.php
+++ b/data/shares.php
@@ -38,6 +38,15 @@ return array(
'help' => 'http://www.wallabag.org/',
'form' => 'advanced',
),
+ 'wallabagv2' => array(
+ 'url' => '~URL~/bookmarklet?url=~LINK~',
+ 'transform' => array(
+ 'link' => array('rawurlencode'),
+ 'title' => array(),
+ ),
+ 'help' => 'http://www.wallabag.org/',
+ 'form' => 'advanced',
+ ),
'diaspora' => array(
'url' => '~URL~/bookmarklet?url=~LINK~&title=~TITLE~',
'transform' => array('rawurlencode'),