Developers
miyauchi |
Download Stats
Today | 101 |
Yesterday | 164 |
Last Week | 1,002 |
All Time | 279,168 |
Easy way to embed google map(s) using gmaps.js.
This plugin allows you to convert address into google maps like below:
[map]San Francisco, California[/map]
Another way, you can embed Google Map with url only like oEmbed.
You can also use coordinates, set width, height and zoom:
[map lat="37.77493" lng="-122.41942"]
Text you would
like to appear
as a tooltip
goes here
[/map]
In this case there will be a marker on the map with a tooltip appearing on click on the said marker. You can use simple html as the tooltip content.
This plugin is maintained on GitHub.
Some features:
- Allows you to embed google map based on shortcode.
- Markers can be added using address or lat/long.
- Displays static map for iPhone automatically.
- oEmbed Support.
Arguments
- width: Width of the map. Default value is "100%".
- height: Height of the map. Default value is "200px".
- zoom: Zoom of the map. Default value is "16".
- breakpoint: If display is narrower than this value, this plugin will display static map. Default value is "480".
- addr: Address of the map you want to place.
- lat: Lat of the map you want to place.
- lng: Lng of the map you want to place.
- infowindow: If you want to open infoWindow by Default, please set "open".
If you will set lat/lng and address, this plugin gives priority to lat/lng.
Filter Hooks
This plugin has some filter hooks for customize default.
- simplemap_default_width
- simplemap_default_height
- simplemap_default_zoom
- simplemap_default_breakpoint
- simplemap_default_infowindow
add_filter( 'simplemap_default_zoom', function(){
return 10; // Default zoom is 10
} );
Translators
- Japanese(ja) - Takayuki Miyauchi
Please contact me.
- https://github.com/miya0001/simple-map/issues
Contributors
- Takayuki Miyauchi
- Zoltn Balogh
- Takanobu Watanabe
- Shinichi Nishikawa
- nissuk
Releases (51 )
Version | Release Date | Change Log |
---|---|---|
4.9.0 | 2018-03-11 | |
4.7.0 | 2016-12-09 | |
2.14.8 | 2016-10-18 | |
2.14.7 | 2016-10-18 | |
2.14.6 | 2016-09-16 | |
2.14.5 | 2016-09-16 | |
2.14.3 | 2016-09-05 | |
2.14.2 | 2016-09-05 |
|
2.14.1 | 2016-07-29 | |
2.13.0 | 2016-04-13 |
|
2.12.0 | 2016-04-07 |
|
2.11.0 | 2016-04-07 | |
2.10.1 | 2016-01-19 |
https://github.com/miya0001/simple-map/compare/2.10.0...2.11.0 |
2.10.0 | 2016-01-19 |
https://github.com/miya0001/simple-map/compare/2.9.0...2.10.0 |
2.9.0 | 2015-12-24 | |
2.8.8 | 2015-11-06 | |
2.8.7 | 2015-11-06 | |
0.3.0 | 2015-11-05 | |
0.3.1 | 2015-11-05 | |
0.4.0 | 2015-11-05 | |
0.4.1 | 2015-11-05 | |
0.5.0 | 2015-11-05 | |
0.6.0 | 2015-11-05 |
|
0.6.1 | 2015-11-05 | |
0.7.0 | 2015-11-05 |
|
0.8.0 | 2015-11-05 |
|
0.9.0 | 2015-11-05 |
|
1.0.0 | 2015-11-05 |
|
1.1.0 | 2015-11-05 | *Added support for gmaps.js tooltip on markers |
1.2.0 | 2015-11-05 | |
1.3.0 | 2015-11-05 |
|
1.4.0 | 2015-11-05 |
|
1.5.0 | 2015-11-05 |
|
1.6.0 | 2015-11-05 |
|
1.7.0 | 2015-11-05 |
|
1.7.1 | 2015-11-05 | |
1.8.0 | 2015-11-05 |
|
0.2.0 | 2015-11-05 | |
1.9.0 | 2015-11-05 |
|
2.0.0 | 2015-11-05 |
|
2.1.0 | 2015-11-05 |
|
2.2.0 | 2015-11-05 |
|
2.3.0 | 2015-11-05 |
|
2.4.0 | 2015-11-05 |
|
2.4.1 | 2015-11-05 | |
2.5.0 | 2015-11-05 |
|
2.6.0 | 2015-11-05 |
https://github.com/miya0001/simple-map/compare/2.5.0...2.6.0 |
2.7.0 | 2015-11-05 |
https://github.com/miya0001/simple-map/compare/2.6.0...2.7.0 |
2.8.0 | 2015-11-05 |
https://github.com/miya0001/simple-map/compare/2.7.0...2.8.0 |
2.8.1 | 2015-11-05 |
https://github.com/miya0001/simple-map/compare/2.8.0...2.8.1 |
2.8.4 | 2015-11-05 |
|