이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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.

FAQ

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