diff options
| author | 2017-02-18 11:16:22 +0100 | |
|---|---|---|
| committer | 2017-02-18 11:16:22 +0100 | |
| commit | 6479e954285e8f755f114976a9efed07b2389866 (patch) | |
| tree | 7c78eb23635beadeadd19c044d294198cda631fc /data | |
| parent | 201009dce8a0afff9daf2d22156b2f76e9d59901 (diff) | |
Add GNU social share
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', + ), ); |
