Baidu Button 如何安装多个分享按钮
程序员文章站
2022-06-10 11:44:30
...
百度分享按钮支持多类,多个同时出现于同一个分享页面,为您的用户提供多种便捷的分享方式。
您只需将您希望的类型加入到页面中即可,而且您只需引用一次js脚本便可轻松实现。
这样,您的一个页面中就会存在3种百度分享按钮,方便您的使用。多种随意组合,让您和您的用户轻松分享
更多信息,文章来源:http://share.baidu.com/help/multiple
您只需将您希望的类型加入到页面中即可,而且您只需引用一次js脚本便可轻松实现。
<div class="item-bdshare"> <!-- Baidu Button BEGIN --> <div id="bdshare" class="bdshare_t bds_tools_32 get-codes-bdshare"> <a class="bds_qzone"></a> <a class="bds_tsina"></a> <a class="bds_tqq"></a> <a class="bds_renren"></a> <a class="bds_baidu"></a> <a class="bds_qq"></a> <a class="bds_kaixin001"></a> <a class="bds_tqf"></a> <a class="bds_douban"></a> <a class="bds_hi"></a> <a class="bds_tsohu"></a> <a class="bds_tieba"></a> <a class="bds_t163"></a> <a class="bds_ty"></a> <a class="bds_copy"></a> <span class="bds_more">更多</span> <a class="shareCount"></a> </div> <script type="text/javascript" id="bdshare_js" data="type=tools&mini=1&uid=599934" ></script> <script type="text/javascript" id="bdshell_js"></script> <script type="text/javascript"> var bds_config = {'bdText':'公司企业内部年终报告类商务、时间管理、红黑配色', 'bdPic':'http://img.pptstore.net/pptpic/73/85/71fdb2edc1f508c8_middle.png'}; document.getElementById("bdshell_js").src = "http://bdimg.share.baidu.com/static/js/shell_v2.js?t=" + new Date().getHours(); </script> <!-- Baidu Button END --> </div>
这样,您的一个页面中就会存在3种百度分享按钮,方便您的使用。多种随意组合,让您和您的用户轻松分享
更多信息,文章来源:http://share.baidu.com/help/multiple