シェアボタン表示する時に別窓で開かせるやつ
window.open(this.getAttribute('href'),'','width='+600+',height='+450+',left='+(window.screenX+(window.innerWidth-600)/2|0)+',top='+(window.screenY+(window.innerHeight-450)/2|0)); return false;