Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the show-modified-date-in-admin-lists domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/1409431.cloudwaysapps.com/tzqpvfzfqj/public_html/wp-includes/functions.php on line 6121
Digital Garden

Digital Garden

What is this?

Micropub 101

micropub clients are meant to send POST requests of content, formatted in a Microformats2 structure, to the endpoint chosen by the user using the client

it’s up to the micropub server, to handle those requests, however it sees fit.

The WordPress Micropub plugin listens to requests to the REST API endpoint, which is the endpoint used, and creates a post in the default post type. Parses out all the data and assigns as needed.

Clients are only in charge of well formatted POST HTTP requests, servers do all the actual heavy lifting with the data

Last modified on 2020-09-19 at 5:18 pm

Categories: Snippets