$(function(){ $(".openShare").on("click",function(){ var e=$(this).data("type"), t=URL,n=TITLE; switch($(this).data("page")&&(t=URL+$(this).data("page")+"/",n=$("title").first().text()), t,e){ case"tw":t="https://twitter.com/intent/tweet?text="+n+"&url="+t; break; case"fb":t="https://www.facebook.com/sharer/sharer.php?u="+t; break; case"line":t="https://social-plugins.line.me/lineit/share?url="+t } window.open(t,e,"width=550, height=450, personalbar=0, toolbar=0, scrollbars=1, resizable=1") }); });