<script type="text/javascript">
function jdPshowRecommend(url,stype) {
var title = "摩托罗拉(Motorola)ME722 3G手机(精锐蓝)WCDMA/GSM";
var content = "我在@京东商城 发现了一个非常不错的商品:摩托罗拉(Motorola)ME722 3G手机(精锐蓝)WCDMA/GSM,京东价:¥1458.00。感觉不错,分享一下";
var img ="
http://img10.360buyimg.com/n1/4332/6e812b1c-2cbe-4bb2-a313-207121b32684.jpg";
var productUrl ="
http://www.360buy.com/product/342079.html?sid=";
var pin = readCookie("pin")||"";
if (stype == "qzone") {
url = url + "&title=" + content + "&pic=" + img + "&url=" + productUrl + pin;
}
if (stype == "sina") {
url = url + "&title=" + encodeURIComponent(content) + "&pic=" + encodeURIComponent(img) + "&url=" + encodeURIComponent(productUrl) + pin;
PostSinaDate();
window.open(url, "", "height=500, width=600");
}
if (stype == "renren") {
url = url + "title=" + title +"&content="+ content + "&pic=" + img + "&url=" + productUrl + pin;
}
if (stype == "kaixing") {
url = url + "rtitle=" + title + "&rcontent=" + content + "&rurl=" + productUrl + pin;
}
if (stype == "douban") {
url = url + "title=" + title + "&comment=" + content + "&url=" + productUrl + pin;
}
if (stype == "MSN") {
url = url + "url=" + productUrl + pin + "&title=" + title + "&description=" + content + "&screenshot=" + img;
}
if (stype != "sina") {
window.open(encodeURI(url), "", "height=500, width=600");
}
}
//新浪分享POST数据