=== Simple Google Maps Shortcode === Contributors: nioya Donate link: http://www.nioya.com/ Tags: google, maps, shortcode Requires at least: 2.5 Tested up to: 3.2.1 Stable tag: 1.0 An easy way to create google maps with a marker and embed them in your posts, pages or custom post types. That's it == Description == To insert google maps with a marker, add this short code (nioya-google-maps-shortcode) with options described below. * latlon: the coordinates of your markers. if this option is set, maps center will be these coordinates. You can take latlon info from this site. Default value is * zoom: for zoom of maps. Default value is 18. * html: for a dialog content. Default value is the blog title * pin: marker letter. * title: marker title Ex: [nioya-google-maps-shortcode latlon="38.41904030551062, 27.12848961353302" pin="i" title="izmir Konak Square" html="The famous square of Turkey"] == Installation == 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use this shortcode in your posts: nioya-google-maps-shortcode == Screenshots == http://www.nioya.com/images/wp/nioya_google_maps_shortcode.jpg == Changelog == = 1.0 = * The first release