js baidu插件实现网页分享功能

js baidu插件实现网页分享功能_第1张图片
可以在百度分享中免费定制
<! DOCTYPE  html  PUBLIC  "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html  xmlns ="http://www.w3.org/1999/xhtml">
< head  id ="Head1"  runat ="server">
     < meta  http-equiv ="Content-Type"  content  ="text/html; charset=utf-8"  />
     < title >  Baidu 分享 </  title >
</ head >
< body >
     < form  id ="form1"  runat ="server">
         <!-- Baidu Button BEGIN -->
            < div  id ="bdshare"  style =" float  : right ;  width : 200px  ; "    class ="bdshare_t bds_tools get-codes-bdshare">
                 < span    style =" float  : left ;  line-height : 28px  ; "> 分享  </ span ><  a  class ="bds_fbook"></ a >
                 < a  class ="bds_twi"></ a >
                 < a  class ="bds_tsina"></ a >
                 < a  class ="bds_tqq"></ a >
                 < a  class ="bds_baidu"></ a >
                 < span  class ="bds_more"> 更多  </ span >
                 </ div >
                 < script  type ="text/javascript"  id  ="bdshare_js"  data  ="type=tools&amp;uid=938050"  ></ script >
                 < script  type ="text/javascript"  id  ="bdshell_js"></  script >
                 < script  type ="text/javascript">
                    document.getElementById(  "bdshell_js" ).src =  "http://bdimg.share.baidu.com/static/js/shell_v2.js?cdnversion="  + Math.ceil( new  Date() / 3600000)
                 </ script >
         <!-- Baidu Button END -->
     </ form >
</ body >
</ html >

你可能感兴趣的:(js,网页分享,baidu插件)