ソースを参照

Add GNU social share

postblue 9 年 前
コミット
6479e95428
1 ファイル変更6 行追加0 行削除
  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',
+	),
 );