內容簡介
這個 WordPress 整合地圖製作和位置管理系統提供了地圖工具,可以創建店鋪定位器、店鋪查找器和其他的位置地址地圖,並且擁有管理和顯示數量從幾個到數千個重要店鋪、景點或產品位置的能力,地圖是基於 Google Maps。
它最強大的地方在於允許您從您的 WordPress 管理介面輕鬆管理任意數量的位置,並提供數個插件,其中包含一些頂級功能,使其能力更加強大。也被稱為地址地圖、地址位置地圖、定位器地圖、店鋪查找器和經銷商查找器。
mapwidget 允許您從前端搜索任何位置。如果要使用專業版,請查看專業版。
使用示例: 1. 前往管理員地圖設置,輸入您的 Google 地圖 API 金鑰 2. 在您的頁面/文章文本/編輯器中放置此行:
[mapworks stext=”[php] if(isset($_POST[‘smap’])){ echo $_POST[‘smap’];} [/php]”]
在您的 PHP 頁面中,您可以放置以下行: <?php
if(function_exists('mapworks') ){ mapworks($_POST['smap']); } ?>
<?php
if(function_exists('mapworks') ){
print do_shortcode('[mapworks stext="'.$_POST['smap'].'"]'); } ?>
最好的選擇是在管理面板中的頁面/文章文本編輯器中放置此行。
[mapworks stext="[php] if(isset($_POST['smap'])){ echo $_POST['smap'];} [/php]"]
外掛標籤
開發者團隊
原文外掛簡介
Power your site with this WordPress-integrated map making & location management system possessing mapping tools to create store locators, store finders, and other location address maps. Manage and display a few or thousands of your important stores, points of interest, or product locations anywhere on Earth using Google Maps.
Its strength is best seen in its flexibility to allow you to easily manage any number of locations from your WordPress admin interface and the several addons featuring top-level features that are available to further boost its capabilities. Also referred to as an address map, address location map, locator map, store finder, dealer locator (locater), shop finder.
mapwidget allow you to search any location from front end. want professional version check Go pro
Example usage: 1. Go to admin mapworks settings and put google map api key of yours 2. in your page/post text/editer put this line:
[mapworks stext=”[php] if(isset($_POST[‘smap’])){ echo $_POST[‘smap’];} [/php]”]
in your php page you may put
best option is in your page/post text editer in admin panel put this line.
[mapworks stext="[php] if(isset($_POST['smap'])){ echo $_POST['smap'];} [/php]"]
