sns 공유 소스를 찾아 보아도
이상하고
엉뚱하고
복잡하고
그래서 직접 올린다.
아래의 소스에서 빼고 싶으면 빼고 ..필요한것만 복사해서 넣어주면 된다.
빨간 부분에 이미지가 있는 곳 지정만 해주면 된다.
---------------------------------------------------------------------------------------------------
<style type="text/css" media="screen">
body { text-align:center; }
</style>
<div class="SNS_Share_Top hidden-xs">
널리 공유해 주세요 Please introduce this place to others by SNS
<!-- Share on Twitter -->
<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">
<img src="./img/Twitter.png"></a>
<!-- Share on Facebook -->
<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">
<img src="./img/Facebook.png"></a>
<!-- Share on Google+ -->
<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+">
<img src="./img/Google_Plus.png"></a>
<!-- Share on Kakaostory -->
<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">
<img src="./img/Kakao_Story.png"></a>
<!-- Share on Naver -->
<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=600,width=600');return false;" target="_blank" alt="Share on Naver">
<img src="./img/Naver.png"></a>
</div>
----------------------------------------------------------------------------------------------------------------------
'사이트관리 > 그누보드 설치' 카테고리의 다른 글
[초간단] 일반 베이직 보드로 댓글 쓰면 답변완료 답변중 질문게시판 (0) | 2019.09.17 |
---|---|
사이트 하단에 모니터 가로 세로 크기 표시 (0) | 2019.08.03 |
메뉴가 너무 많아 게시판 캐쉬가 오작동 될때 (0) | 2018.05.18 |
등업게시판에 글 올리고 운영진이 댓글을 달면 글쓴이의 레벨 올려주기 (0) | 2018.05.12 |
그누보드 Connect Error: No such file or Directory 해결 (0) | 2018.02.09 |
시놀로지에 그누보드 설치 순서/방법 (0) | 2018.01.30 |