提供頁面內(nèi)分享按鈕功能,默認(rèn)分享當(dāng)前網(wǎng)址:
標(biāo)題 | 內(nèi)容 |
---|---|
類型 | 通用 |
支持布局 | responsive,fixed-height,fill,container,fixed |
所需腳本 | https://mipcache.bdstatic.com/static/v1.1/mip-share.js |
<!-- 通用分享 -->
<div class="mip-share-container">
<mip-share
layout="fixed-height"
height="158">
</mip-share>
</div>
<!-- 通用分享 -->
<div class="mip-share-container">
<mip-share
layout="fixed"
width="200"
height="158">
</mip-share>
</div>
<!-- 通用分享 -->
<div class="mip-share-container">
<mip-share
layout="responsive"
width="414"
height="158">
</mip-share>
</div>
說明:分享出去的網(wǎng)址
必選項(xiàng):是
類型:字符串
取值范圍:URL
說明:分享出去的標(biāo)題
必選項(xiàng):否
類型:字符串
說明:分享出去的內(nèi)容
必選項(xiàng):否
類型:字符串
說明:分享出去的圖標(biāo)
必選項(xiàng):否
類型:字符串
取值范圍:URL
更多建議: