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 …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4577 days ago • 1 reviews
Is GMaps_on_Post_Page abandoned?
Possibly abandoned (last update 4577 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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
- Upload
GMaps_on_Post_Page.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Insert the shortcode into a post or page.
Frequently Asked Questions
Review feed
Screenshots
Changelog
0.5
- Initial version