Linux 软件免费装
Banner图

Google Maps Plugin by Intergeo

开发者 codeinwp
intergeomaps
hardeepasrani
themeisle
Madalin_ThemeIsle
uriahs-victor
contactashish13
更新时间 2019年11月14日 16:28
PHP版本: 3.5 及以上
WordPress版本: 5.3
版权: GPL v2.0 or later
版权网址: 版权信息

标签

google widget plugin embed shortcode admin multisite custom post type location google maps map maps marker placemark directions icon google map map markers wp google maps wp google map map plugin google map plugin map widget map directions routes store locator geocode latitude longitude marker clustering streetview wp maps easy map polygons polylines maps api

下载

1.0.0 1.0.1 1.0.2 1.0.3 1.0.5 1.0.6 1.1.0 1.1.5 1.1.6 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.3.0 2.3.1 2.3.2

详情介绍:

The Intergeo Google Maps WordPress plugin is the best tool for handling Google Maps in your website. This simple WordPress map plugin allow users to create new custom maps by using powerful UI map builder. Created maps could be easily edited and saved with new settings. To increase the speed of creation process the plugin has ability to clone a map with all it's settings. Finally the plugin has attractive library which allows users to browse all maps in the system and delete unnecessary maps. We've also built some fantastic business themes that integrate with Intergeo Google Maps perfectly, check them out. The powerful UI builder allows users to: Create Google maps with shortcode To create new WordPress maps you just can input simple shortcode into your post, page, text widget or taxonomy description: [intergeo]Your address[/intergeo] This shortcode will be displayed as Google Maps centered at specific address. The shortcode could be extended with custom attributes like height, width, zoom, etc. These attributes will setup special settings for a map. The following table describes all possible attributes, which users can use with shortcodes: Width Sets width of the map container. Accepts all valid CSS values as css width property accepts. For example, the value could be set in pixels like 500px, or in percentage like 75%. Default value is 100%. Height Sets width of the map container. Accepts all valid CSS values as css height property accepts. For example, the value could be set in pixels like 700px. Default value is 300px. Style This attribute allows users to set extra styles for Google map's container element. It accepts all valid css properties and will echo it in the style attribute of the container element. Default value is empty. Zoom Sets the initial zoom level of the map. This attribute accepts integer value from 0 to 19, where 0 is the biggest distance and 19 is the lowest distance to the ground. The default value is 5. Hook This attribute allows users to setup their own filter, which will be used to filter settings of a map before using it to render a map. Hooks for the filter will receive one parameter which will be array of options and they have to return it modified or not. So your shortcode could looks like this one: [intergeo zoom="12" width="50%" height="400px" style="border: 3px solid red; margin: 0 auto;"]Central Park, NY[/intergeo] Check-out the #1 free Google Maps plugin Create map with UI builder Another way to create map is to use UI builder. This is more recommended way to build a Google map as this way provides much more features and wide range of settings to customize. To create a map with UI builder, pass following steps:
  1. Create a new post or a page, or just edit existing one;
  2. Place the mouse cursor into the content editor, at the place you want to embed a map and click on Add Media button above editor toolbar;
  3. When media popup appears, find Intergeo Maps link in the left sidebar of popup window, click on the link;
  4. Now you have to see Intergeo UI builder which allows you to customize your map;
  5. Use all tools from right sidebar of the builder to create a map you need;
  6. After finishing maps configuration click on Insert into post button at the footer of the builder;
  7. After doing it a map has to be saved in background, popup has to be closed and new appropriate shortcode has to be inserted into the place, where your cursor was.
Using maps library All maps which have been created with UI builder are stored in WordPress database. The plugin allows to browse and manage these Google maps in the maps library. To see it go to the Media » Intergeo Maps page to see all maps which have been created in your website. The library shows you maps preview as you will see it at front end pages. Here users can copy shortcode of a Google map, edit or clone maps, and delete unnecessary or deprecated maps. Also users can create a Google map from library page. To do it just click on Add New button next to the page title and UI builder popup immediately appears. The builder interacts in the same way as it does at edit posts page, except that popup doesn't insert shortcode into somewhere, popup just save a map into database for future reuse. About us: We are a young team of WordPress enthusiasts who enjoy developing free WordPress plugins and themes for small businesses and startups. Check them out and let us know what you think, our goal is to build fully fledged products that will solve your needs. We also love to blog at CodeinWP and help our users finding the best hosting or themes. More from us Check-out the Intergeo review and find out some of the best WordPress plugins.

安装:

  1. Upload the files to the /wp-content/plugins/intergeo/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.

常见问题:

How to override Google map settings

To override Google map settings you can use your own hook. Just add hook attribute to your shortcode like this: [intergeo hook="my_custom_intergeo_hook" ...]...[/intergeo] And add a function to hook that filter: `add_filter( 'my_custom_intergeo_hook', 'filter_intergeo_map_settings' ) { function filter_intergeo_map_settings( $options ) { // update options $options[...] = ...; ... // return updated options return $options; }`

更新日志:

2.3.2 - 2019-11-14 2.3.1 - 2019-05-23 2.3.0 - 2019-03-07 2.2.4 - 2018-12-06 2.2.3 - 2018-03-12 2.2.2 - 2018-01-05 2.2.1 - 2017-11-13 2.2.0 - 2017-09-25 2.1.2 2.0.0 1.1.6 1.1.5 1.1.0 1.0.5 1.0.6 1.0.4 1.0.3 1.0.2 1.0.1