Title: Cleaner shortcode params
Last modified: August 30, 2016

---

# Cleaner shortcode params

 *  [Alexandre Gauvin](https://wordpress.org/support/users/pictogram/)
 * (@pictogram)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cleaner-shortcode-params/)
 * 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/](https://wordpress.org/plugins/google-maps-v3-shortcode-multiple-markers/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Alexandre Gauvin](https://wordpress.org/support/users/pictogram/)
 * (@pictogram)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/cleaner-shortcode-params/#post-6803040)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/google-maps-v3-shortcode-multiple-
   markers.svg)
 * [Google Maps v3 Shortcode multiple Markers](https://wordpress.org/plugins/google-maps-v3-shortcode-multiple-markers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-maps-v3-shortcode-multiple-markers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-maps-v3-shortcode-multiple-markers/)
 * [Active Topics](https://wordpress.org/support/plugin/google-maps-v3-shortcode-multiple-markers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-maps-v3-shortcode-multiple-markers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-maps-v3-shortcode-multiple-markers/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Alexandre Gauvin](https://wordpress.org/support/users/pictogram/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/cleaner-shortcode-params/#post-6803040)
 * Status: not resolved