這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“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.