본문 바로가기

카테고리 없음

SNS 공유

□ 페이스북메타태그 정의

[meta property="og:type" content="website"]

[meta property="og:site_name" content="사이트명"]

[meta property="og:title" content="타이틀명"]

[meta property="og:description" content="사이트설명"]

[meta property="og:image" content="이미지 URL"]



□ 네이버 밴드 공유

$("#snsBlog").click(function(e) {

 var title = "타이틀명";

 var description = "설명";

 var url = $(location).attr("href"); var shareUrl = "http://band.us/plugin/share?body="+encodeURIComponent(title)+" "+encodeURIComponent($(location).attr("href"))+"&route="+encodeURIComponent($(location).attr("href")); 


window.open(shareUrl, "share_band", "width=410, height=540, resizable=no"); });




□ 네이버 밴드 공유

$("#snsFacebook").click(function(e) {

var params = 'p[url]='+encodeURIComponent($(location).attr("href"));

window.open('https://www.facebook.com/sharer/sharer.php?'+params, 'sharer', 'width=626,height=436');

});



※ 이미지 사이즈는 200*200