제 239회 해인사수련동문회 정기법회
페이지 정보
작성자 최고관리자 작성일16-10-17 09:15 조회13,530회 댓글0건본문
제 239회 해인사수련동문회 정기법회
나야말로 나의 주인이니 다른 누가 주인이 되리오.
자신을 잘 제어할 때 사람은 얻기 어려운 스승을 얻는다.
// 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); } }
댓글목록
등록된 댓글이 없습니다.