Title: Documentation Inquiry
Last modified: July 4, 2026

---

# Documentation Inquiry

 *  Resolved [Bobby Clapp](https://wordpress.org/support/users/dgodfather/)
 * (@dgodfather)
 * [1 day, 18 hours ago](https://wordpress.org/support/topic/documentation-inquiry-2/)
 * 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](https://wordpress.org/support/users/mxlawr/)
 * (@mxlawr)
 * [1 day, 14 hours ago](https://wordpress.org/support/topic/documentation-inquiry-2/#post-18955740)
 * 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](https://www.youtube.com/playlist?list=PLjoMJbnqiriR31tzlMRLr8zQ6ji5lZ3DE)
   And some articles: [PicPoints Articles](https://yalogica.com/blog/category/picpoints/)
 * 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).
 *     ```wp-block-code
       $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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdocumentation-inquiry-2%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/picpoints/assets/icon-256x256.png?rev=3551607)
 * [PicPoints - Interactive Image Maps, Floor Plans Builder](https://wordpress.org/plugins/picpoints/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/picpoints/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/picpoints/)
 * [Active Topics](https://wordpress.org/support/plugin/picpoints/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/picpoints/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/picpoints/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [Max](https://wordpress.org/support/users/mxlawr/)
 * Last activity: [1 day, 14 hours ago](https://wordpress.org/support/topic/documentation-inquiry-2/#post-18955740)
 * Status: resolved