wordpress-micropub icon indicating copy to clipboard operation
wordpress-micropub copied to clipboard

A Micropub Endpoint plugin for WordPress

Results 31 wordpress-micropub issues
Sort by recently updated
recently updated
newest added

Not too sure why I'm seeing this only now, but it looks like `Micropub_Endpoint::mp_to_wp()` calls `Micropub_Endpoint::suggest_post_title`, which returns `$props['name']`, which I think in this case (trying to add a bookmark...

I've created a basic PHP Micropub client to talk to my WordPress Micropub endpoint. It uses form-urlencoded and calls the endpoint with file_get_contents() This works all as intended. When I...

Hello, I use the Micropub plugin as part of my WordPress site, www.starshipchangeling.net. When I attempt to upload a photo through something like Quill, I get a 403 forbidden response...

Implementing mp-destination support would make this command stable. However, the ony reason I didn't write it was because I don't have an alternative destination to send anything to right now....

Specifically the q=config query, per proposal in https://github.com/indieweb/micropub-extensions/issues/18 Agree there is no reason to use expires_in or other parameter.

Tried for the first time to attach an image to a Swarm post, and POSSE with OwnMySwarm. But it didn't seem to sideload as expected. Need to invest some time...

Per discussion in https://github.com/dshanske/indieweb-post-kinds/issues/323 I wanted to give creating events a go through Micropub. This did successfully create a post, but looking at the output of `q=source` it looks like...

It seems that wp2md is breaking the Markdown. An example: https://github.com/indieweb/wordpress-micropub#masterhttpstravis-ciorgindiewebwordpress-micropub What about adding the same Grunt task, we use for the Webmention plugin?