https://developer.linkedin.com/docs/share-on-linkedin https://github.com/FreshRSS/freshrss.org/issues/40
@@ -168,6 +168,7 @@ return array(
'g+' => 'Google+',
'gnusocial' => 'GNU social',
'jdh' => 'Journal du hacker',
+ 'linkedin' => 'LinkedIn',
'mastodon' => 'Mastodon',
'movim' => 'Movim',
'pocket' => 'Pocket',
@@ -167,6 +167,7 @@ return array(
'Known' => 'Known based sites',
@@ -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',
+ ),
);