Page 1 of 1

Google Maps plug-inn

Posted: Thu Aug 09, 2018 2:27 pm
by Troldand
I use embedded Google Maps at my website (eg. http://www.troldand.dk/new/en/?Retirement_Cruise). In earlier days it was possible to edit tekst (eg Bold, Italic etc) and make proper links to relevant URL's within the markers I have added to my Google Map. These features that have now been removed by Google and it is now only possible to add "full URL's" (short URl's might be an option to replace very long URL's, something that has been discussed in another CMSimple-topic). However, it seems as if WordPress has an add-on that makes it possible to edit and add links within an embedded Google Map (https://wordpress.org/plugins/wp-google-maps/). Would it be possible to make a similar add-on to CMSimple?

Re: Google Maps plug-inn

Posted: Thu Aug 09, 2018 4:29 pm
by frase

Re: Google Maps plug-inn

Posted: Thu Aug 09, 2018 5:03 pm
by frase
On your page http://www.troldand.dk/new/?Den_store_tur you can the iframe call so:

Code: Select all

<iframe src="https://www.google.com/maps/d/embed?mid=1OJlXQAZfX86ROOSA1O0qQm9aBiw" width="500" height="700"></iframe>
The code come from Google himself:
https://www.google.com/maps/d/viewer?mi ... urce=embed

Click in the upper left corner "Teilen" (sorry, German).
Select "In meine Website einbetten" - and you get the code.