ben blogs

wherever you go, there you are

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

Also on: benharri.micro.blog

2 responses

  1. 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?

  2. ben

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

Leave a Reply

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

To respond on your own website, make a post that contains the link to this post and enter the URL of your response. Want to update or remove your response? Update or delete your post and re-enter your post’s URL again. (Learn More)