No description
This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2020-09-24 16:06:35 +02:00
.github Initial commit 2020-09-23 12:55:53 +02:00
src Merge pull request #1 from andybalaam/list-instances 2020-09-24 16:06:35 +02:00
.browserslistrc Move browserslist to separate file 2020-09-23 18:09:46 +02:00
.gitignore Initial setup 2020-09-23 16:08:21 +02:00
gulpfile.js Add favicons 2020-09-23 19:13:50 +02:00
LICENSE Initial commit 2020-09-23 12:55:53 +02:00
package.json Minify sources 2020-09-23 18:10:19 +02:00
README.md Update README.md 2020-09-23 19:59:55 +02:00
yarn.lock Minify sources 2020-09-23 18:10:19 +02:00

toot

toot is a share page for Mastodon, allowing you to share stuff cross-instance. Just put in your post text and the instance URL and click "Toot!"

And if you open this page with text URL parameter, it will be auto-inserted in the text field. Same goes for the instance URL parameter. This can be used to build custom share buttons for Mastodon:

<a href="https://toot.karamoff.dev/?text=Hello%20world&instance=https%3A%2F%2Fmastodon.xyz">
  Share on Mastodon  
</a>

The instance URL can be saved in your localStorage to be automatically appended later — handy!

The toot icon is the altered Elephant emoji (🐘, U+1F418) from Twemoji, originally licensed under CC-BY 4.0


Powered by Vercel