Google Maps plug-inn

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
Troldand
Posts: 1
Joined: Thu Aug 09, 2018 1:56 pm

Google Maps plug-inn

Post by Troldand » Thu Aug 09, 2018 2:27 pm

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?


frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Google Maps plug-inn

Post by frase » Thu Aug 09, 2018 5:03 pm

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.

Post Reply