diff options
| author | 2016-05-03 15:05:13 +0200 | |
|---|---|---|
| committer | 2016-05-03 15:05:13 +0200 | |
| commit | a81aa47f36d18028222393afcf5662fa1a0ae0b4 (patch) | |
| tree | c407104094c4758cada6cb30c2407fbb21171307 /data | |
| parent | 94348e5f4f7692d89b37bfb5d6194041c34319b1 (diff) | |
| parent | 138bbedac6a21b74b289c0b7f9d396f9e4f0f6b2 (diff) | |
Merge pull request #1150 from AmauryCarrade/feature-update-wallabagv2-share
A share for Wallabag v2
Diffstat (limited to 'data')
| -rw-r--r-- | data/shares.php | 9 |
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'), |
