Parcourir la source

Add GNU social share

postblue il y a 9 ans
Parent
commit
6479e95428
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      data/shares.php

+ 6 - 0
data/shares.php

@@ -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',
+	),
 );