這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Flare Smith

外掛說明

FlareSmith is a plugin to integrate the FeedBurner Stats and FeedFlare services into your WordPress site – all without having to edit any of your theme files!

It acts as a content filter, and adds the required javascript to your site after the output of your original content. It plays well with others (like other content filters), and works quite nicely with the FeedBurner FeedSmith plugin. In fact, I choose the name of my plugin as an homage to FeedSmith.

A FeedBurner account is required to use this plugin.

Arbitrary section

The FlareSmith plugin was developed by Eric Marden, and is provided with out warranty under the GPLv3 License. More info and other plugins at: http://xentek.net

Copyright 2008 Eric Marden (email : wp@xentek.net)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

螢幕擷圖

  • FlareSmith Options Screen

安裝方式

  1. Unzip and Upload the ‘feedflare’ folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the ‘Settings’ menu in WordPress, and enter the unique part of your FeedBurner address.
  4. If you want FeedFlare units to be shown when ever a post is displayed (including the homepage, and other lists of posts), check the box.
  5. If you are using Adsense for Feeds, or the My Brand service, then set the option for your address.

常見問題集

Does this require a FeedBurner Account?

Yes it does. Once you’ve signed up and ‘burned’ your feed. You will need to activate the Stats and (Site) FeedFlare functionality for your feed.

Does this work with FeedBurner Pro Stats?

Yes, it does.

Will it display FeedFlare on my homepage or other lists of blog posts?

It does now. Thanks to Bran for the feature suggestion.

Does it insert FeedFlare on my Pages?

No. It only operates on blog posts. Pages don’t appear in Feeds and as such are outside of FeedBurner’s domain.

Does it work with WordPress MU?

Yes, as of version 0.13 it does. Thanks to Guillermo for the bug report.

Does it support Adsense enabled feeds or the My Brand Service?

Yes, as of version 0.15, you can set the FeedBurner address you want to use. Thanks to David K. for pointing this out.

Version 0.17 fixes an issues with My Brand support, and lets you supply your MyBrand URL, which is probably different than your blog url (which v0.15 and v0.16 assumed).

Can I style the output?

As of v0.20, I have wrapped the feedflare output in a DIV with an unique ID and Class that you can use to theme it. Thanks to Alexander Gieg for the suggestion!

I want to help with development of this Plugin!

The project is now hosted on github.com. Just fork the project and send me a pull request.

New to git?

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Flare Smith〉的開發相關工作。

參與者

將〈Flare Smith〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.20

  • Added settings link to the plugin page

0.19

  • Refactored to not require a global $post object. Just using straight get_permalink() instead.

0.17

  • Fixed issue with My Brand support in the plugin

0.15

  • Added My Brand support for custom feedburner url aliases

0.13

  • Patched to work with WPMU