http://wordpress.org/extend/plugins/alexa-rank/
这是一个用来在您站点上显示 Alexa Rank 的插件。
该插件安装很简单。首先下载该插件:alexa-rank.zip。
然后解压缩到插件目录下,在管理后台中激活该插件。
最后修改您的模版。在您希望显示 Alexa Rank 的地方,插入如下代码:
- <?php class_exists('AlexaRank') ? AlexaRank::bar(): ''; ?>
即可。
更新:
2009年1月17日 更新
网友 bawbaw 增加了新的架设在 Google AppEngine 上的 PHPRPC 服务器。
2007年10月29日 更新
修正了 xhtml 校验错误。
2007年2月22日 更新
将 PHPRPC JavaScript 客户端更新到 3.0。
2006年5月29日 更新
增加了对 konqueror 等浏览器的支持。
2006年4月25日 更新
增加了 AlexaRank PHPRPC 服务器端下载。
2006年4月20日 更新
增加了到 Alexa Overview 的链接。
2006年4月10日 更新
将 phprpc 的 js 客户端替换为压缩版,有效地提高了加载页面的速度。
2006年4月6日 更新
增加了 Opera Mobile 支持。
English
This plugin allows you to add the Alexa Rank of your website into your blog.
Install notes:
1. Download this plugin: alexa-rank.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('AlexaRank') ? AlexaRank::bar(): ''; ?>
into the place where you want to show the Alexa Rank.
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 AlexaRank 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.

