新浪微博分享

Posted zhaozhenghao

tags:

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

var p = {
        url:"要分享的地址",
        showcount: 0,
        /*是否显示分享总数,显示:‘1‘,不显示:‘0‘ */
        desc: ‘‘,
        /*默认分享理由(可选)*/
        summary: ‘‘,
        /*分享摘要(可选)*/
        title: ‘分享信息,
        /*分享标题(可选)*/
        site: 啦啦啦啦,
        /*分享来源 如:腾讯网(可选)*/
        pics: ‘图片,
        /*分享图片的路径(可选)*/
        pic: http://链接地址||//链接地址,
        /*分享图片的路径(可选)*/
        style: 203,
        width: 98,
        height: 22
    };
    var s = [];
    for (var i in p) {
        s.push(i + = + encodeURIComponent(p[i] || ‘‘));
    }
    var links_sina = "http://v.t.sina.com.cn/share/share.php?appkey=1902769531&" + s.join(&);
/*补充其他分享*/
document.write([
        ‘<div class=""><a version="1.0" title="分享到QQ好友" class="shera_bg shera_sqq qq" href="http://connect.qq.com/widget/shareqq/index.html?‘,
        s.join(‘&‘), ‘" target="_blank"></a>‘
    ].join(‘‘));
    document.write([‘<a version="1.0" title="分享到微信" class="shera_bg shera_wx wx" href="javascript:void(0);" url="‘ + p
        .url + ‘"></a>‘
    ].join(‘‘));
    document.write([
        ‘<a version="1.0" title="分享到新浪微博" class="shera_bg shera_sina xl" href="http://v.t.sina.com.cn/share/share.php?appkey=1902769531&amp;‘,
        s.join(‘&‘), ‘" target="_blank"></a>‘
    ].join(‘‘));
    document.write([
    ‘<a version="1.0" title="分享到QQ空间" class="shera_bg shera_kqq kj" href="http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?‘,
    s.join(‘&‘), ‘" target="_blank"></a></div>‘
    ].join(‘‘));

 参数也可以看看这个https://blog.csdn.net/qq_23994787/article/details/78162814

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

如何在自己的代码中实现分享视频文件或者是图片文件到微信 QQ微博 新浪微博等!!!

新浪微博爬虫分享(2016年12月01日更新)

iOS集成ShareSDK微博分享遇到问题 新浪微博登录redirect_uri_mismatch

用js怎么实现网页分享功能???如分享到:人人,开心网,新浪微博-------我用分享到

自己动手写js分享插件 [支持https] (可以分享QQ空间,微信,新浪微博。。。)

新浪微博python爬虫分享(一天可抓取 1300 万条数据),超级无敌