diff options
| author | 2023-04-12 00:00:54 +0200 | |
|---|---|---|
| committer | 2023-04-12 00:00:54 +0200 | |
| commit | 5f33ca921a2a7f3c07670406c290a9987eaa1c6f (patch) | |
| tree | 29bf9e762851aea2172db771cb33fb36bb7a44bc /app/shares.php | |
| parent | 96dfecc875f29321cd2a11441222300734aed767 (diff) | |
add Buffer.com as sharing service (#5286)
* add Buffer as sharing service
* docs
* add link the the sharing services list
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php index 426971b04..e64503f32 100644 --- a/app/shares.php +++ b/app/shares.php @@ -50,6 +50,13 @@ return array( 'form' => 'advanced', 'method' => 'GET', ), + 'buffer' => array( + 'url' => 'https://publish.buffer.com/compose?url=~LINK~&text=~TITLE~', + 'transform' => array('rawurlencode'), + 'help' => 'https://support.buffer.com/hc/en-us/articles/360035587394-Scheduling-posts', + 'form' => 'simple', + 'method' => 'GET', + ), 'clipboard' => array( 'HTMLtag' => 'button', 'url' => '~LINK~', |
