MapBox

MapBox makes it easy to embed beautiful maps in your posts.

Author:Mapbox (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.4.1
Plugin version:1.1.1
Added to WordPress repository:01-11-2011
Last updated:31-07-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://mapbox.com/
Total downloads:9 358
Active installs:400+
plugin download
Click to start download

Using the MapBox plugin you can quickly and easily embed maps from MapBox Hosting into your site. MapBox hosting is an easy-to-use service for hosting maps. Whether you design custom maps in TileMill or use the existing layers in our tileset library, MapBox makes it easy get maps onto your site.

  1. Visit tiles.mapbox.com and find the map you want to embed.
  2. When viewing the map click the "Embed" button. It's in the bottom right corner of the map.
  3. Adjust the height and width of the map in the popup.
  4. When you're happy with the map, copy the 'embed code'. It begins with "<iframe".
  5. On your WordPress site add a new post, or edit an existing one.
  6. Switch the editor to "HTML" and paste the embed code where you'd like the map.
  7. Save, then view your post and enjoy the map!

You may notice that the MapBox plugin converts the embed code into a WordPress shortcode. The mapbox shortcode can take several options, all of which are optional. The order doesn't matter at all.

  • layers - a comma seperated list of layers. The format of each layer is {account}.{layer}.
  • width - the desired width of the map, in pixels.
  • height - the desired height of the map, in pixels.
  • lat - The latitude where the map should be centered.
  • lon - The longitude where the map should be centered.
  • z - The 'zoom level' of the map. Zoom level '12' is a street level view, '1' is the view from the moon.
  • options - Controls and other options, a comma seperated list.