Description
Use the Favorite Toots block to quickly add a list of your favorite toots from Mastodon to any page on your website. The toots appear as a fully styled list. You can see how it looks by viewing my favorite toots on my website.
Toots in screenshots
- Screenshot 2: @[email protected], @[email protected]
- Screenshot 3: @[email protected]
- Screenshot 4: @[email protected], @[email protected]
About this Plugin
One of the primary ways I find new accounts to follow is by eavesdropping on other people’s favorites. Many platforms make favorites public but Mastodon doesn’t (yet?). I wanted to show my favorite toots publicly so that people can look through them. I’m hoping you’ll make your favorite toots public this way too.
Screenshots
Blocks
This plugin provides 1 block.
- Favorite Toots Adds embeds of your favorite toots from Mastodon.
FAQ
-
Why does this plugin exist?
-
By default Mastodon does not expose an account’s favorite toots. By using this plugin, you’re able to share your favorite toots on your website.
-
How do I determine my Mastodon instance URL?
-
Your Mastodon instance URL is usually the domain name that appears in your username. For example, my Mastodon username is @[email protected] so my instance URL is mastodon.social.
-
Where do I get an Mastodon API key?
-
- Log into your Mastodon instance.
- Click Preferences > Development
- Choose “New application”
- Application name: Favorite Toots WordPress (or, anything you’d like)
- Application Website: Your website URL
- Redirect URI: (leave as-is)
- Scopes: read:bookmarks read:favourites read:statuses
- Click Save.
- Copy and paste your “Access Token” into the settings of the Favorite Toots plugin at Settings > Favorite Toots.
-
Where can I provide feedback?
-
I welcome feedback, code, and feature suggestions! You can submit a thread to the WordPress Support Forums or on GitHub as an issue.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Favorite Toots” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Favorite Toots” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2.4
- Updates related to submission requests from the WordPress Plugin reviewers
0.2.3
- Updates related to submission requests from the WordPress Plugin reviewers
- Readme Updates
0.2.2
- Renamed to Favorite Toots
0.2.1
- Added nonce check to cache buster during block settings update
0.2.0
- Multiple instances of the block will now cache independently
- Updating a Mastodon Favorites Block’s settings will destroy that instance of the Block’s cache
- Updated the text-domain per www.ads-software.com “Plugin Check” test results.
- Fixed temporary Editor Block icon SVG
- New styling for Editor Block in the Editor
0.1.0
- Release