1绷杜、 新浪微博
// 分享到新浪微博
share_weibo (event) {
event.preventDefault()
// shareUrl是微博的分享地址哺徊,(有資料說需要真實的appkey摩钙,必選參數(shù)恳蹲,這里我沒用appkey也可以正常分享)
var _shareUrl = 'http://service.weibo.com/share/share.php?'
_shareUrl += 'url=' + encodeURIComponent(this.url) //參數(shù)url設置分享的內容鏈接
_shareUrl += '&title=' + encodeURIComponent(this.titleCon) //參數(shù)title設置分享的標題
// 保留當前頁面,打開一個非tab頁面(按需求來滑沧,可以新開標簽頁,也可以在當前頁新開頁面)
window.open(
_shareUrl,
'_blank',
'height=100, width=400',
'scrollbars=yes,resizable=1,modal=false,alwaysRaised=yes'
)
},
2袋马、QQ空間分享
分享到QQ空間接口:https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=你的網(wǎng)址&sharesource=qzone&title=你的分享標題&pics=你的分享圖片&summary=你的分享描述信息
3