aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php
index 5403fd48c..cd09aa19c 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -126,4 +126,10 @@ return array(
'method' => 'POST',
'field' => 'status',
),
+ 'pocket' => array(
+ 'url' => 'https://getpocket.com/save?url=~LINK~&title=~TITLE~',
+ 'transform' => array('rawurlencode'),
+ 'form' => 'simple',
+ 'method' => 'GET',
+ ),
);