GooglePR Plugin for wordpress

Sunday 27 May 2007 @ 11:43 pm

Full Name:GooglePR
Plugin Version: 1.5
For WP:2.1.+
Copyright: GPL
Introduction:this plugin allow you add the Google PageRank into your blog.
AuthorAndot
Author Location:China
Plugin PageGo to
DownloadGooglePR(zip)and GooglePR_RPC.zip(if you want your OWN RPC Service)
Languageenglish, more or add your languages.
How To:

  1. Download “googlepr” and unzip it.
  2. Upload “googlepr” to the plugins folder of your WordPress installation.like this:cnwper.cn/wp-content/plugins/googlepr
  3. Activate the plugin in your administration panel.
  4. edit your template file,add the codes below to where you want to show the GooglePR infomatiion.I suggest you use the “Sidebar Modules” and you can creat a php module and show it on the sidebar of your blog.:)
    1. <?php class_exists('GooglePR') ? GooglePR::bar(): ''; ?>
  5. If you want your own RPC Service,please download the GooglePR_rpc.zip,unzip it and upload it to the plugins folder of your WordPress installation.then edit the URL in “googlepr.js” of “googlepr” folder.



AlexaRank Plugin for wordpress

Sunday 27 May 2007 @ 11:42 pm

Full Name:Alexa Rank
Plugin Version: 1.5
For WP:2.1.+
Copyright: GPL
Introduction:this plugin allow you add the Alexa Rank into your blog.
AuthorAndot
Author Location:China
Plugin PageGo to
Downloadalexarank(zip)and AlexaRank_rpc.zip(if you want your OWN RPC Service)
Languageenglish, more or add your languages.
How To:

  1. Download “alexarank” and unzip it.
  2. Upload “alexarank” to the plugins folder of your WordPress installation.like this:/wp-content/plugins/alexaran
  3. Activate the plugin in your administration panel.
  4. edit your template file,add the codes below to where you want to show the alexarank infomatiion.I suggest you use the “Sidebar Modules” and you can creat a php module and show it on the sidebar of your blog.:)
  5. If you want your own RPC Service,please download the alexarank_rpc.zip,unzip it and upload it to the plugins folder of your WordPress installation.then edit the URL in “alexarank.js” of “coolweather” folder.
    1. <?php class_exists('AlexaRank') ? AlexaRank::bar(): ''; ?>