Description
Responsive friendly free GoogleMap embedder using shortcode.
How to use
- On a post screen, enter the shortcode. For classic wysiwyg editor, you can use GoogleMap button which this plugin adds.
- Please set values for parameters below in your shortcode.
- width : width of a map (px)
- height : height of a map (px)
- zoom : zoom of a map (1-21)
- border : border style of a map (css)
- address : see examples below
- latitude : see examples below
- longitude : see examples below
- By posting, the GoogleMap is displayed in the article.
example
- set a location by βaddressβ parameter
[responsive_map width=860 height=500 address="Tokyo Station" zoom=16 border="1px solid #ccc"]
- set a location by βlatitudeβ and βlongitudeβ parameter
[responsive_map width=860 height=500 latitude=35.681167 longitude=139.767052 zoom=16 border="1px solid #ccc"]
Screenshots
Installation
- Upload the βresponsive-iframe-googlemapβ folder to the β/wp-content/plugins/β directory.
- Activate the plugin through the Plugins menu in WordPress.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Responsive iframe GoogleMap” is open source software. The following people have contributed to this plugin.
Contributors“Responsive iframe GoogleMap” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Responsive iframe GoogleMap” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.2
- Fixed Position setting bug.
1.0.1
- Fixed shortcode bug.
1.0.0
- First commit.