//分享到新浪微博
//分享到新浪微博 $('#blog').click(function(){ window.sharetitle = '<%$info.title%>';//標題 window.shareUrl = '__IMG__<%$info.img.0.url%>';//縮圖 share(); }); function share(){ //d指的是window (function(s,d,e){try{}catch(e){}var f='http://v.t.sina.com.cn/share/share.php?',u=d.location.href,p=['url=',e(u),'&title=',e(window.sharetitle),'&appkey=2924220432','&pic=',e(window.shareUrl)].join('');function a(){if(!window.open([f,p].join(''),'mb',['toolbar=0,status=0,resizable=1,width=620,height=450,left=',(s.width-620)/2,',top=',(s.height-450)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})(screen,document,encodeURIComponent); }
//分享到QQ空間
//分享到QQ空間 $("#zone").click(function(){ var p = { url:location.href, showcount:'1',/*是否顯示分享總數,顯示:'1',不顯示:'0' */ desc:'',/*預設分享理由(可選)*/ summary:'我在【空間家】上找到一個好位置,地段好又划算,快來看看吧。',/*分享摘要(可選)*/ title:'<%$info.title%>',/*分享標題(可選)*/ site:'空間家',/*分享來源 如:騰訊網(可選)*/ pics:'__IMG__<%$info.img.0.url%>', /*分享圖片的路徑(可選)*/ style:'203', width:98, height:22 }; var s = []; for(var i in p){ s.push(i + '=' + encodeURIComponent(p[i]||'')); } window.open("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?"+s.join('&')); });QQ互聯(介面相關): QQ互聯