Skip to content

mbv-og/wp-gmaps3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=== Plugin Name ===
Contributors: mbvwebdev
Tags: shortcode, google maps
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 0.3.8
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Google Maps Shortcode Integration

== Description ==

This Plugin uses [GMAP3 Plugin for jQuery](http://gmap3.net)

It's generating HTML/Javascript/jQuery to load a small Google Maps container. 

Usage Example: [gmaps center="{latitude},{longitude}" zoom={zoom} marker="{lat},{long}" withroute destination="123 Sample Way, Anytown"]
	
You can split up the route form from your google maps with [groute]

[groute] requires the [gmaps] code being called beforehand!

= The following arguments are possible: =
* center: view of the map in "lat,long"
* zoom: zoom step
* marker: you can set an alternative marker, that is not centered
* height: height of the maps div
* width: width of the maps div
* destination: destination address (street and city), required for route planner
* withroute: add a route planner

for more details about the arguments, see the [documentation of jQuery gmap3](http://gmap3.net/en/catalog/)

= Developers =
[This Plugin is also available in GitHub](https://github.com/mbv-webdev/wp-gmaps3)

== Installation ==

just upload and activate the plugin

== Changelog ==

= 0.3.8 =
* Changed $ to jQuery
* Added withroute (in addition to with-route)
* Added check for destination, as it is required when using withroute
* Solved problem with destination address field id
* Removed unnecessary do_shortcode

= 0.3 =
* Added missing function and event binding

= 0.2 =
* Route Form added

About

Wordpress Plugin gmaps3 Shortcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%