검색결과 리스트
-- JavaScript에 해당되는 글 33건
- 2020.04.14 SNS 공유
글
/* 네이버 블로그 공유하기 */
<a href="#" onclick="javascript:window.open('http://share.naver.com/web/shareView.nhn?url=' +encodeURIComponent(document.URL)+'&title='+encodeURIComponent(document.title), 'naversharedialog', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" alt="Share on Naver" >네이버 블로그</a>
/* 페이스북 공유하기 */
<a href="#" onclick="javascript:window.open('https://www.facebook.com/sharer/sharer.php?u=' +encodeURIComponent(document.URL)+'&t='+encodeURIComponent(document.title), 'facebooksharedialog', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" alt="Share on Facebook" > 페이스북</a>
/* 트위트 공유하기 */
<a href="#" onclick="javascript:window.open('https://twitter.com/intent/tweet?text=[%EA%B3%B5%EC%9C%A0]%20' +encodeURIComponent(document.URL)+'%20-%20'+encodeURIComponent(document.title), 'twittersharedialog', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;" target="_blank" alt="Share on Twitter" >트위트</a>
/* 구글플러스 공유하기 */
<a href="#" onclick="javascript:window.open('https://plus.google.com/share?url=' +encodeURIComponent(document.URL), 'googleplussharedialog','menubar=no,toolbar=no,resizable=yes, scrollbars=yes,height=350,width=600');return false;" target="_blank" alt="Share on Google+"></a>
/* 카카오스토리 공유하기 */
<a href="#" onclick="javascript:window.open('https://story.kakao.com/s/share?url=' +encodeURIComponent(document.URL), 'kakaostorysharedialog', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes, height=400,width=600');return false;" target="_blank" alt="Share on kakaostory">카카오스토리</a>
'-- JavaScript' 카테고리의 다른 글
정규식으로 특정 태그 안의 문자 추출 및 치환 (0) | 2021.01.07 |
---|---|
textarea에 maxlength 설정하기 (0) | 2020.07.17 |
페이지 갱신없이 주소변경 (0) | 2018.03.12 |
IE11 new Date() Invalid Date (0) | 2018.02.07 |
javascript로 user agent 변경하기 (0) | 2018.02.07 |
RECENT COMMENT