Skip to content

Instantly share code, notes, and snippets.

@nyawach
Created November 1, 2016 06:23
Show Gist options
  • Save nyawach/edee8ab9f38bc2e89bb3c8de7e7ca480 to your computer and use it in GitHub Desktop.
Save nyawach/edee8ab9f38bc2e89bb3c8de7e7ca480 to your computer and use it in GitHub Desktop.
シェアボタン表示する時に別窓で開かせるやつ
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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment