Add link to marker shortcode
-
Hi, first of all, thank you for this plugin, it’s great!
One thing I miss in the plugin and I use a lot is that the marker had a link and when you click on it link opens in new tab.
I have to add it manually in a script like this:
…
marker.on('click', function () {
window.open("https://domain.com/");
});
…It would be great if the marker shortcode had a param link like this:
[leaflet-marker link=”#”]I hope you like this suggestion and implement it.
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Add link to marker shortcode’ is closed to new replies.