diff --git a/README.md b/README.md index c5e9501..34733f4 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Contributions are very welcome! See the [Contribution Guidelines](./.github/CONT - [Give this project a star](https://github.com/devmount/third-stats/stargazers) on GitHub ⭐ - [Write a short review](https://addons.thunderbird.net/en-US/thunderbird/addon/thirdstats/#reviews) on addons.thunderbird.net (ATN) ✏ -- [Tweet it](https://twitter.com/intent/tweet?text=ThirdStats%20-%20a%20Thunderbird%20add-on%20for%20beautifully%20visualized%20email%20account%20stats%20by%20%40devmount%20%23thunderbird%20%23statistics%20https://addons.thunderbird.net/thunderbird/addon/thirdstats) 💬 +- [Share it](https://mastodonshare.com/?text=ThirdStats%20-%20Beautifully%20visualized%20statistics%20for%20your%20Thunderbird%20Email%20Accounts%20%40devmount%40mstdn.io%20%23thunderbird&url=https://addons.thunderbird.net/thunderbird/addon/thirdstats) 💬 - Tell your friends and colleagues to try ThirdStats 💬 ### Become a tester diff --git a/src/parts/ProjectMeta.vue b/src/parts/ProjectMeta.vue index 916fe55..0bf385a 100644 --- a/src/parts/ProjectMeta.vue +++ b/src/parts/ProjectMeta.vue @@ -27,7 +27,8 @@ > - + + {{ t('cta.share') }} @@ -91,7 +92,7 @@ const version = inject('version'); const links = { donate: 'https://paypal.me/devmount', - share: 'https://twitter.com/intent/tweet?text=ThirdStats%20-%20a%20Thunderbird%20add-on%20for%20beautifully%20visualized%20email%20account%20stats%20by%20%40devmount%20%23thunderbird%20%23statistics%20https://addons.thunderbird.net/thunderbird/addon/thirdstats', + share: 'https://mastodonshare.com/?text=ThirdStats%20-%20' + t('extensionDescription.message') + '%20%40devmount%40mstdn.io%20%23thunderbird&url=https://addons.thunderbird.net/thunderbird/addon/thirdstats', star: 'https://github.com/devmount/third-stats/stargazers', review: 'https://addons.thunderbird.net/thunderbird/addon/thirdstats/#reviews', translate: 'https://github.com/devmount/third-stats/issues/343',