HTML分享内容到QQ,微信,微博等平台

匿名 (未验证) 提交于 2019-12-02 20:32:16
<html>  <head>   <title>Share function</title>   <meta charset="utf-8"/>  </head>  <body>   <div class="bdsharebuttonbox" data-tag="share_1">         <a class="bds_tsina" data-cmd="tsina"></a>     <a class="bds_sqq" data-cmd="sqq"></a>         <a class="bds_qzone" data-cmd="qzone"></a>         <a class="bds_weixin" data-cmd="weixin"></a> <!--    <a class="bds_more" data-cmd="more">更多</a>     <a class="bds_count" data-cmd="count"></a>     -->      </div> <script>            window._bd_share_config = {         common : {             bdText : 'Custom share content',                 bdDesc : 'Custom share summary',                 bdUrl : 'Custom share URL address',                  bdPic : 'Custom share pictures'         },         share : [{             "bdSize" : 16         }],         slide : [{                    bdImg : 0,             bdPos : "right",             bdTop : 100         }],         image : [{             viewType : 'list',             viewPos : 'top',             viewColor : 'black',             viewSize : '16',             viewList : ['qzone','tsina','huaban','tqq','renren']         }],         selectShare : [{             "bdselectMiniList" : ['qzone','tqq','kaixin001','bdxc','tqf']         }]     }     with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion='+~(-new Date()/36e5)]; </script>  </body> </html>

来自微信公众号:编程社

程序员日常进阶宝典,欢迎关注!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!