Post List

태그

2015년 7월 1일 수요일

네이버 밴드 api 공유하기

function share_band(){
var shareUrl = "http://www.band.us/plugin/share?body="+encodeURIComponent(내용)+"&route="+encodeURIComponent(공유할 url);
window.open(shareUrl, "share_band", "width=410, height=540, resizable=no");
}

댓글 1개: