위토즈 - 개발자프로그램판매공간

정보공유

[API] 웨이보 공유 스크립트



function weibo_share(title, url) {

    window.open('http://v.t.sina.com.cn/share/share.php?title='+encodeURIComponent(title)+'&url='+encodeURIComponent(url)+'&source=bookmark', '', 'width=450, height=400');

}