UPDATE(02/19/2007):
The plugin has now been updated to version 2.2. This change incorporates some changes sent from Ying-Chieh Liao. There are two changes to the plugin.
The first change is that the user only needs to input their feedburner id, not the whole URL. So, if you update, you may have to re-enter this information. So, instead of putting in “http://feeds.feedburner.com/jeremysbraindump”, you only have to put in “jeremysbraindump”.
The second change add a little tiny text link for the feed. You could use this instead of one of the chicklets for example.
As always, if you have any feedback, let me know.
—————————————-
UPDATE (08/16/2006):
The plugin has now been updated to version 2.1. This change incorporates Diona’s changes of adding a li and closing /li to each line. This should be purely cosmetic and not change any funtionality. Please let me know if it does.
—————————————-
UPDATE (05/17/2006):
The plugin has now been updated to version 2.0. 2.0 gives you the ability to select which chicklets you want to display from Feedburners list. This is configurable through the normal widget configuration under Presentation. It has been tested with multiple themes. Everything seems to work, as far as I can tell. However, I do not have accounts with all of the syndication sites, so I do not know for sure, if they work. One site that seems to have trouble is Newsgator. However, the code looks just like Feedburner’s code. So, I think this is either their problem or C|Net’s problem.
… the ability to select which chicklets …
I also changed the default title to be: Subscribe through Feedburner. This is also used as text when you hover over a chicklet.
—————————————-
UPDATE(05/15/2006):
The plugin has now been updated to version 1.1. 1.1 follow’s Andy’s comment and intercepts the normal feed location in the header of the page. It redirects these feeds to Feedburner. However, it does not do anything with your original feeds, they are still there. But, if a syndication program automatically scans your blog page, it will detect the Feedburner feed and use that.
Because of this, I would recommend setting up Feedburner before you activate my plugin. That way, when Feedburner scans your blog for the feed, it actually finds something. Otherwise, you have to know the location of your feed, such as http://blog.blog.com/feed?=rss.
Anticpated features of 2.0 still include using chicklets from all blog services that Feedburner hooks into.
—————————————-
This is the initial version of my Feedburner widget for WordPress. This allows you put Feedburner subscription links into your WordPress sidebar and arrange it with the rest of your widgets.
The initial 1.0 version just allows for the large icon to be displayed. Also, the title “Subscribe with Feedburner” is hardcoded.
To install, just download the plugin from here. Uncompress it and place it in your wordpress/wp-content/plugins/widgets directory. Then go to your admin page of your blog and activate it under Plugins. After that, goto your Presentation->Sidebar Widgets page. Drag it over to the sidebar where you want it displayed.
To configure it, click on the configure icon. You should see a Title: and a Feed URL: options. The Title is just what you want people to see when they hover over the feed icon. The Feed URL is where you put the location of your blog feed on Feedburner. Theoretically, you should just be able to change BLOGNAME under the defaults and everything should work.
For example, under my options, I have:
Title: Subscribe to my feed, Jeremy’s Brain Dump
Feed URL: http://feeds.feedburner.com/jeremysbraindump
I hope that this is of value to someone.
Future versions will probably have a modifiable title and all of the icon versions that Feedburner has.
Any comments or suggestions are more than welcome.







