#starrwulfeThe micropub is using content from the excerpt to fill in the syndication. If you don’t have anything in there you get just a bare link. If you have content in there, it gets cross posted.
#GWGActually, I checked it. The excerpt is always used if set. The problem is it isn't excerpting properly if not set.
#[snarfed]you probably don't want any HTML tags at all, right? ie more than just strip a few?
#GWG[snarfed]: I ran it through the default WordPress excerpt generator for now. Which defaults to 55 words. I need to figure out a better excerpt generation
#GWG[snarfed]: Since you deal with a lot of varying length content... what logic if any do you use? Or just a straight character count?
#[snarfed]I don't know that I generate excerpts in the same way you need to
#[snarfed]when I have to ellipsize/truncate for silos with limited char counts, I just use their limits
#Loqi[preview] [snarfed] #1661 Bluesky publish: support @-mentions, hashtags, links
#GWGCalculates the maximum character count for the service, renders content the way wp_trim_excerpt does, then strips it, breaking at the word, less the length of the URL.