@ - @ :可以自己指定分享內容等....內含JS腳本
1 <html> 2 <head> 3 <title></title> 4 <script type="text/javascript"> 5 (function () { 6 var p = { 7 url: 'http://pan.baidu.com/s/1DVCYI', 8 showcount: '1',/*是否顯示分享總數,顯示:'1',不顯示:'0' */ 9 desc: '我正在玩pc版flappy bird,很虐心,很好玩',/*默認分享理由(可選)*/ 10 summary: '敢不敢比一比誰過的柱子多',/*分享摘要(可選)*/ 11 title: '記錄分享',/*分享標題(可選)*/ 12 site: '',/*分享來源 如:騰訊網(可選)*/ 13 pics: '', /*分享圖片的路徑(可選)*/ 14 style: '101', 15 width: 199, 16 height: 30 17 }; 18 var s = []; 19 for (var i in p) { 20 s.push(i + '=' + encodeURIComponent(p[i] || '')); 21 } 22 document.write(['<a version="1.0" class="qzOpenerDiv" href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?', s.join('&'), '" target="_blank">分享</a>'].join('')); 23 })(); 24 </script> 25 <script src="http://qzonestyle.gtimg.cn/qzone/app/qzlike/qzopensl.js#jsdate=20111201" charset="utf-8"></script> 26 </head> 27 <body> 28 </body> 29 </html>