This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

GMaps_on_Post_Page

Description

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

Installation

  1. Upload GMaps_on_Post_Page.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Insert the shortcode into a post or page.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“GMaps_on_Post_Page” is open source software. The following people have contributed to this plugin.

Contributors

Translate “GMaps_on_Post_Page” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.5

  • Initial version