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

Apply wptexturize to excerpts? #84

Closed janboddez closed 1 year ago

janboddez commented 1 year ago

I'm not sure if WordPress runs excerpts through wptexturize on display or if I added the filter to my theme somehow. :-P

But we might wanna look into having get_excerpt() return a "prettier" excerpt.

janboddez commented 1 year ago

https://github.com/janboddez/share-on-mastodon/commit/70a41e6d532a7572d253513e8d04341104814598 should fix this