kx550 / arena
Kirbytext plugin to embed Are.na channels
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 0
Forks: 0
Open Issues: 0
Type:kirby-plugin
Requires
This package is auto-updated.
Last update: 2025-04-05 19:58:50 UTC
README
Kirbytext plugin to embed Are.na channels
Installation
Download
Download and copy this repository to /site/plugins/arena
.
Git submodule
git submodule add https://github.com/kx550/kirby3-arena.git site/plugins/arena
Composer
composer require kx550/arena
Usage
You need the slug of the arena user and channel:
(arena: tim-duvendack/aesthetics-1483967740)
Additional attributes
You can use the following additional attributes:
- class: Set the class of the embed iframe (default: 'arena-embed')
- height: Set the height of the embed iframe (default: 400)
- width: Set the width of the embed iframe (default: 100%)
License
MIT