LoginSignup
14
10

More than 5 years have passed since last update.

ソーシャルボタンが手軽に置ける「bootstrap-social-buttons」がすごい便利

Last updated at Posted at 2015-07-10

2017/05/15:
下記リンク先がなくなっているのが確認できました。
代わりに後継みたいなのを見つけました
ソーシャルボタンが手軽に置ける「Social Buttons for Bootstrap」がすごい便利そう


image

これのことです。
(今回個人サイト作るときに使せてもらったやつです。)

自分的にメモしておくと

①social-buttons.cssをDLしてその辺(cssフォルダとか)におく

cssフォルダとかに置くといいと思います

②<link href="css/social-buttons.css" rel="stylesheet">とかく

これをかく

index.html
<link href="css/social-buttons.css" rel="stylesheet">

http://www.bootstrapcdn.com/#fontawesome_tab のCSSもかく

htmlファイルに

index.html
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">

とかく

④最後にボタンを書いてみる

Facebookのボタンなら

index.html
<button class="btn btn-facebook"><i class="fa fa-facebook"></i> | Connect with Facebook</button>

とかいてみる

するとこんな感じできれいなボタンができるのです↓

FireShot Capture - 半月下想 - ハンツキカソウ - - http___solaluna.sakura.ne.jp_.png

多くのソーシャルメディアに対応してるっぽいですが一部のサイトのボタンはなかったりするので注意(ask.fmとかなかった)

14
10
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
14
10