分享到微博

Posted 钱钱钱啊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了分享到微博相关的知识,希望对你有一定的参考价值。

//分享到新浪微博
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");
}

以上是关于分享到微博的主要内容,如果未能解决你的问题,请参考以下文章

胡忠想|微博微服务架构的Service Mesh实践之路

QQ微博微信朋友圈一键分享

QQ微博微信朋友圈一键分享

在Android中使App高速简单地支持新浪微博微信QQfacebook等十几个主流社交平台的分享功能

React Native 接入微博微信QQ 登录功能

网页中如何进行网页内容分享到微博上