우리가 사는 세상을 모두 알기엔 인생은 너무 짧다.!!

사이트관리/그누보드 설치

간단한 sns 공유 소스 어디에나 붙일수 있는

거북선인 2018. 5. 5. 03:13
반응형

sns 공유 소스를 찾아 보아도 

이상하고 

엉뚱하고 

복잡하고

그래서 직접 올린다.


아래의 소스에서 빼고 싶으면 빼고 ..필요한것만 복사해서 넣어주면 된다.

빨간 부분에 이미지가 있는 곳 지정만 해주면 된다.

sns.zip


---------------------------------------------------------------------------------------------------

<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)+'&amp;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)+'&amp;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>

----------------------------------------------------------------------------------------------------------------------

반응형