>
Download This Plugin | |
Download Elegant Themes | |
Name | Micropub |
Version | 0.3 |
Author | Ryan Barrett |
Rating | 100 |
Last updated | 2015-02-28 01:43:00 |
Downloads |
42
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Micropub plugin added 401 bytes of resources to the Home page and 388 bytes of resources to the sample Post page.
Micropub plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Micropub plugin ads no tables to your Wordpress blog database.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 tagcontent
description
end
h
=entry and h
=eventin-reply-to
like-of
/like
location
is stored in WordPress standard geodata formatname
photo
published
repost-of
/repost
rsvp
slug
start
summary
url
Adds 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!