diff options
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 8c6b4eac6..55deed785 100644 --- a/app/shares.php +++ b/app/shares.php @@ -131,4 +131,10 @@ return array( 'form' => 'simple', 'method' => 'GET', ), + 'linkedin' => array( + 'url' => 'https://www.linkedin.com/shareArticle?url=~LINK~&title=~TITLE~&source=FreshRSS', + 'transform' => array('rawurlencode'), + 'form' => 'simple', + 'method' => 'GET', + ), ); |
