=== Share on Mastodon === Contributors: janboddez Tags: mastodon, syndication, fediverse, posse, adopt-me Tested up to: 6.9 Stable tag: 0.20.1 License: GNU General Public License v3.0 License URI: https://www.gnu.org/licenses/gpl-3.0.html Automatically share WordPress posts on Mastodon. == Description == Automatically share WordPress posts on [Mastodon](https://joinmastodon.org/). You choose which post types are shared, and sharing can still be disabled on a per-post basis. Supports WordPress' new block editor, image uploads and alt text, "template tags," and comes with a number of filter hooks for developers. More details can be found on [this plugin's web page](https://jan.boddez.net/wordpress/share-on-mastodon). = Credit = Share icon by [Heroicons](https://heroicons.dev/), licensed under the terms of the MIT License. Elephant illustration sourced from Mastodon's [Press Kit](https://joinmastodon.org/press-kit.zip). == Installation == Within WordPress' admin interface, visit *Plugins > Add New* and search for "share on mastodon" to locate the plugin. (Alternatively, upload this plugin's ZIP file via the "Upload Plugin" button.) After activation, head over to *Settings > Share on Mastodon* to authorize WordPress to post to your Mastodon account. More detailed instructions can be found on [this plugin's web page](https://jan.boddez.net/wordpress/share-on-mastodon). == Changelog == = 0.20.1 = Fix post screen `%category%` template tag. = 0.20.0 = Support for PKCE. = 0.19.4 = Added the `%category%` "template tag" to share a post's _first_ category _as a hashtag_. = 0.19.3 = Improved detection of "in-post images." = 0.19.2 = Address potential conflict with other plugins' (or core WordPress') classic meta boxes. Prevent double ellipses in autogenerated excerpts. = 0.19.1 = Auto-disable share toggle ("block editor") for older posts. Fix default "share" value. Provide fallback when `mime_content_type()` is undefined. = 0.19.0 = Update `share_on_mastodon_enabled` filter. Improve compatibility with Syndication Links. Rework `Options_Handler`. = 0.17.4 = Also allow pages. = 0.17.3 = Fix max images option. = 0.17.2 = Fix permalinks with emoji in them. Somewhat smarter `%excerpt%` lengths. = 0.17.1 = Various bug fixes. = 0.17.0 = Introduce Gutenberg sidebar panel.