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=jsonwherever you go, there you are
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=jsonAlso on: benharri.micro.blog
Posting from a micropub client like https://quill.p3k.io syndicates and saves the links so something is happening from the block editor maybe?
bridgy fed and micro.blog don’t dump the url in the logs so this won’t work for those.
Leave a Reply