GithubのStar、Forkボタンを設置する

BootstrapFontAwesomeなどGithubでリポジトリを公開しているOSSでよく見かける、GithubのStarやForkの数を表示するボタンを設置する方法です。

※例で表示させているのは先日公開した自分のリポジトリ「LoadingIcon」のボタンです。遠慮なく押してください!

Starボタン

<iframe src="http://ghbtns.com/github-btn.html?user={ユーザーID}&repo={リポジトリ名}&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>

Forkボタン

<iframe src="http://ghbtns.com/github-btn.html?user={ユーザーID}&repo={リポジトリ名}&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>