We'll create fresh WordPress site with CBX Map for Google Map & OpenStreetMap installed. You have 20 minutes to test the plugin after that site we'll be deleted.
CBX Map is a WordPress plugin that helps to display Google map and OpenStreetMap inside worpress. Itโs easy to use using shortcode and map loads responsive. From the pluginโs seeing create map, find adress and configure easily with just mouse click.
๐บ Live Demo | ๐ Upgrade to PRO | ๐ Documentation | ๐จโ๐ป Free Support | ๐คด Pro Support | ๐ฑ Contact
โถ๏ธ Watch Video
The most short form of the shortcode is [cbxgooglemap id="google map post id here"]
where id is post id of custom google map post type
We can use shortcode to display saved map (this plugin creates custom post type CBX Maps(cbxgooglemap) in admin to create maps as need) or can display map using custom attributes. For save map we need only one param [cbxgooglemap id="google map post id here"]
id = post id, can be empty
--------------------------------
We can also display map using custom attributes
maptype = default 'roadmap', possible values, 'roadmap', 'satellite', 'hybrid', 'terrain'
width = numeric value, '%' accepted, no 'px', if only numeric value then px will be added automatically
height = nemeric value, no 'px'
zoom = default 8
lat = lattitude value, required
lng = longitude value, required
heading = used for info window title
website = website url that is linked to place name in popup info window, leave empty to ignore
address = used for info window content
scrollwheel = 1 enable , 0 disable, default 1 or comes from default config
showinfo = 1 enable , 0 disable, default 1 or comes from default config, show popup window or not
infow_open = 1 enable , 0 disable, default 1 or comes from default config, show popup as opened or on click
mapicon = map icon url, leave empty to ignore
Let us know which new feature you except.
For pro addon features and shortcode see documentation.
๐ Get the pro addon
โถ๏ธ Watch Video
This section describes how to install the plugin and get it working.
e.g.
1. Upload folder cbxgooglemap
to the /wp-content/plugins/
directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress
3. Go to CBX Google map setting, put google map api key (in google project console you need, js map api, geo coding api, e)
4. Place shortcode any where as need