thunderbird / thunderblog

A simple, responsive, mobile-first Wordpress theme for the Thunderbird Blog
https://blog.thunderbird.net
MIT License
9 stars 5 forks source link

Improve the sharing options at the bottom of a single post #31

Closed Alecaddd closed 1 year ago

Alecaddd commented 2 years ago

We should add a lot more sharing options at the bottom of a blog post, things like:

Also, the hover effect should have a CSS transition for the color, from the code it seems it should have it but visually it switches color immediately.

LinuxForEveryone commented 2 years ago

Good call. My suggestion:

devmount commented 2 years ago

I can implement those additional platforms and make them configurable in Wordpress, as soon as I'm free again to do so (see my comment here).

devmount commented 1 year ago

I implemented @KillYourFM's suggestions in #32. Do you also want Mastodon, Reddit and Pinterest? I don't know how to provide a sharing link to Mastodon since it's decentralized...

LinuxForEveryone commented 1 year ago

I implemented @KillYourFM's suggestions in #32. Do you also want Mastodon, Reddit and Pinterest? I don't know how to provide a sharing link to Mastodon since it's decentralized...

Thank you!

I don't consider Reddit and Pinterest important for sharing (we have people on Reddit who will share blog content already), but let's leave that decision for @Alecaddd to make.

As for Mastodon, it seems problematic right now due to its decentralized nature. A button can be generated for Wordpress, but that still requires that people know their instance URL, and still requires them to enter what the text of the post will be. (It seems easier to simply copy the content's URL and tab over to your instance and share it there.)

Alecaddd commented 1 year ago

I would add reddit, I think it's handy for a lot of users and the fact that we have a subreddit for Thunderbird makes sense having it.

Alecaddd commented 1 year ago

@micahilbery is experimenting with a share to mastodon custom code, he'll take care of adding something like that for the blog.

devmount commented 1 year ago

Alright, I also added Reddit and merged the PR ✔️