Kirbytext plugin to embed Are.na channels
Download and copy this repository to /site/plugins/arena
.
git submodule add https://github.com/kx550/kirby3-arena.git site/plugins/arena
composer require kx550/arena
You need the slug of the arena user and channel:
(arena: tim-duvendack/aesthetics-1483967740)
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%)
MIT