diff options
| author | 2017-02-18 16:57:19 +0100 | |
|---|---|---|
| committer | 2017-02-18 16:57:19 +0100 | |
| commit | 201f3027b898cc1465b657d04c5bfa589512ee9f (patch) | |
| tree | f510905e77cde88c2bc77c11378aefdfff993dd4 /data | |
| parent | 201009dce8a0afff9daf2d22156b2f76e9d59901 (diff) | |
| parent | 5d78a7a0344ce73ae0a60b163461efabefb2571f (diff) | |
Merge pull request #1428 from postblue/gnusocial-share
GNU social share (fixes #1422)
Diffstat (limited to 'data')
| -rw-r--r-- | data/shares.php | 6 |
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', + ), ); |
