该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Responsive iframe GoogleMap

描述

Responsive friendly free GoogleMap embedder using shortcode.

How to use

  1. On a post screen, enter the shortcode. For classic wysiwyg editor, you can use GoogleMap button which this plugin adds.
  2. 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
  3. 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"]

屏幕截图

安装

  1. Upload the ‘responsive-iframe-googlemap’ folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the Plugins menu in WordPress.

评价

此插件暂无评价。

贡献者及开发者

「Responsive iframe GoogleMap」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Responsive iframe GoogleMap」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Responsive iframe GoogleMap」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.2

  • Fixed Position setting bug.

1.0.1

  • Fixed shortcode bug.

1.0.0

  • First commit.