workaround for syndication links not saving the urls.
#!/bin/sh
wp post meta get $1 syndication_log --format=json \
| jq -r '[.[] | .data.url?]' \
| wp post meta add $1 mf2_syndication --format=json
workaround for syndication links not saving the urls.
#!/bin/sh
wp post meta get $1 syndication_log --format=json \
| jq -r '[.[] | .data.url?]' \
| wp post meta add $1 mf2_syndication --format=json
2 replies on “workaround for syndication links not saving the urls. …”
bridgy fed and micro.blog don’t dump the url in the logs so this won’t work for those.
Posting from a micropub client like https://quill.p3k.io syndicates and saves the links so something is happening from the block editor maybe?