// JavaScript Document

$(document).ready(function(){
//ここからユーザーのTL表示とfollowボタン表示です
$('#sidebar-twitter').jTweetsAnywhere({
username: ['RootsHello','KiyomaT','LalaHula'], //ユーザー名（複数の場合['skuare','jquery']などとしてください）
count: 8, //表示数
showFollowButton: true, //followボタンの表示
});
});
