Bamboo Maps
开发者 |
bamboosolutions
|
更新时间 |
2018年3月2日 19:58 |
捐献地址: |
去捐款 |
PHP版本: |
3.0.1 及以上 |
WordPress版本: |
4.8 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
*** PLEASE NOTE: THIS PLUGIN IS NO LONGER SUPPORTED ***
In three simple steps, you can have any fully interactive Google map embedded in any page of your website.
Setup the map as you want it in Google Maps.
Copy the link provided by Google.
Paste the link into your WordPress page and wrap it in our shortcode – Thats It!
Usage
Before you use this plugin you need to get the map you want from Google.
To do this go to Google Maps, search, zoom, or browse until it is showing the map you want. Click the Settings cog icon followed by ‘Share and embed map’ and copy the link that Google gives you.
Once you’ve got your link, paste it into your content and wrap it in a google-map shortcode:
[bamboo-map]
Your link from Google goes here
[/bamboo-map]
You can also use the following attributes in the shortcode to set it’s size:
width: Sets the width of the map using any valid CSS width, e.g. ‘400px’ or ’50%’.
height: Sets the heightof the map using any valid CSS width, e.g. ‘400px’ or ’50%’.
更新日志:
1.3.1
- Tested in WP 4.7 and rebranded.
1.3
- Updated CSS delivery to help improve Google PageSpeed scores
- Minor code refactoring