From 3bebc90474c354878fcdafa17574bb0a3b1d92f0 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 23 Jul 2018 22:49:23 +0200 Subject: Share with LinkedIn (#1960) https://developer.linkedin.com/docs/share-on-linkedin https://github.com/FreshRSS/freshrss.org/issues/40 --- app/shares.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/shares.php') 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', + ), ); -- cgit v1.2.3