Skip to content

pfefferle/wordpress-webactions

Repository files navigation

Webactions

Contributors: pfefferle
Donate link: https://notiz.blog/donate/
Tags: webactions, indieweb
Requires at least: 4.7
Tested up to: 4.7
Stable tag: 1.0.0
License: MIT
License URI: http://opensource.org/licenses/MIT

Webactions for WordPress!

Description

A Webaction is the interface and user experience of taking a specific discrete action, across the web, from one site to another site or application.

Changelog

Project maintained on github at pfefferle/wordpress-webactions.

1.0.0

  • initial

Installation

Run the following command in the root of your WordPress directory:

$ composer require pfefferle/wordpress-webactions

or add the following to your composer.json:

"require": {
	"pfefferle/wordpress-webactions": "1.*"
}