From a3a0232bbbc0e529e306cddc00ebffd5d34f0ed5 Mon Sep 17 00:00:00 2001 From: Sean Patrick Hagen Date: Mon, 5 Dec 2022 12:10:46 -0800 Subject: [PATCH] Add Mastodon sharing link Via tootpick.org --- data/sharing.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/sharing.json b/data/sharing.json index 34e60899..63c450e8 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -28,5 +28,10 @@ "icon": "twitter", "title": "sharing.twitter", "url": "https://twitter.com/intent/tweet/?url=%s&text=%s" + }, + "mastodon": { + "icon": "mastodon", + "title": "sharing.mastodon", + "url": "https://tootpick.org/#text=%s %s" } }