GNU social share (fixes #1422)
@@ -166,6 +166,7 @@ return array(
'wallabagv2' => 'wallabag v2',
'jdh' => 'Journal du hacker',
'Known' => 'Known based sites',
+ 'gnusocial' => 'GNU social',
),
'short' => array(
'attention' => 'Upozornění!',
'attention' => 'Achtung!',
'attention' => 'Warning!',
'Known' => 'Sites basés sur Known',
'attention' => 'Attention !',
'Known' => 'Siti basati su Known',
'attention' => 'Attenzione!',
'attention' => 'Attentie!',
'wallabag' => 'wallabag v1',
'attention' => 'Tehlike!',
@@ -95,4 +95,10 @@ return array(
'help' => 'https://withknown.com/',
'form' => 'advanced',
+ 'gnusocial' => array(
+ 'url' => '~URL~/notice/new?content=~TITLE~%20~LINK~',
+ 'transform' => array('urlencode'),
+ 'help' => 'https://gnu.io/social/',
+ 'form' => 'advanced',
+ ),
);