diff --git a/data/sharing.json b/data/sharing.json index 63c450e8..fa7ea432 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -14,6 +14,11 @@ "title": "sharing.linkedin", "url": "https://www.linkedin.com/shareArticle?mini=true&url=%s&title=%s" }, + "mastodon": { + "icon": "mastodon", + "title": "sharing.mastodon", + "url": "https://tootpick.org/#text=%s %s" + }, "pinterest": { "icon": "pinterest", "title": "sharing.pinterest", @@ -28,10 +33,5 @@ "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" } }