본문 바로가기

Story/html/css

소셜 공유버튼 쉽게 달기

반응형

sns 를 많이 사용하는 요즘 공유버튼이 사용되는 많은 사이트들이 있다.

각각 스크립트로 넣기 귀찮기도 하고 일도 많은대 쉽게 추가할수있는 서비스를 제공하는 사이트가있다.

 

http://sharebutton.net/

 

이 사이트에서 두가지 스크립트를 무료로 제공하는대 첫번째 좌측 상단에 넣을수있는 방법애 스크린삿과 스크립트

 

 

<script>
document.write('<script src="//sharebutton.net/plugin/sharebutton.php?type=vertical&u=' + encodeURIComponent(document.location.href) + '"></scr' + 'ipt>');
</script>

 

두번째 우측 하단에 넣을수있는 방법애 스크린삿과 스크립트

 

 

 

<script>
document.write('<script src="//sharebutton.net/plugin/sharebutton.php?type=horizontal&u=' + encodeURIComponent(document.location.href) + '"></scr' + 'ipt>');
</script>

 

버튼도 깔끔하고 쉽게 넣을수있다.

 

우측에 버튼을 클릭해서 공유해보시길...

반응형

'Story > html/css' 카테고리의 다른 글

css Seletor 에서 > 꺽쇠의 의미  (0) 2015.05.06
HTML5 table align  (0) 2015.04.02
The big web design trends for 2015  (0) 2015.03.31
복사금지 PC , 모바일  (0) 2014.11.12
구글지도 삽입(새 Google 지도)  (0) 2014.10.23