You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd love to have a button to share posts on Mastodon, as it there already are for other social media. Especially given that Minetest's Twitter account apparently became abandoned and Minetest's official Mastodon on Fosstodon is pretty active.
But the biggest problem in implementing this is obviously instances. You can't have a static URL to Mastodon's official website as it is the case for other already implemented share buttons.
There kind of are a couple of solutions, each with it's advantages and disadvantages:
We could use an external service, such as Mastodon Share, toot and Advanced Sharer for Mastodon, though that would be dependent on the availability/uptime of the service. Will it stay online forever? If the service suddenly got down, would we be able to update to another one in the future? For now, Advanced Sharer for Mastodon seems like a feasible option, since it is hosted on GitHub (which is arguably less likely to be down).
There's also the option to simply do this step ourselves. It would be possible with simple JavaScript asking the user's instance on button click. But I don't know how welcoming this repository is to a little extra JavaScript just for this specific functionality.
How feasible do you think this is?
The text was updated successfully, but these errors were encountered:
Sounds like a good idea, I only didn't add a button because it's more complicated than just a link. Some JS is fine as long as it's freely licensed and hosted ourselves
Another option would be to link to the @minetest post so that people could boost that or comment there
I'd love to have a button to share posts on Mastodon, as it there already are for other social media. Especially given that Minetest's Twitter account apparently became abandoned and Minetest's official Mastodon on Fosstodon is pretty active.
But the biggest problem in implementing this is obviously instances. You can't have a static URL to Mastodon's official website as it is the case for other already implemented share buttons.
There kind of are a couple of solutions, each with it's advantages and disadvantages:
We could use an external service, such as Mastodon Share, toot and Advanced Sharer for Mastodon, though that would be dependent on the availability/uptime of the service. Will it stay online forever? If the service suddenly got down, would we be able to update to another one in the future? For now, Advanced Sharer for Mastodon seems like a feasible option, since it is hosted on GitHub (which is arguably less likely to be down).
There's also the option to simply do this step ourselves. It would be possible with simple JavaScript asking the user's instance on button click. But I don't know how welcoming this repository is to a little extra JavaScript just for this specific functionality.
How feasible do you think this is?
The text was updated successfully, but these errors were encountered: