inicio sindicaci;ón

FeedCount自定显示订阅人数

这篇文章是直接转载过来的,从Robbin那里,不同的是,我翻译成了简体中文,省略了一小段,修改了错别字。从内容上看,大陆不用Feedburner的原因不是因为图标不好看,而是因为FeedBurner被GFW了。

很多人都用feedburner烧出一个自己的feed,我也是。
很多人都喜欢在自己的首页或边栏放上显示由feedburner提供的订阅人数贴纸,我也是。

(省略文字若干——),所以前阵子找了这个外挂,Feed Count

Feed Count 1.2版 下载页面

Feed Count可以透过feedburner的api控制订阅的,再让使用者可以透过css的定义去显示他,此外还整合了自定前缀或是更新的时间,使用者可以像我这样阳春的显示

count1

或者像原作者这样的显示

count2

安装方式很简单

下载外挂并解压缩
feedcount.php上传到你的外挂目录
在外挂页面启用他
到选项的Feed Count标签里去设定细项
启动你的Feedburner API (到 Publicize选项后, 点 Awareness API service 启用他。
接着底下这段把放到你要他出现的地方,就降。

< ?php if (function_exists('fc_feedcount')) fc_feedcount(); ?>

如果要更华丽或者是加上顏色,可以参考原作提供的css(参考下方)或是自行发挥罗

.feedcountdiv p{

margin-top:5px;

}

.feedcount {

text-align:center;

padding:3px;

background-color:#ee7d00;

background: url(/images/rss-stripes.png) repeat;

color:#ffffff;

font-weight:bold;

-moz-border-radius:3px;

border:2px solid #cc5b00;

}

.subscribers {

background-color: #cc5b00;

color:#ffffff;

padding:0px 2px 0px 2px;

}

回复 Trackback


Warning: Undefined variable $tablecomments in /www/wwwroot/wordpress/wp-content/themes/OtherSide/comments.php on line 13

Leave a Reply


Warning: Undefined variable $user_ID in /www/wwwroot/wordpress/wp-content/themes/OtherSide/comments.php on line 93

You must be logged in to post a comment.