• Resolved Bobby Clapp

    (@dgodfather)


    Is there any documentation on this yet?

    Questions about things like:
    What parameters are there for shortcodes?
    Can you add a shortcode that creates a custom pin?
    Ability to do front-end map editing?

Viewing 1 replies (of 1 total)
  • 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!

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.