From c1f8427e77c33b577b13727634f4e65e1648fbfa Mon Sep 17 00:00:00 2001 From: Natalie Martin Date: Sun, 25 Jun 2023 21:23:10 -0700 Subject: [PATCH] Fix Mastodon Share Fix two issues with the Mastodon share link. Mastodon was not given a new line unlike all the other share links, so it was showing up right next to Tumblr. Second, the code that generated query params seems to have been copied from Tumblr or Facebook without properly testing it and does not fill in the textbox correctly. Fix this so the prefilled "Toot" matches what Twitter share would post. --- views/_share.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/_share.erb b/views/_share.erb index 6092edb3..8fa0e3ef 100644 --- a/views/_share.erb +++ b/views/_share.erb @@ -12,4 +12,5 @@ " target="_blank">Reddit
" target="_blank">Tumblr -" target="_blank">Mastodon +
+" target="_blank">Mastodon