MIP文档手册 / mip-share 分享

mip-share 分享

提供页面内分享按钮功能,默认分享当前网址:

QQ截图20170204131751.png

示例

基本使用

<div class="mip-share-container">
    <mip-share></mip-share>
</div>

fixed布局

<div class="mip-share-container">
    <mip-share 
        layout="fixed"
        width="200"
        height="158">
    </mip-share>
</div>

自定义分享参数

<div class="mip-share-container">
    <mip-share 
        title="分享标题" 
        content="分享内容" 
        icon="https://m.baidu.com/se/static/pmd/pmd/share/images/bdu.jpg" 
        layout="responsive"
        width="414"
        height="158">
    </mip-share>
</div>

属性

url

说明:分享出去的网址
必选项:否
类型:字符串
取值范围:URL
默认值:当前页面的url

title

说明:分享出去的标题
必选项:否
类型:字符串

content

说明:分享出去的内容
必选项:否
类型:字符串

icon

说明:分享出去的图标
必选项:否
类型:字符串
取值范围:URL