Plugin Support
Max
(@mxlawr)
Hello.
The full documentation is not ready yet. I am working on it and hope it will be finished next week.
Anyway, I created a YouTube playlist with some tutorials: YouTube Playlist
And some articles: PicPoints Articles
Regarding the shortcode, it currently supports 4 parameters now:
- id: the ID of the map (the map should have a “publish” state)
- width / height: any valid CSS value.
- class: CSS classes separated by spaces.
- sceneid: the ID of the scene you want to load (if you want to override the default scene defined in the config file).
$defaults = [
'id' => null,
'width' => '100%',
'height' => '400px',
'class' => '',
'sceneid' => ''
];
If you have any suggestions or feedback, please let me know, I’m always open to them!