workaround for syndication links not saving the urls. …

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

Comments

2 responses to “workaround for syndication links not saving the urls. …”

  1. ben

    bridgy fed and micro.blog don’t dump the url in the logs so this won’t work for those.

  2. ben

    Posting from a micropub client like https://quill.p3k.io syndicates and saves the links so something is happening from the block editor maybe?

Leave a Reply

Your email address will not be published. Required fields are marked *