천년 고려 숨결로 만나는 청평유람(淸平流覽) 좋을씨구!! 페이지 정보 작성자 바오밥나무 작성일22-11-02 17:35 조회1,121회 댓글0건 본문 // send to SNS function toSNS(sns, strTitle, strURL) { var snsArray = new Array(); var strMsg = strTitle + " " + strURL; var image = "이미지경로"; snsArray['twitter'] = "http://twitter.com/home?status=" + encodeURIComponent(strTitle) + ' ' + encodeURIComponent(strURL); snsArray['facebook'] = "http://www.facebook.com/share.php?u=" + encodeURIComponent(strURL); snsArray['pinterest'] = "http://www.pinterest.com/pin/create/button/?url=" + encodeURIComponent(strURL) + "&media=" + image + "&description=" + encodeURIComponent(strTitle); snsArray['band'] = "http://band.us/plugin/share?body=" + encodeURIComponent(strTitle) + " " + encodeURIComponent(strURL) + "&route=" + encodeURIComponent(strURL); snsArray['blog'] = "http://blog.naver.com/openapi/share?url=" + encodeURIComponent(strURL) + "&title=" + encodeURIComponent(strTitle); snsArray['line'] = "http://line.me/R/msg/text/?" + encodeURIComponent(strTitle) + " " + encodeURIComponent(strURL); snsArray['pholar'] = "http://www.pholar.co/spi/rephol?url=" + encodeURIComponent(strURL) + "&title=" + encodeURIComponent(strTitle); snsArray['google'] = "https://plus.google.com/share?url=" + encodeURIComponent(strURL) + "&t=" + encodeURIComponent(strTitle); snsArray['story'] = "https://story.kakao.com/share?url=" + encodeURIComponent(strURL) + "&t=" + encodeURIComponent(strTitle); window.open(snsArray[sns]); } function copy_clip(url) { var IE = (document.all) ? true : false; if (IE) { window.clipboardData.setData("Text", url); alert("이 글의 단축url이 클립보드에 복사되었습니다."); } else { temp = prompt("이 글의 단축url입니다. Ctrl+C를 눌러 클립보드로 복사하세요", url); } } 댓글목록 등록된 댓글이 없습니다. 이전글 다음글 목록