开发者 | quaelibet |
---|---|
更新时间 | 2015年3月31日 17:25 |
PHP版本: | 3.8 及以上 |
WordPress版本: | 4.1.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Just go to Appearance > Widgets page in your admin panel, drag Quae Map Widget to Your sidebar area and fill in needed information. You should provide at least address or lat,lon information. If both address and lat,lon would be empty, map would be centered on 0,0 point.
You should use provided [quae_map]
shortcode. In the simplest case You should provide address or lat,lon information, i.e.:
[quae_map address="Redmond, Washington"]
Map can be customized using defined shortcode attributes:
[quae_map address="Redmond, Washington" latlon="47.674059, -122.130333" zoom="16" info_window="on" info_window_title="You can find me here!" zoom_control="on" bounce="on" height="400px"]