페이스북 공유 페이지 만들기
//http://www.facebook.com/sharer.php?u={페이지 제목}&t={페이지링크} $(".facebook").click(function(e){ e.preventDefault(); 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'); }); 메타테그를 입력 후 자바스크립트를 통해 이벤트를 붙여 페이스북 공유가 가능..
Web
2019. 8. 8. 22:04
공지사항