インストール

インストールは簡単。ココからダウンロードして、Wordpress の wp-content/plugins にコピーして展開すれば OK。(下の例では直接 plugin フォルダにダウンロードしてます。)

[paraches@localhost plugins]$ sudo wget http://downloads.wordpress.org/plugin/twitter-facebook-google-plusone-share.1.0.2.zip
[paraches@localhost plugins]$ sudo unzip twitter-facebook-google-plusone-share.1.0.2.zip 
Archive:  twitter-facebook-google-plusone-share.1.0.2.zip
twitter-facebook-google-plusone-share.1.0.2 packaged: Mon, 27 Jun 2011 16:23:20 +0000
   creating: twitter-facebook-google-plusone-share/
  inflating: twitter-facebook-google-plusone-share/readme.txt  
  inflating: twitter-facebook-google-plusone-share/tf_display.php  
  inflating: twitter-facebook-google-plusone-share/tf_admin_page.php  
  inflating: twitter-facebook-google-plusone-share/twitter-facebook-share.php  
[paraches@localhost plugins]$ sudo chown -R apache:apache twitter-facebook-google-plusone-share
[paraches@localhost plugins]$