aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-02-18 16:57:19 +0100
committerGravatar GitHub <noreply@github.com> 2017-02-18 16:57:19 +0100
commit201f3027b898cc1465b657d04c5bfa589512ee9f (patch)
treef510905e77cde88c2bc77c11378aefdfff993dd4 /data
parent201009dce8a0afff9daf2d22156b2f76e9d59901 (diff)
parent5d78a7a0344ce73ae0a60b163461efabefb2571f (diff)
Merge pull request #1428 from postblue/gnusocial-share
GNU social share (fixes #1422)
Diffstat (limited to 'data')
-rw-r--r--data/shares.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/shares.php b/data/shares.php
index 4db0d36f0..7ea57651a 100644
--- a/data/shares.php
+++ b/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',
+ ),
);