단순히 버튼이나 a태그에 사용할수있는 공유 스크립트 function fnShareFb(sMsg,sUrl) { var href = "http://www.facebook.com/sharer.php?u=" + sUrl + "&t=" + encodeURIComponent(sMsg); var a = window.open(href, 'facebook', 'width=800, height=500'); if ( a ) { a.focus(); } } function fnShareTw(sUrl){ var sTxt = "텍스트"; var href = "http://twitter.com?status="+encodeURIComponent(sTxt)+" "+encodeURIComponent(sUrl); var a = window..