0
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.

ページにツイッターのシェアボタンを設置する

Posted at

##ページにツイッターのシェアボタンを設置したい
IMG_0342.jpg
こんなやつ

##方法

html
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw"
   class="twitter-share-button" data-show-count="false">
    Tweet
</a>
<script async src="https://platform.twitter.com/widgets.js" 
        charset="utf-8"></script>

上記をボタンの設置したい場所に記述する

##結果
めちゃくちゃ簡単!
ボタンをクリックすると、そのページのタイトルとURLがテキストエリアに入った状態でツイートのウィンドウが開きます。

0
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
0
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?