functiondofristshare(type) { var title = encodeURIComponent("新年快乐,马年吉祥"); var link = encodeURIComponent('http://www.baidu.com'); var image = encodeURIComponent('http://www.baidu.com/img/bdlogo.gif');
if (type == "sina") { window.open("http://v.t.sina.com.cn/share/share.php?url=" + link + "&title=" + title + "&content=utf8&pic=" + image); }
if (type == "tx") { window.open("http://v.t.qq.com/share/share.php?url=" + link + "&title=" + title + "&pic=" + image); }
if (type == "qzone") { window.open("http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url=" + link + "&title=" + title + "&pics=" + image); }
if (type == "rr") { window.open("http://widget.renren.com/dialog/share?resourceUrl=" + link + "&title=" + title + "&pic=" + image); }
if (type == "douban") { window.open("http://www.douban.com/recommend/?url=" + link + "&title=" + title + "&image=" + image); }