janboddez / share-on-mastodon

Easily share WordPress posts on Mastodon.
https://jan.boddez.net/wordpress/share-on-mastodon
GNU General Public License v3.0
39 stars 5 forks source link

Alt Text on Images #42

Closed bgrinter closed 1 year ago

bgrinter commented 1 year ago

New to Mastodon and enjoying using this to share from WordPress

I see Alt text on images is a big thing on Mastodon, is there a way to add this?

timnolte commented 1 year ago

You need to add alt text on your images in WordPress like normal, and then that carries over to Mastodon just fine. The key concept is that alt text shouldn't be seen as being just a Mastodon thing.

janboddez commented 1 year ago

That is correct. If an image has an alt text in WordPress's media library, it should just show up on Mastodon as well.

For those interested, it is covered by https://github.com/janboddez/share-on-mastodon/blob/4353e6bbb8092651d27edc46a879301f79cee3e4/includes/class-post-handler.php#L451 and the code that immediately follows it.