diff options
Diffstat (limited to 'app/shares.php')
| -rw-r--r-- | app/shares.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/shares.php b/app/shares.php index 4f7fde3ed..9df83617a 100644 --- a/app/shares.php +++ b/app/shares.php @@ -75,12 +75,6 @@ return array( 'form' => 'simple', 'method' => 'GET', ), - 'g+' => array( - 'url' => 'https://plus.google.com/share?url=~LINK~', - 'transform' => array('rawurlencode'), - 'form' => 'simple', - 'method' => 'GET', - ), 'facebook' => array( 'url' => 'https://www.facebook.com/sharer.php?u=~LINK~&t=~TITLE~', 'transform' => array('rawurlencode'), @@ -144,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', + ), ); |
