#[snarfed]hey GWG, I tried using the Synd Links plugin to POSSE via Bridgy just now, and it's looking promising!...but I may have hit a bug. I unchecked the Syndicate To: Twitter via Bridgy checkbox, then published, and it triggered Bridgy Publish anyway. maybe because it adds the brid.gy synd link, and then the Webmentions plugin sends a wm to it?
#GWGUnchecked? There's no option to check it by default.
#[snarfed]I also notice there are two u-syndication links to bridgy, one in .entry-meta > .entry-date and one in .entry-content > .syndication-links . not sure if that's expected, ok if so
#GWGI've never seen that. I post with it all the time. Strange.
#GWGThe two links might be caused if somehow, the theme is adding the syndication links and so is the plugin
#[snarfed]I did check the box and then uncheck it before publishing. probably unrelated, but still
#[snarfed]oh, that's probably why then, synd links may prevent the wm to its own synd link, but not the one to the link injected by my theme?
#GWGSo, the plugin adds it, and to custom place it, you'd have to remove it from the_content filter
#GWGIf I changed anything since the last time you looked, it could have double-posted
#GWGEither way, I have to dissect that code anyway, as I wanted to add a few options to debug
#[snarfed]my concern is more, if the checkbox is unchecked, I don't want it trigger Bridgy Publish at all
#[snarfed]if I remove synd links's synd link and keep my own, I assume the wm plugin will always trigger Bridgy Publish then, even if the checkbox is unchecked. right?
#[snarfed]got it, thanks! sorry for not seeing that in the docs 😁
#[snarfed]oh, also, when I previewed the post (in WP) before I published it, I got a 500. I turned on debug logging in WP and reloaded the preview, and it rendered fine. 🤷