=== Google Maps Embed === Contributors: DeannaS, kgraeme, MadtownLems Tags: google maps Requires at least: 3.0 Tested up to: 3.7.1 Stable tag: trunk Tiny MCE button for embedding a google map via google maps link. No API key needed. Also includes shortcode ability. == Description == IMPORTANT: This plugin is NO LONGER actively maintained. It still pretty much 'works', but if you're relying on it for embedding maps, you should probably begin looking for a new solution. If getting an API key is beyond the skill set or desires of your users, but they still want to be able to have a Google map, this plugin is the answer. It adds a button to the visual editor that allows them to use the link from Google Maps to embed a plugin. Authors can embed maps and set width, height, marginwidth, marginheight, frameborder, and scrolling properties. Power users can directly enter a shortcode in a post, page or widget. Shortcode should be entered in the following format: [cetsEmbedGmap src=http://maps.google.com/?ie=UTF8&ll=37.0625,-95.677068&spn=53.609468,107.138672&z=4 width=350 height=425 marginwidth=0 marginheight=0 frameborder=0 scrolling=no] This version adds a quicktag to the html editor, opens the larger map in a new window, and defaults to map view instead of sat view. == Installation == 1. Place the cets\_EmbedGmaps folder in the wp-content/plugins folder. 2. Activate via the plugin activation screens. 3. If upgrading from 1.3.1 to 1.4+, you can delete the cets\_embedGmaps\_config.php file and the tinymce\window.php file. == Frequently Asked Questions == 1. Can it default to street view? No, unfortunately I have not been able to get it to default to streetview. == Screenshots == 1. User View of pop-up window for entering Google Maps link via visual editor. 2. User View of pop-up window for entering Google Maps link via html editor. 3. Site visitor view of embedded map with default attributes. == Changelog == 1.13 - Update JavaScript for WordPress 3.5 compatibility (Props Viper007) 1.12 - cleaning up and syncing with local version for better support going forward 1.10 - add support for https URLs 1.6 - IMPORTANT: This version removes the Settings Page and ability to save or use default settings. You must now set each map setting on each map 1.5 - allowed for regional version of maps.google to be used. Tested on 3.0 1.4.1 - fixed pathing issue 1.4 - updated to make both the visual and html editor use the same popup, eliminating the need for wp-load. 1.3.1 - Updated project structure to work with Wordpress.org auto install/update.