2016년 하안거 포살 시행일정
페이지 정보
작성자 작성일16-06-24 13:51 조회14,504회 댓글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);
}
}
등록된 댓글이 없습니다.댓글목록