diff options
| author | 2015-10-17 15:24:49 +0200 | |
|---|---|---|
| committer | 2015-10-17 15:24:49 +0200 | |
| commit | 0d84f7e754240ec1835cbfb899a0e24375b73252 (patch) | |
| tree | cd97c5ee1f0849a7b289a89618136fbd95e771c9 /data | |
| parent | 7378b0c7237c8ba2b8bd313e584a20fc14b37477 (diff) | |
| parent | e17b8d9dab99ede03098a7765fdbc61198a2f168 (diff) | |
Merge pull request #1000 from aledeg/movim
Movim
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 6e0e9ea0c..ed060074e 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/~LINK~', + 'transform' => array('rawurlencode', 'urlencode'), + 'help' => 'https://github.com/edhelas/movim', + 'form' => 'advanced', + ), 'twitter' => array( 'url' => 'https://twitter.com/share?url=~LINK~&text=~TITLE~', 'transform' => array('rawurlencode'), |
