A Micropub server plugin.
A Micropub server plugin. From micropub.net:
Micropub is an open API standard that is used to create posts on one's own domain using third-party clients. Web apps and native apps (e.g. iPhone, Android) can use Micropub to post short notes, photos, events or other posts to your own site, similar to a Twitter client posting to Twitter.com.
Once you've installed and activated the plugin, try using Quill to create a new post on your site. It walks you through the steps and helps you troubleshoot if you run into any problems. After that, try other clients like OwnYourGram, MobilePub, and Teacup.
Supports create, update, and delete, but not undelete. Supports these Micropub properties:
category maps to WordPress category if it exists, otherwise to WordPress tagcontentdescriptionendh=entry and h=eventin-reply-tolike-of/likelocation is stored in WordPress standard geodata formatnamephotopublishedrepost-of/repostrsvpslugstartsummaryurlAdds one WordPress filter, before_micropub($wp_args), and one hook,
after_micropub($post_id)
.
Delegates token handling to
tokens.indieauth.com. For ease of development,
if the WordPress site is running on localhost, it logs a warning if the access
token is missing or invalid and still allows the request.
Stores microformats2 properties in
post metadata
with keys prefixed by mf2_.
Details here.
Development happens at http://github.com/snarfed/wordpress-micropub . Feedback and pull requests are welcome!
Requires: 3.0.1 or higher
Compatible up to: 4.1.10
Last Updated: 1 year ago
Active Installs:
100+
Got something to say? Need help?