GoogleMap plugin for CKEditor
This plugin add Google Maps to your text editor, you write an URL and it will automatically generate an image and insert it in your editor.
License
Licensed under the MIT License.
Download
https://github.com/cakemail/GoogleMap-CKeditor-Plugin
Installation
1.Upload gmap folder to ckeditor/plugins/
2.Open ckeditor/config.js, Add to config.toolbar the value 'gmap'
config.toolbar = [ [ 'Source', '-', 'Bold', 'Italic', 'gmap' ] ];
3.In the same file, add the extra plugin 'qrcodes':
config.extraPlugins='myplugin1,myplugin2,gmap';
Re: Google Maps Image Creator
sorry? gmap or grcodes?
I added "gmap" to the toolbar and declared it in the config
my editor-language is "de" so I created a languagefile "de.js" (simple translation of en.js)
it still shows the text in english
how to get the map synchronize with the editor-language?
Re: Google Maps Image Creator
I found out myself. You must add the language in the plugin.js directly, it is not sufficient to add a language file to the lang-folder
Google map is not working for CKEditor 4.x
Hello Karnius,
googlemap plugin is not working CKEditor4.x version.
There is any other plugin source available for 4.x version.
Please help me...
Thank you!!!