• Hi,

    your plugin is really useful. Thanks a lot for your implementation. But everything has room for improvements. Here’s a few suggestions :

    1. Responsive display integration. Actually, défining wdith and height won’t allow responsive display

    2. I know this suggestion would take a little more data to process, but it would be easier to configure a shortcode if the params were identified. ex. (linebreaks only for the purpose here) :

    [MultipleMarkerMap 
    
    /* general params */
    id="mycustomid"
    zoom="6"
    mainviewlat="46.7280396"
    mainviewlon="-69.4290448"
    width="690"
    height="500"
    
    /* marker1 */
    latlon1="45.0377596,-74.7562673"
    description1="mycustomdescription"
    icon1="http://google-maps-icons.googlecode.com/files/icon.png"
    
    /* marker1 */
    latlon2="45.0377596,-74.7562673"
    description2="mycustomdescription"
    icon2="http://google-maps-icons.googlecode.com/files/icon.png"
    
    ...
    ]

    Thanks a lot

    https://wordpress.org/plugins/google-maps-v3-shortcode-multiple-markers/

Viewing 1 replies (of 1 total)
  • Thread Starter pictogram

    (@pictogram)

    Hi,

    Me again with a few more suggestions :

    1. To allow the use of the comma “,” in the popup boxes, you should use the semi-colon “;” to separate the params. Otherwise, using a comma in the description will blank every markers.

    2. HTML tags with equal (=) and hyphen (“) signs won’t work, as in <a href="/home/">Home</a>, since it interferes with the params indicators. is there any that can be done to be able to use these tags ?

    Thanks again.

Viewing 1 replies (of 1 total)
  • The topic ‘Cleaner shortcode params’ is closed to new replies.