>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple Map |
Version | 2.4.0 |
Author | Takayuki Miyauchi |
Rating | 100 |
Last updated | 2015-02-19 06:25:00 |
Downloads |
78876
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Simple Map plugin added 214 bytes of resources to the Home page and 214 bytes of resources to the sample Post page.
Simple Map plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Simple Map plugin ads no tables to your Wordpress blog database.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 said marker. You can use simple html as the tooltip content.
This plugin maintained on GitHub.
If you will set lat/lng and address, this plugin give priority to lat/lng.
This plugin has some filter hooks for customize default.
add_filter( 'simplemap_default_zoom', function(){
return 10; // Default zoom is 10
} );
Please contact to me.