feat: prima versione del plugin, blocco e shortcode con iframe stampato lato server

This commit is contained in:
Lorenzo Iovino 2026-09-04 15:32:47 +02:00
commit 5c73bbc2b8
20 changed files with 1562 additions and 0 deletions

17
assets/css/widget.css Normal file
View file

@ -0,0 +1,17 @@
/* The widget is an iframe: it only needs to be as wide as its column and to
have no border of its own. Everything else lives inside the frame. */
.pinfesta-embed {
display: block;
width: 100%;
border: 0;
overflow: hidden;
}
.pinfesta-empty {
margin: 0;
padding: 12px 14px;
border: 1px dashed currentColor;
border-radius: 8px;
font-size: 0.9em;
opacity: 0.75;
}