>
Download This Plugin | |
Download Elegant Themes | |
Name | Intergeo Maps |
Version | 1.0.0 |
Author | Madpixels |
Rating | 96 |
Last updated | 2014-06-04 05:50:00 |
Downloads |
3352
|
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%
Intergeo Maps plugin added 3 bytes of resources to the Home page and 10 bytes of resources to the sample Post page.
Intergeo Maps plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Intergeo Maps plugin ads no tables to your Wordpress blog database.The Intergeo plugin is a simple, easy and in the same time quite powerful tool for handling Google Maps in your website. The plugin allows users to create new maps by using powerful UI 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.
The powerful UI builder allows users to:
To create new 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 Map 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 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 acceps 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%” heigth=”400px” style=”border: 3px solid red; margin: 0 auto;”]Central Park, NY[/intergeo]
Another way to create map is to use UI builder. This is more recommended way to build a 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:
All maps which have been created with UI builder are stored in WordPress database. The plugin allows to browse and manage these 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 map, edit or clone maps, and delete unnecessary or deprecated maps.
Also users can create a 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.