http://wordpress.org/extend/plugins/googlepr/
这是一个用来在您站点上显示当前页面的 Google PageRank 的插件。
该插件安装很简单。首先下载该插件:googlepr.zip。
然后解压缩到插件目录下,在管理后台中激活该插件。
最后修改您的模版。在您希望显示 Google PageRank 的地方,插入如下代码:
- <?php class_exists('GooglePR') ? GooglePR::bar(): ''; ?>
即可。
效果见本站右面的统计。
更新:
2009年1月17日 更新
网友 bawbaw 增加了新的架设在 Google AppEngine 上的 PHPRPC 服务器。
2007年10月29日 更新
最近 Google PageRank 大范围更新了,我的网站从 5 变成了 6,以前一直没注意这个插件的 PageRank 不准确,今天更新了一下,现在可以返回正确的 Google PageRank 了。
2007年2月22日 更新
将 PHPRPC JavaScript 客户端更新到 3.0。
2006年5月29日 更新
增加了对 konqueror 等浏览器的支持。
2006年4月25日 更新
增加了 Google PageRank PHPRPC 服务器端下载。
2006年4月10日 更新
将 phprpc 的 js 客户端替换为压缩版,有效地提高了加载页面的速度。
2006年4月6日 更新
增加了 Opera Mobile 支持。
English
This plugin allows you to add the Google PageRank of the current page into your blog.
Install notes:
1. Download this plugin: googlepr.zip and extract it into the wordpress plugins directory.
2. Activate it in administrator’s interface.
3. Modify your themes. Add the following code:
- <?php class_exists('GooglePR') ? GooglePR::bar(): ''; ?>
into the place where you want to show the Google PageRank.
Changes:
2009-1-17 update
New PHPRPC server on Google AppEngine by bawbaw.hu.
2007-2-22 update
update PHPRPC Client for JavaScript to 3.0.
2006-4-25 update
Add Google PageRank PHPRPC server download.
2006-4-10 update
Replace the phprpc javascript client into compressed version to make page load fast.
2006-4-6 update
Add Opera Mobile support.

