使用場景:
網(wǎng)站需要展示企業(yè)地址,方便用戶知道企業(yè)所在地,增加用戶對企業(yè)的信任度。
解決方案:
在編輯器內(nèi)直接插入地圖,或者代碼中調(diào)用6系統(tǒng)標簽。
方法一:編輯器內(nèi)插入動態(tài)地圖,如圖所示;
注:此方法不支持https協(xié)議
方法二:調(diào)用6系統(tǒng)標簽,復(fù)制粘貼到指定位置,如下:
<div class="lower-content">
<h2>{info_page name="name"/}</h2>
<p>{info_page name="content"/} </p>
{map ak="RnpSFA6OADETHokaV1xiHAgY" location="116.433547,39.909462" width="1000px" height="300px" /}
</div>
注:ak、location為必填項,width、height選填 ,默認1200px * 500px
此方法支持http、https協(xié)議