该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Feed Subscriber Stats

描述

Ever wanted to see your FeedBurner stats on the WordPress Dashboard? Well now you can with this simple plugin. The plugin uses FeedBurner’s Awareness API to get your feed subscriber stats directly from FeedBurner. So now you can easily check your subscriber stats from the WordPress Administration section.

-Graphing of stats from 01-01-2008 to the present.

Sidebar Widget

If you have a widget ready dynamic sidebar, you can add the FSS Widget.

Add this code: [fss_subscribers] to view the subscriber count.

You can customize how this looks for example:

There are [fss_subscribers] subscribers to this blog.

WILL DISPLAY:

There are 20 subscribers to this blog.

屏幕截图

  • Dashboard view of Feed Subscriber Stats.

安装

  1. Download the plugin, extract and upload it to your plugins folder on your server.

  2. Activate the plugin.

  3. Go to your WordPress Dashboard.

  4. It will tell you “Feed Not Found”. Hit the “Modify Your Settings” link and enter your FeedBurner information then hit “Submit”.

Make sure that the Awareness API is activated on your FeedBurner Account. You can do this by logging in to your FeedBurner/Google account, click on “Publicize”,. Then click “Awareness API” and Activate it.

Theme Function:

<?php if (function_exists('fss_subscribers')) { fss_subscribers(); } ?>

The above code will show the subscriber count only.

评价

此插件暂无评价。

贡献者及开发者

“Feed Subscriber Stats” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Feed Subscriber Stats”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

3.0.6

  • Dropped dependencies of SimpleXML and instead utilizes a built-in WordPress function to pull data from Google/FeedBurner.