內容簡介
GMaps_on_Post_Page是一個WordPress外掛,使您可在頁面或文章中嵌入Google地圖,讓寬度和高度隨響應式設計自動調整大小。
可用的參數:
* flex: boolean – 指定地圖對象是否應自動調整大小
* width: int – 靜態地圖的寬度
* height: int – 靜態地圖的高度
* src: string – 要嵌入的Google地圖來源
在文章或頁面中插入以下簡碼:
* 彈性範例: [GMaps_on_Post_Page src="https://maps.google.com/maps?q=London,+UK" ]
* 靜態範例: [GMaps_on_Post_Page src="https://maps.google.com/maps?q=London,+UK" flex="false" width="640" height="480" ]
可透過Konfeldt.com獲取文件說明
外掛標籤
開發者團隊
原文外掛簡介
GMaps_on_Post_Page is a wordpress plugin that allows you to embed a google map in a page or post and let the width and height scale with a responsive design.
Available Params:
* flex: boolean – specify if the map object should scale
* width: int – width of the static map
* height: int – height of the static map
* src: string – source of the google map to embed
Insert the following shortcode into a post or page:
* Flexible Example: [GMaps_on_Post_Page src="https://maps.google.com/maps?q=London,+UK" ]
* Static Example: [GMaps_on_Post_Page src="https://maps.google.com/maps?q=London,+UK" flex="false" width="640" height="480" ]
Documentation is available via Konfeldt.com
