3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Facebook・Twitter・LINE・Pocket・はてブの公式シェアボタンリンクまとめ

Last updated at Posted at 2019-02-14

FacebookやTwitterなど
各シェアボタンを埋め込むコードをいつもググっているのでメモしておきます📝

##Facebook

いいね!ボタン - ソーシャルプラグイン
https://developers.facebook.com/docs/plugins/like-button?locale=ja_JP

##Twitter

Twitter Publish
https://publish.twitter.com/?buttonType=TweetButton&widget=Button

##LINE

LINE Social Plugins
https://media.line.me/ja/how_to_install#lineitbutton

##pocket

Pocket for Publishers: Pocket Button
https://getpocket.com/publisher/button

##はてブ

はてなブックマークボタンの作成・設置について
http://b.hatena.ne.jp/guide/bbutton

#スニペット

シェアボタンのHTMLコードスニペットです。
HTMLコードはスニペットを使い回して時短してます🕑

<div class="p-sns">
  <ul class="p-sns__list">
    <li class="p-sns__item -facebook">
      Facebookボタン
    </li>
    <li class="p-sns__item -line">
      LINEボタン
    </li>
    <li class="p-sns__item -twitter">
      Twitterボタン
    </li>
     <li class="p-sns__item -pocket">
      Pocketボタン
    </li>
  </ul>
</div>

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?