From 5f4daa9c63affbd083e915d2bde4be82d16a5b5e Mon Sep 17 00:00:00 2001 From: wtoscer Date: Thu, 29 Aug 2019 15:25:04 +0000 Subject: Add lemmy share (#2510) --- app/shares.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/shares.php') 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', + ), ); -- cgit v1.2.3