html 分享頁面到微博qq空間

//分享到新浪微博

function shareToXl(title,url,picurl){

var sharesinastring='http://v.t.sina.com.cn/share/share.php?title='+title+'&url='+url+'&content=utf-8&sourceUrl='+url+'&pic='+picurl;

window.open(sharesinastring,'newwindow','height=400,width=400,top=100,left=100');

}

 

//分享到qq空間

function shareToQq(title,url,picurl){

var shareqqzonestring='http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?summary='+title+'&url='+url+'&pics='+picurl;

window.open(shareqqzonestring,'newwindow','height=400,width=400,top=100,left=100');

}

function subinfo(){

shareToQq("測試標題","www.baidu.com","http://aladdin-vray.oss-cn-beijing.aliyuncs.com/Other/80de988c-ad11-449b-af48-b5341c957668.jpg");

}

 

以上的函數分別具有三個參數,內容,網址,以及 圖片,也就是我們想要分享的內容

 

效果:

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章