24 lines
686 B
Markdown
24 lines
686 B
Markdown
# WordPress SpaceAPI Consumer
|
|
|
|
# wp-spaceapi-consumer
|
|
|
|
Small WordPress plugin to consume an SpaceAPI endpoint and indicate on the WordPress website if the Space is Open or Closed
|
|
|
|
## Usage
|
|
|
|
### WordPress Editor Block (Gutenberg)
|
|
|
|
You can use the `Space Status` block in the WordPress editor to display the status of the SpaceAPI endpoint.
|
|
|
|
### Shortcode
|
|
|
|
You can use the shortcode `[space_status]` to display the status of the SpaceAPI endpoint on your WordPress site.
|
|
|
|
### Widget
|
|
|
|
You can also use the widget `SpaceAPI Status` to display the status of the SpaceAPI endpoint in your WordPress sidebar or footer.
|
|
|
|
## Changes
|
|
|
|
### 0.4.x
|
|
- Added WordPress Editor Block (Gutenberg) support |