Plugin info

Total downloads: 3,724
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/5/2012 (5133 days ago)
Added to WordPress: 5/13/2011 (14 years old)
Minimum WordPress version: 3.1.2
Tested up to WordPress version: 3.3.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5133 days ago

20/100

Is Stupid Simple Google Maps abandoned?

Possibly abandoned (last update 5133 days ago).

Compatibility

Requires WordPress: 3.1.2
Tested up to: 3.3.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Google Maps for WordPress
Rating 0.0/5 (0 reviews)Active installs 900
WP Go Maps (formerly WP Google Maps)
Rating 4.8/5 (2,988 reviews)Active installs 300,000
MapPress Maps for WordPress
Rating 4.7/5 (146 reviews)Active installs 40,000
Maps Widget for Google Maps
Rating 4.6/5 (512 reviews)Active installs 30,000
Image Hotspot by DevVN
Rating 4.3/5 (29 reviews)Active installs 30,000

Description

Allows for the simple embeding of Google Maps in posts. This is done using shortcodes.

[simple-map]1600 Amphitheatre Parkway, Mountain View, CA[/simple-map] will drop in a map with a marker on Google's California headquarters.

Available attributes:

  • height: The height of the resulting map. Defaults to “512”.
  • width: The width of the resulting map. Defaults to “512”.
  • color: The color of the marker. Defaults to “red”.
  • label: Will accept any single character uppercase letter to use as the symbol in the marker. Defaults to a dot.
  • zoom: The zoom level of the resulting map. Defaults to 15.
  • maptype: Determines the format of the map. Defaults to “roadmap”. Will accept “roadmap”, “satellite”, “terrain”, or “hybrid”.

Installation

  1. Upload simple-maps.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the [simple-map] shortcode where you want your map

Frequently Asked Questions

Why did you make this plugin if there are already other map plugins with more features?

I wanted a really simple wrapper plugin for the Google Static Maps API. http://code.google.com/apis/maps/documentation/staticmaps/

Can I see this plugin in action?

Yes! I’ve set up a few samples here: http://simple-maps.wiffin.com/samples/

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.1

  • Corrected a bug that would throw PHP warnings.

1.0

  • Wrapper for most obvious Static Maps parameters.