GMaps_on_Post_Page

GMaps_on_Post_Page is a wordpress plugin that allows you to embed a google map in a page or post and let the width and height scale with a responsive

Author:David Johnson (profile at wordpress.org)
WordPress version required:3.3.1
WordPress version tested:3.5.1
Plugin version:0.5
Added to WordPress repository:20-06-2013
Last updated:20-06-2013
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, %:80
Rated by:1
Plugin URI:http://konfeldt.com
Total downloads:1 369
Active installs:20+
plugin download
Click to start download

GMaps_on_Post_Page is a wordpress plugin that allows you to embed a google map in a page or post and let the width and height scale with a responsive design.

Available Params: * flex: boolean - specify if the map object should scale * width: int - width of the static map * height: int - height of the static map * src: string - source of the google map to embed

Insert the following shortcode into a post or page: * Flexible Example: [GMaps_on_Post_Page src="https://maps.google.com/maps?q=London,+UK" ] * Static Example: [GMaps_on_Post_Page src="https://maps.google.com/maps?q=London,+UK" flex="false" width="640" height="480" ]

Documentation is available via Konfeldt.com