各SNSのページURLからのシェアボタン

SNSで記事をシェアするボタンの並びを作る時、それぞれのボタンのリンク先毎回調べるのが大変なので、ここに備忘録としてまとめておきます。

Facebook

<a href="http://www.facebook.com/share.php?u=http://uniqueurl.com&title=your title here" target="_blank" onclick="window.open(this.href,'window','width=640,height=480,resizable,scrollbars') ;return false;">Facebook Button!</a>

X

<a href="https://twitter.com/intent/tweet?url=http://uniqueUrl target="_blank" onclick="window.open(this.href,'window','width=640,height=480,resizable,scrollbars') ;return false;">Twitter Button!</a>

LINE

<a href="http://line.me/R/msg/text/?http://uniqueUrl target="_blank" onclick="window.open(this.href,'window','width=640,height=480,resizable,scrollbars') ;return false;">Twitter Button!</a>

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です