array( 'deprecated' => true, 'url' => '~URL~/admin/links.php?url=~LINK~', 'transform' => array(), 'help' => 'http://lehollandaisvolant.net/blogotext/fr/', 'form' => 'advanced', 'method' => 'GET', ), 'clipboard' => array( 'HTMLtag' => 'button', 'url' => '~LINK~', 'transform' => array(), 'form' => 'simple', 'method' => 'GET', ), 'diaspora' => array( 'url' => '~URL~/bookmarklet?url=~LINK~&title=~TITLE~', 'transform' => array('rawurlencode'), 'help' => 'https://diasporafoundation.org/', 'form' => 'advanced', 'method' => 'GET', ), 'email' => array( 'url' => 'mailto:?subject=~TITLE~&body=~LINK~', 'transform' => array('rawurlencode'), 'form' => 'simple', 'method' => 'GET', ), 'facebook' => array( 'url' => 'https://www.facebook.com/sharer.php?u=~LINK~&t=~TITLE~', 'transform' => array('rawurlencode'), 'form' => 'simple', 'method' => 'GET', ), 'gnusocial' => array( 'url' => '~URL~/notice/new?content=~TITLE~%20~LINK~', 'transform' => array('urlencode'), 'help' => 'https://gnu.io/social/', 'form' => 'advanced', 'method' => 'GET', ), 'jdh' => array( 'url' => 'https://www.journalduhacker.net/stories/new?url=~LINK~&title=~TITLE~', 'transform' => array('rawurlencode'), 'form' => 'simple', 'method' => 'GET', ), 'Known' => array( 'url' => '~URL~/share?share_url=~LINK~&share_title=~TITLE~', 'transform' => array('rawurlencode'), 'help' => 'https://withknown.com/', 'form' => 'advanced', 'method' => 'GET', ), 'lemmy' => array( 'url' => '~URL~/create_post?url=~LINK~&name=~TITLE~', 'transform' => array('rawurlencode'), 'help' => 'https://join-lemmy.org/', 'form' => 'advanced', 'method' => 'GET', ), 'linkedin' => array( 'url' => 'https://www.linkedin.com/shareArticle?url=~LINK~&title=~TITLE~&source=FreshRSS', 'transform' => array('rawurlencode'), 'form' => 'simple', 'method' => 'GET', ), 'mastodon' => array( 'url' => '~URL~/share?title=~TITLE~&url=~LINK~', 'transform' => array('rawurlencode'), 'help' => 'https://joinmastodon.org/', 'form' => 'advanced', 'method' => 'GET', ), 'movim' => array( 'url' => '~URL~/?share/~LINK~', 'transform' => array('urlencode'), 'help' => 'https://movim.eu/', 'form' => 'advanced', 'method' => 'GET', ), 'pinboard' => array( 'url' => 'https://pinboard.in/add?next=same&url=~LINK~&title=~TITLE~', 'transform' => array('urlencode'), 'help' => 'https://pinboard.in/api/', 'form' => 'simple', 'method' => 'GET', ), 'pinterest' => array( 'url' => 'https://pinterest.com/pin/create/button/?url=~LINK~', 'transform' => array('rawurlencode'), 'help' => 'https://pinterest.com/', 'form' => 'simple', 'method' => 'GET', ), 'pocket' => array( 'url' => 'https://getpocket.com/save?url=~LINK~&title=~TITLE~', 'transform' => array('rawurlencode'), 'form' => 'simple', 'method' => 'GET', ), 'print' => array( 'HTMLtag' => 'button', 'url' => '#', 'transform' => array(), 'form' => 'simple', 'method' => 'GET', ), 'raindrop' => array( 'url' => 'https://app.raindrop.io/add?link=~LINK~&title=~TITLE~', 'transform' => array('rawurlencode'), 'form' => 'simple', 'method' => 'GET', ), 'reddit' => array( 'url' => 'https://www.reddit.com/submit?url=~LINK~', 'transform' => array('rawurlencode'), 'help' => 'https://www.reddit.com/wiki/submitting?v=c2ae883a-04b9-11e4-a68c-12313b01a1fc', 'form' => 'simple', 'method' => 'GET', ), 'shaarli' => array( 'url' => '~URL~?post=~LINK~&title=~TITLE~&source=FreshRSS', 'transform' => array('rawurlencode'), 'help' => 'http://sebsauvage.net/wiki/doku.php?id=php:shaarli', 'form' => 'advanced', 'method' => 'GET', ), 'twitter' => array( 'url' => 'https://twitter.com/share?url=~LINK~&text=~TITLE~', 'transform' => array('rawurlencode'), 'form' => 'simple', 'method' => 'GET', ), 'wallabag' => array( 'url' => '~URL~?action=add&url=~LINK~', 'transform' => array('rawurlencode'), 'help' => 'http://www.wallabag.org/', 'form' => 'advanced', 'method' => 'GET', ), 'wallabagv2' => array( 'url' => '~URL~/bookmarklet?url=~LINK~', 'transform' => array('rawurlencode'), 'help' => 'http://www.wallabag.org/', 'form' => 'advanced', 'method' => 'GET', ), 'web-sharing-api' => array( 'HTMLtag' => 'button', 'url' => '~LINK~', 'transform' => array(), 'form' => 'simple', 'method' => 'GET', ), 'whatsapp' => array( 'url' => 'https://wa.me/?text=~TITLE~ | ~LINK~', 'transform' => array('rawurlencode'), 'help' => 'https://faq.whatsapp.com/iphone/how-to-link-to-whatsapp-from-a-different-app/?lang=en', 'form' => 'simple', 'method' => 'GET', ), 'xing' => array( 'url' => 'https://www.xing.com/spi/shares/new?url=~LINK~', 'transform' => array('rawurlencode'), 'help' => 'https://dev.xing.com/plugins/share_button/docs', 'form' => 'simple', 'method' => 'GET', ), );