webaction handler
This article is a stub. You can help the IndieWeb wiki by expanding it.
webaction handler is a url that returns the json config you want to use for your own webactions.
Examples
- Malcolm Blaney provides a webaction handler on https://mblaney.xyz as of 2019-12-06:
- The handler can be found at the url: https://mblaney.xyz/php/webaction.php
- It will return the following webaction config as json:
{"follow":"http://mblaney.xyz/index.php?page=reader&follow={url}", "like":"http://mblaney.xyz/index.php?page=reader&like={url}", "repost":"http://mblaney.xyz/index.php?page=reader&repost={url}", "reply":"http://mblaney.xyz/index.php?page=reader&reply={url}", "status":"http://mblaney.xyz/php/status.php?{url}"}
- The webaction handler can be discovered from a home page, the url: https://mblaney.xyz provides a link header with
rel="webaction"
to discover the handler mentioned above.