Okay, so if the Share on Mastodon plugin has somehow stopped working for you, check out the “Use classic meta box” option under the plugin’s “Advanced” settings. And shoot me an email, or reach out on Mastodon or GitHub.
Tag: share on mastodon
-
Share on Mastodon v0.17.1
This one contains a couple bug fixes. I also refactored some of the plugin’s inner logic. If you run into problems, hit me up.
Also on Mastodon -
Share on Mastodon v0.17.0
I recently released a new version of Share on Mastodon. As of version 0.17.0, Gutenberg users will see a “proper” document settings sidebar panel instead of the previous “classic” meta box.
Also on Mastodon -
Displaying “Share on Mastodon” Links on WordPress’ Front End
There are several ways to show a link to a post’s corresponding Mastodon status—an example of a so-called “syndication link”—on your site’s front end.
Also on Mastodon -
A Gutenberg `publish_post` Equivalent
I’ve been porting bits and pieces (i.e., the main “meta box”) of Share on Mastodon to a “proper” Gutenberg “sidebar panel.” One of the things the “classic” meta box does, is display the resulting Mastodon URL after a post is published (or updated). In order to accomplish a similar thing in the block editor, I…
Also on Mastodon -
Overengineered “Shared-on-Mastodon” Notes
A “simple” add-on plugin that ensures “notes” are crossposted in full and correctly threaded, and converts HTML to Markdown before posting to Mastodon.
Also on Mastodon -
Version 0.15.0 of Share on Mastodon is out. …
Version 0.15.0 of Share on Mastodon is out. It comes with a “template” setting, which supports very basic tags. The per-post “custom message” feature has been improved, too. And image alt text is now fetched from the post content (with the Media Library value as a fallback).
Also on Mastodon -
Completely overhauled—disclaimer: this version’s not live, yet!—Share on …
Completely overhauled—disclaimer: this version’s not live, yet!—Share on Mastodon’s “image alt text” functions.
It’ll now always parse post content for images, and store each image’s
alt
(if any) attribute, and use that, regardless of what was stored—or not stored, courtesy of the “new” block editor—inwp_postmeta
.https://github.com/janboddez/share-on-mastodon/commit/917044f42790241e7be8d875c9ba7ea8d40b3c40
-
I’m deprecating the `share_on_mastodon_enabled` hook in favor of …
I’m deprecating the
share_on_mastodon_enabled
hook in favor of the “new” Share Always option. (The one thing making me reconsider was that the latter did in fact support a second, poorly documented,$post_id
argument, which could be used to, e.g., enable forced sharing only for certain post types. That said, don’t think anyone actually uses it.)Also on Mastodon -
Share on Mastodon v0.14.0
I released a new (and long overdue) Share on Mastodon version. Major changes are the following: Accidental sharing of older posts has become much more difficult Mastodon statuses can be (somewhat) customized from the Share on Mastodon meta box (on New/Edit Post screens) Previously, statuses could be customized (a whole lot) via filter hooks only.…
Also on Mastodon