script per siti che facilita la condivisione delle pagine web nelle istanze Mastodon toot ti permette di condividere URL su Mastodon, sunziona per qualsiasi istanza. Basta inserire il testo del tuo post e l'URL dell'istanza e cliccare su "Toot!". https://mastodon.it
Go to file
Nikita Karamov b592c86319
Merge pull request #2 from andybalaam/reword-remember
Reword the Remember checkbox
2020-09-24 08:50:30 +02:00
.github Initial commit 2020-09-23 12:55:53 +02:00
src Reword the Remember checkbox 2020-09-24 02:12:39 +01: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
LICENSE Initial commit 2020-09-23 12:55:53 +02:00
README.md Update README.md 2020-09-23 19:59:55 +02:00
gulpfile.js Add favicons 2020-09-23 19:13:50 +02:00
package.json Minify sources 2020-09-23 18:10:19 +02:00
yarn.lock Minify sources 2020-09-23 18:10:19 +02:00

README.md

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