diff options
| author | 2018-05-28 21:13:42 +0200 | |
|---|---|---|
| committer | 2018-05-28 21:13:42 +0200 | |
| commit | d514dc50af4973fc78e9cd4fd4a93bf08a955ca4 (patch) | |
| tree | 2047e3b405d08a68caf184660069de24048bc4a8 /app/shares.php | |
| parent | 7ebc56e8d3c2f0126d70dc3d5f071f36631a294d (diff) | |
Add Pocket share (#1899)
* Add Pocket share
https://github.com/FreshRSS/FreshRSS/issues/1884#issuecomment-388988200
https://github.com/FreshRSS/FreshRSS/issues/1051
* Pocket i18n
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 6 |
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', + ), ); |