22 Comments
Check ouy the
feed_linkfilter hook, too. It lets you modify the links in the <head> section of your pages. Those links are the ones programs use to auto-discover your feeds. If you want all feed traffic going through FeedBurner, you’ll filter those links!So, if understand this correctly…
I would attempt to modify these three lines in the header:
link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0: Artikel” href=”http://blog.finke.ws/?feed=rss2″ /
link rel=”alternate” type=”text/xml” title=”RSS .92: Artikel” href=”http://blog.finke.ws/?feed=rss” /
link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3: Artikel” href=”http://blog.finke.ws/?feed=atom” /
And I would do this with a filter hook. Where would that code be called from in the widget? Up where I check for the existance of widgets? Or do I need to write a plugin for it? Don’t the headers get created before the widgets are loaded? Or does it check for filters before and html gets generated??
Thanks!
Jeremy
awesome…thanks so much for your work. definetely made it easier than modifying the code.
peace,
-e
Jeremy, I altered this widget to be a little more standards compliant with the markup. How can I get this update to you? I thought it might be more helpful to update it and share the change with you.
Hey Dude,
Love the widget. Any chance of updating it to have the feedburner email option on it? This would just top it right off!
JMTC, keep up the great work.
Molly
Diona,
Thank you very much. I will try to take a look at it this week.
Jeremy
Molly,
Do you have link that shows that feature? I am not familiar with it.
Thanks!
Jeremy
I am not a PHP genius. Whe I try to download the widget I only get an html page. How do I install and use this widget? Will in display feed burner stats? Is there a widget that will display feedburner stats?
xtime,
You need to install it just like any other plugin/widget. You can check the codex for more information at: http://codex.wordpress.org/Plugins.
It does not display any statistics. I am not sure of anything that does. I just wanted to manage them all centrally via feedburner, which is what this does.
This widget is really what I need except for the icon: I’d like to use my own icon for the feed, so I made some modification, how can I send you the patched file?
your plugin somehow kills the links to my feeds inside my footer. before your plugin was activated the code looked like this:
“>Entries RSS
“>Comments RSS
the result was a link to my feeds but after activating your plugin the generated links look like this:
feed:///
what should my code look like so your plugin can just elegantly replace them?
hello,I was just wondering why your plugin smashes my feed links
the original code looks like this: “>Entries RSS “>Comments RSS but after activating your plugin the links to my feeds look like this: feed:/// check it out here: http://www.pensiunea-nora.ro in the footer – any idea whats wrong?
Not sure… I noticed that you are running 2.2. Something may have changed in the WP api.
Notice in your source you get:
link rel="alternate" type="application/rss+xml" title="Pensiunea Nora RSS Feed" href="" /
What the widget should do is catch your default feeds and substitute the feedburner ones.
Do your icons work at all?
Hello,
I use your plugin since 2.1 version and now (I just have some free time) I noticed that I have some problems with XHTML validation.
When I try to use feedburner stats image (number of people subscribed) xhtml validator screams about & chars. Can you help me with that ?
Meeku,
Could you provide a little more detail? I don’t think that I have included anything regarding feedburner stats.
Problem solved. The problem appeared when I displayed that badge from feedburner.
I just modified feedburn-2.2.php and replaced & with & .
I mean && amp;
Hmmm.. Interesting…
I am kind of busy right now, but I will take a look see in a couple of weeks. I probably should include an option to include the feedburner user count.
Hi Jeremy, very useful widget, thanks. But the Badge chicklet is not working, basically no graphic shows though you can just about find the link.
Also, where do you get these Share and Enjoy links from??
Email me back if you can?
I will check into it. I really need to update it. The last time I looked at feedburner’s website, they added a bunch more services.
I get the images from the sites themselves as it is presented by feedburner.
Sorry… The share and enjoy links are another plugin. It is called socialble.
You can find it at http://www.joostdevalk.nl/wordpress/sociable/
59 Trackbacks/Pingbacks
[...] Jeremy is working on a widget for folks who use FeedBurner. The initial version of the widget is very basic but he has some good ideas for development. [...]
[...]   feedburn,æä¾›Feedburner订阅链接。 feedburner rss [...]
[...] A great new plugin has been released over on Jeremys Brain Dump which gives you the ability to easily add a ‘Subscribe To Feedburner’ widget into your WordPress blogs and arrange it just like the rest of your widgets. You can select which Feed icons, or ‘chicklets’ as they are called, you want to display from the widget options. [...]
[...] widgetå¯ä»¥å¯¹ä¾§è¾¹æ ,进行å¯è§†åŒ–的调整æ“作,ä¸éœ€è¦ä¿®æ”¹ä»»ä½•çš„HTMLã€php代ç 。更é‡è¦çš„æ˜¯widget的作者æä¾›äº†å¾ˆå¥½çš„API,现在越æ¥è¶Šå¤šçš„æ’ä»¶ä½œè€…éƒ½å¼€å§‹æ”¯æŒwidget了。 下载地å€ï¼šç‚¹å‡»ä¸‹è½½ 现在已知的widgetæ’件有很多,列表如下 Samsarin Archive Dropdown ï¼Œå¯¹å˜æ¡£åˆ—表æä¾›ä¸€ä¸ªä¸‹æ‹‰å¼èœå•列表,å¯ä»¥æŒ‰æ—¥æœŸå’Œåˆ†ç±»æ¥é€‰æ‹© King Pages,显示Page的列表,åŽå°å¯ä»¥è¯¦ç»†æŽ§åˆ¶æ˜¾ç¤ºé¡ºåºã€‚ King Login,用于显示Login/Registeræ¡ç›®ï¼Œå¹¶ä¸”拥有更多控制选项 WPW-Related Postsï¼Œç›¸å…³æ–‡ç« æ˜¾ç¤ºã€‚ Live Search,Live Search效果的Widget。 King RSS,用于显示RSSçš„Widget,åŽå°æœ‰ä¸°å¯Œçš„内容控制。 List Authorsï¼Œåˆ—å‡ºæ‰€æœ‰çš„ä½œè€…ï¼Œå½“ç„¶é¦–å…ˆä½ çš„Blog䏿˜¯ä¸€ä¸ªäººåœ¨å†™ GeoURL Sidebar,é…åˆGeoURL的数æ®åœ¨ä¾§æ æ˜¾ç¤ºä¸Žä½ åœ°ç†ä½ç½®ç›¸è¿‘çš„Blog。 Flickr RSS,输出Flickr上的照片。 King Calendar,输出日历。 feedburn,æä¾›Feedburner订阅链接。 King Links,输出Link内容,æä¾›æ–¹ä¾¿çš„详细设置。 IM Onlineï¼Œåœ¨ä¾§æ æ˜¾ç¤ºIM状æ€ï¼Œæ”¯æŒAOL, MSN, Yahoo!, Jabber (比如Google Talk), ICQ。 Weather Widgets,显示天气预报,åŽå°å¯ä»¥å®šåˆ¶å‰èƒŒæ™¯è‰²ã€‚ Bookmarking Widgetsï¼Œåœ¨ä¾§æ æä¾›è®¢é˜…é“¾æŽ¥ã€‚ Get Your Stock Quotes Widgetsï¼Œåœ¨ä¾§æ æ˜¾ç¤ºè‚¡ç¥¨ä¿¡æ¯çš„Widget。 King Text,在测æ 输出一个文本框,å¯ä»¥ä½¿ç”¨htmlä»£ç æˆ–者php代ç ,å¯ä»¥è‡ªå®šä¹‰æ ‡é¢˜å’Œæ ¼å¼ã€‚ Flickr Photo Album,通过Flickrçš„Fhoto Set在WP上生æˆåƒå†Œï¼ŒåŒæ—¶ä¹Ÿæ”¯æ´Widgetsæ ‡å‡†ï¼Œå¯ä»¥æ–¹ä¾¿çš„在sidebar上输出。 fresh//comments,最近留言的widget,最终输出在åŽå°æœ‰å¾ˆç›´è§‚çš„è°ƒæ ¡ã€‚ Doogate search widget,使用doogate.comçš„æœç´¢å¼•æ“Žæ¥æœç´¢Blog或者Web。 Paypal Donate Widget,显示Paypalå°é¢æåŠ©ï¼ŒåŽå°å¯ä»¥å…·ä½“控制。 Wayback Widgetï¼Œç”¨äºŽæ˜¾ç¤ºåŽ»å¹´åŒæ—¶é—´ï¼ˆæ˜ŸæœŸï¼‰çš„æ–‡ç« 。 King Categories Widget,用于显示分类的widget,å¯ä»¥æŽ§åˆ¶å„类显示分类的选项。 部分内容æ¥è‡ªBPCN [...]
[...] For instance FeedBurner’s API is is like a 6.5 on a scale of 1 to 10 but Jeremy T. Finke wrote a WP Plugin (Feedburner Widget) (that intergrates into the Sidebar Widgets by Automattic) which lets a site owner add syndicated chicklets to a sidebar on the site that are redirected back through Feedburner. [...]
[...] For instance FeedBurner’s API is is like a 6.5 on a scale of 1 to 10 but Jeremy T. Finke wrote a WP Plugin (Feedburner Widget) (that intergrates into the Sidebar Widgets by Automattic) which lets a site owner add syndicated chicklets to a sidebar on the site that are redirected back through Feedburner. [...]
[...] Feedburner WordPress Widget This allows you put Feedburner subscription links into your WordPress sidebar and arrange it with the rest of your widgets. [...]
[...] Feedburner WordPress Widget This allows you put Feedburner subscription links into your WordPress sidebar and arrange it with the rest of your widgets. [...]
[...] FeedBurner Widget (Sidebar Widget plugin for various syndications) [...]
[...] feedburn,æä¾›Feedburner订阅链接。 [...]
[...] FeedBurner WidgetTransforms the RSS feeds in wordpress to represent my FeedBurner feeds. (for the stats, thank you) Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. [...]
[...] FeedBurner Widget Allows me to publish my RSS feed through FeedBurner. This is great for the management of the feed and usage (not user!) tracking. [...]
[...] Adsense-Deluxe+ – Place AdSense ads in your WordPress Posts CG-InBetween – Easily insert code between posts Feedburner Widget – Adds syndicated chicklets to your sidebar [...]
[...] Feedburner Widget 2.1 – pentru sindicarea continutului – el e responsabil de iconitele alea cu rss
[...]
[...] I added a MyBlogLog account the other day to get more info about who’s reading my blog but the hole in that strategy is that MyBlogLog only counts people coming to my web site, not those who read entries via RSS. So I’ve now switched my RSS feed sign ups in the sidebar to Feedburner, which provides similar info about readers on the feeds. Just don’t get too close to the flame…and of course, the easiest way to integrate Feedburner feeds was with a plug-in widget. I chose Jeremy Finke’s easy-to-use (and aptly named) Feedburner widget for WordPress. [...]
FeedBurner Plugin
Using some WordPress plugin magic, and user agent detection, this plugin simply forwards all your feed traffic to FeedBurner.
Table of Contents
Name(æ’ä»¶å称)
Author(æ’件作者)
Version(æ’件版本)
Download(下载æ’件)
Int…
[...] FeedBurner Widget – un widget simpatic si customizabil pentru redirectionare feedurilor prin FeedBurner [...]
[...] Visit [...]
[...] Ok, the feeds are being powered with feedburner.I’m using a lovely plugin called Feedburn to change all my subcribe links over to feedburner aswell as provide the chicklets that you can see in the right hand sidebar there! Very good plugin! So far no trouble with it! [...]
[...] Feedburner WordPress widget. Ä®skiepis skirtas atvaizduoti RSS srautų prenumeratos mygtukus tinklaraÅ¡Äio Å¡oniniuose blokuose. Jis panaudoja WordPress Widget sistemÄ…, kuri leidžia paprasÄiau administruoti informacinius blokus. PaÄiame widgete galima nurodyti, kokių RSS srautų skaitymo programų mygtukus naudoti dizaino Å¡ablone. [...]
[...] Visit [...]
[...] Feedburner WordPress Widget Put Feedburner subscription links into your WordPress sidebar and arrange it with the rest of your widgets. [...]
[...] Feedburner Widget – 2.2 [...]
[...] FeedBurner Widget Allows me to publish my RSS feed through FeedBurner. This is great for the management of the feed and usage (not user!) tracking. [...]
[...] have just upgraded to WordPress 2.3. So far, so good. My feedburn widget is running correct as far as I can tell. If anyone has any problems please let me [...]
[...] Feedburner Widget [...]
[...] конÑÐ¾Ð»ÑŒÐ½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° на дедике не наÑтроена), FeedBurner FeedSmith, Feedburner Widget, Gravatar, RusToLat, Subscribe To Comments, Ultimate Google Analytics, wp-cache. Ðто [...]
[...] FeedBurner FeedSmith 把bolg上的全部feedéƒ½çƒ§åˆ°å®ƒçš„ç½‘ç«™ä¸ŠåŽ»ï¼Œç„¶åŽæŠŠç°å¹åˆ°ä¸–界å„åœ°ã€‚ä¸Žä¹‹ç›¸å…³çš„è¿˜æœ‰ä¸ªä¾§é¢æ å«Feedburner Widget。与之相对应的feedæœåŠ¡è¿˜æœ‰Feedsky Feed æ’ä»¶Â Feedsky Widget [...]
[...] Jeremy’s Brain Dump » Announcing a Feedburner WordPress Widget [...]
[...] Feedburner Widget by Jeremy T. Finke . [...]
[...] Feedburner Widget by Jeremy T. Finke . [...]
[...] Feedburner Widget by Jeremy T. Finke . [...]
[...] Feedburner Widget by Jeremy T. Finke . [...]
[...] Feedburner Widget by Jeremy T. Finke . [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner Widget by Jeremy T. Finke . [...]
[...] Feedburner Widget by Jeremy T. Finke . [...]
[...] Feedburner Widget — tells how many readers my blog has via RSS readers. Not always sensible value
[...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner WordPress Widget allows easy adding of the Feedburner subscription icon to your WordPress Theme sidebar. It includes the choice of different Feedburner icons, and the ability to show other blog services Feedburner hooks into, further expanding your feed subscription coverage. [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feed burner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Dieses Widgets vereinfacht einem das einfügen des Feedburner Links …mehr dazu [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] FeedBurner Widget Allows me to publish my RSS feed through FeedBurner. This is great for the management of the feed and usage (not user!) tracking. [...]
[...] Feedburner WordPress Widget allows easy adding of the Feedburner subscription icon to your WordPress Theme sidebar. It includes the choice of different Feedburner icons, and the ability to show other blog services Feedburner hooks into, further expanding your feed subscription coverage. [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
[...] Feedburner – subscribe to blog via Feedburner [...]
Post a Comment