內容簡介
您可以將以下網域的地圖嵌入您的 WordPress 網誌中:
www.bikemap.net
www.runmap.net
www.inlinemap.net
www.wandermap.net
www.mopedmap.net
您可以使用簡單的 shortcode 來實現,例如:
[bikemap route=”1026736″]
[wandermap route=”123456″ extended=”false”]
以下是允許使用的 shortcode:
[bikemap]
[wandermap]
[runmap]
[inlinemap]
[mopedmap]
以下是允許使用的屬性:
route: 路線 ID(整數)
extended: 是否顯示路線資訊,例如海拔、距離等(true|false,預設值為 true)
width: 地圖寬度(整數,預設值為 640)
height: 地圖高度(整數,預設值為 400)
unit: 路線資訊中使用的單位(km|miles,預設值為 km)
外掛標籤
開發者團隊
原文外掛簡介
Embed maps from the following domains into your WordPress blog:
www.bikemap.net
www.runmap.net
www.inlinemap.net
www.wandermap.net
www.mopedmap.net
You can do this using simple shortcodes, e.g.:
[bikemap route=”1026736″]
[wandermap route=”123456″ extended=”false”]
The following shortcodes are allowed:
[bikemap]
[wandermap]
[runmap]
[inlinemap]
[mopedmap]
The following attributes are allowed:
route: The route id (an integer)
extended: If route info like elevation, distance etc. should be shown (true|false, default:true)
width: The width of the map (an integer, default: 640)
height: The height of the map (an integer, default: 400)
unit: The unit used in the route info (km|miles, default:km)
