$(function() {

 $('.twitter').socialbutton('twitter', {
      button: 'none',
      text: 'SEIL.jp',
      via: 'SEIL_SMF'
 });

 $('.twitter2').socialbutton('twitter', {
      button: 'horizontal',
      text: 'SEIL.jp',
      via: 'SEIL_SMF'
 });

$('.gree').socialbutton('gree_sf');

$('.gree2').socialbutton('gree_sf', {
      button: 4,
      height: 20
 });

 $('.hatena').socialbutton('hatena', {
      button: 'simple'
 });

 $('.evernote').socialbutton('evernote', {
      button: 'site-mem-22',
      styling: 'full'
 });
});

