aboutsummaryrefslogtreecommitdiff
path: root/app/shares.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/shares.php')
-rw-r--r--app/shares.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/shares.php b/app/shares.php
index 80e8235af..71860c9e3 100644
--- a/app/shares.php
+++ b/app/shares.php
@@ -138,4 +138,10 @@ return array(
'form' => 'simple',
'method' => 'GET',
),
+ 'lemmy' => array(
+ 'url' => '~URL~/create_post?url=~LINK~&name=~TITLE~',
+ 'transform' => array('rawurlencode'),
+ 'form' => 'advanced',
+ 'method' => 'GET',
+ ),
);