aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2015-10-14 01:11:31 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2015-10-14 01:11:31 -0400
commit468015dad6a76700f1e3e304c497e08e6636d1a2 (patch)
treea4e70801d7d45d98076b42ad8ba54acf2e03e611 /data
parent7378b0c7237c8ba2b8bd313e584a20fc14b37477 (diff)
Add Movim share
See #992
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 6e0e9ea0c..b3df54188 100644
--- a/data/shares.php
+++ b/data/shares.php
@@ -44,6 +44,12 @@ return array(
'help' => 'https://diasporafoundation.org/',
'form' => 'advanced',
),
+ 'movim' => array(
+ 'url' => '~URL~/index.php/share?url=~LINK~',
+ 'transform' => array('rawurlencode'),
+ 'help' => 'https://github.com/edhelas/movim',
+ 'form' => 'advanced',
+ ),
'twitter' => array(
'url' => 'https://twitter.com/share?url=~LINK~&amp;text=~TITLE~',
'transform' => array('rawurlencode'),