learning, thinking, blogging.
Feed Count 1.2 WordPress Plugin
Feed Count 1.2 is the latest version of my WordPress Plugin that displays the number of subscribers to your feedburner feed. You can see it in the sidebar of www.mapelli.info, right under the feed icon.
Since I don’t like the feedburner chicklet, I developed this plugin that can be easily integrated into your wordpress theme.
Support for wordpress widgets is being tested, and will be available in future versions.
Features
- [New in 1.2] CURL support (more hosting provider are supported!)
- [New in 1.2] Unsupported empty URL bug fixed
- Before and After Tags
- Full CSS styles support
- Customizable refresh time
- Customizable link
- Integration with WordPress administration panel
Installing Feed Count
- Get Feed Count zip file & Unzip it
- Upload feedcount.php to your wordpress plugin directory
- Activate the plugin from the plugins tab
- Play with the options (Options -> Feed Count) to fit your needs
- Be sure to have Awareness API for your feedburner account enabled (to enable it log in to your feedburner account, go to the Publicize tab, click on the Awareness API service and enable it).
- Put
<?php if (function_exists('fc_feedcount')) fc_feedcount(); ?>where you want your feed count to appear. - If you like Feed Count, you should consider writing a post to tell the world how cool is it, maybe adding a link to www.mapelli.info and Feed Count homepage
Customizing Feed Count with a CSS
Feed Count can be easily customized by adding some entries to your css file. Here’s what I added for www.mapelli.info:
.feedcountdiv p{
margin-top:5px;
}
.feedcount {
text-align:center;
padding:3px;
background-color:#ee7d00;
background: url(/images/rss-stripes.png) repeat;
color:#ffffff;
font-weight:bold;
-moz-border-radius:3px;
border:2px solid #cc5b00;
}
.subscribers {
background-color: #cc5b00;
color:#ffffff;
padding:0px 2px 0px 2px;
}
Getting Feed Count
Comments, Feedbacks, Bugs
In the comment section, please :)
francesco mapelli| Print article | This entry was posted by francesco mapelli on 2007/07/12 at 10:18 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 4 years ago
It doesn’t work! On my blog I’ve decided to use FBShow plug-in. This one works perfectly
about 4 years ago
Very nice plugin! But i found one incompatibility using wp27 and WP Greet Box .The Greet Box plugin uses the ref data for displaying greetings to users. When using together with your plugin the greetings are not shown anymore. Most likely because of the fact that the ref data is gone after passing your plugin. Can you confirm or correct this in some kind of way?
about 4 years ago
For those who upgraded to Google Feedburner and this killed your plug-in… it displayed “N/A”… I fixed a couple of problems and posted the fix on my blog. With all credit to the original creator, Mapelli, you can now download the fix for Google Feedburner’s API from this URL:
http://adammclane.com/2009/05/19/feed-count-121/
about 3 years ago
Hi,
The solution for people having problems after the migration from Feedburner to Google has already been posted by Jacek on comment 171. But since not everyone is seasoned into coding, I thought of posting the detailed solution:
Open the file “feedcount.php” (which is this plugin) probably already located on your “wp-content/plugin/” folder and scroll down to line 42. Replace line 42 with this:
///// doesn’t work after the move from feedburner.com to google.com! ///
// ‘map_fc_queryurl’ =>’http://api.feedburner.com/awareness/1.0/GetFeedData?uri=’,
‘map_fc_queryurl’ =>’https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=’,
This fix works like a charm… The first nor the second line are necessary, but I like to keep things commented for the sake of changelog – which is a good practice.
Cheers!
about 3 years ago
By the way site administrator: check the files on your server, they seem to have been infected by hackers. I see a “.cn” ulr trying to open itself on this page. The company I work for got infected by this kind of hack a few months ago.
Control all the files that have “index” as their name. As far as I know, all extensions are affected. Empty “index” files are not affected though.
Good luck.
about 3 years ago
I get a N/A error !!! Just like this site …… it says N/A error … any solutions..!!!!!
about 3 years ago
I also get the problem with N/A, I think that is becouse feedburner has got new server with HTTPS and Feed count cant rid it. Try to go to “https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=Your URI” in IE and se if you can se how many sucribers you have.
How to get a solution on this problem.
about 3 years ago
I also get the problem with N/A, I think that is becouse feedburner has got new server with HTTPS and Feed count cant rid it. Try to go to “https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=Your URI” in IE and se if you can se how many sucribers you have.
How to get a solution on this problem.
Edit: I fixed my problem with the see how many suscriber I have.
I have uploaded the package here:
http://rapidshare.com/files/249388593/Feed_Count_1.2_Wordpress_Plugin.zip.html
Hope that will help some more people!
about 3 years ago
Okey guys! It seems the plugin need a little more development and it will be the exact expect thing a lot of us would be happy to run on its blogs.
So when we will be pleased to find a new version with solution of the issue?
:)
about 3 years ago
I do plan on working on a fix. It’s low on my priority list right now but I will get to it. If anyone wants to take a stab at it and get it working, let me know and I’d be happy to host the file on my server.
about 3 years ago
I have leaved a comment with a link to the download. I have changed some things in the code so it’s working for me now, Here you have.
http://rapidshare.com/files/249388593/Feed_Count_1.2_Wordpress_Plugin.zip.html
Hope that it will help some people.
about 3 years ago
Great plugin but took some fiddling with to get it right. Probably just me!
about 3 years ago
This plugin seems to be nice…I think I might give it a chance and see what I get out of it.
Shaun
about 3 years ago
Thanks fot great blog.This plugin is awesome.
about 3 years ago
It is a pity that there is no possibility to insert a counter to a title = “signed up 7 people” RSS links
about 3 years ago
Does this plugin allow you to present the number of readers from multiple Feedburner feeds? That would be a cool thing to consider!
about 3 years ago
Would like to know how to display the total number of subscribers to your blog.
It only displays the total from 24hrs ago. Any help would do.
Thanks!
about 3 years ago
Best to try this plugin,,,
thank you
about 3 years ago
Jens,
What plugin are you talking about? I don’t think this plugin can do what i’m asking…
about 3 years ago
this look nice …
about 3 years ago
Very useful plugin. Using it in my WordPress blog at http://www.ajaykumr.in
Keep the good work up.
about 3 years ago
hi, i want use this plugin but where i must copy the following code :
i use wordpress, and i dont know where to copy to show my on right part of my site
here is my site: http://www.webmag.tk
plzz help
about 3 years ago
It’s a great plugin and will insert Adsense into all posts in your blog, including the existing ones there. You can change the color, style and size of ad to make it blend in to your site.
about 3 years ago
Nice plugin! Just great ;)
about 2 years ago
Looks great, i’ll install on my wordpress blog
about 2 years ago
Creative :) that’s all I can say..Simply make your own if you don’t like something. That’s the skill I think I need to have a.s.a.p. lol :D
about 2 years ago
this trick is not working anymore
about 2 years ago
It looks like it’s not working anymore – the feed stats keep coming back as n/a
about 2 years ago
yes , i saw that too , not working old post not updated. Please update it sir ….
thanks
about 2 years ago
ни че не могу понять по английски ))а чем ващее разговор блЬО ??
about 2 years ago
Adam, work now plugin fine? I need something like this for my personal blog.
about 2 years ago
yeeeeeeeeeee CURL support, I’ve been waiting so long for this!! Adam, work now plugin fine?.. Ne moje6 takuv slovored da izpolzva6 ve moi :D
about 2 years ago
It only displays the total from 24hrs ago. Any help would do.
Thanks!
about 2 years ago
I download but… Where i must insert this: “?php if (function_exists(‘fc_feedcount’)) fc_feedcount(); ” ? Please, help
В уеб дизайн и сео мога да го използвам :)
about 2 years ago
Nice plugin! Just great ;)
I try this
about 2 years ago
I download but… Where i must insert this: “?php if (function_exists(‘fc_feedcount’)) fc_feedcount(); ” ? Please, help
В уеб дизайн и сео мога да го използвам :) thanks
about 2 years ago
I have this problem also :( Any help will be appreciated
about 2 years ago
the plugin is a bit outdated, back in the days when there were no widgets and shortcodes, so you have to edit the theme files.
about 1 year ago
Mine wasnt working – I then realised that in my feedburner acount I had to go to publicise page, then the link to the API and then activate it. Works now :)
about 1 year ago
Good plugin, thank you! I have question: will this work on cyrillic webistes also?
about 1 year ago
Good plugin, thank you!
about 1 year ago
My feed count is showing 0 while its in feedburner stat 268. Whats wrong, pls help.
about 1 month ago
Nice
about 1 month ago
Yes… good plugin, thanks