Another test from Omnibear with syndication to Twitter. After both the micropub-helper fix and Omnibear fix are combined.
Another test with posting to Twitter from Omnibear using builtin syndication.
Having fixed this bug, I found another. It seems the node modules "qs" (<https://www.npmjs.com/package/qs>) supports multiple arrayFormats. The one used by default in the micropub-helper is "indices", which serializes to array values like this: array[0]=val0&array[1]=val1. This syntax is not supported for Micropub.
If you use the arrayFormat "brackets", serializes to the more familiar array[]=val0&array[]=val1.

<https://github.com/grantcodes/micropub/issues/8>
<https://github.com/grantcodes/micropub/pull/9>
After some debugging I found that Omnibear deleted the mp-syndicate-to and mp-slug values to be backward compatible. Let's see if I can make a pull request and patch the problem.
It seems Omnibear sends syndication targets in such a way that my micropub server doesn't receive them. Perhaps it doesn't send send them. It will at least take some more investigation.

Peter Stuifzand liked a post on search.cpan.org

HASH(0x55b202063dd8)
With the changes from today I can send updates to my blog and to Twitter at the same time. The link to the tweet is remembered and added to the footer as a small Twitter logo.
Now when I link to websites that implement OpenGraph tags, I will show a little card with that information. This improves the website a bit, especially for websites that provide nice information.
Using #docker with nginx-proxy is pretty simple. Add some docker compose files and you have automatic SSL and hosting of docker images, webmail, continuous integration and delivery, and a simple #indieweb feed with microsub.

Load more