Blogging tips & www social trends
12 Jul
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.
<?php if (function_exists('fc_feedcount')) fc_feedcount(); ?> where you want your feed count to appear.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;
}
In the comment section, please :)
258 Responses for "Feed Count 1.2 Wordpress Plugin"
nice plugin
Beautiful plugin. I am impressed
365 Days - One Goal - Can I Do It?
http://onemansgoal.com
Does this plugin allow you to present the number of readers from multiple Feedburner feeds? That would be a cool thing to consider!
Daniel,
no, the current version allows only one feed… sorry.
I’ll think about adding the multiple feed feature in a future version (but not in the next release, feedcount 2.0, that I’m currently working on)
HI Francesco,
Thank you for you plugin. I’ll try… ;)
[…] Feed Count: Déjà, ce plugin a une page de présentation, ce qui est, pour moi, un minimum. L’installation se fait très rapidement et le paramétrage est un jeu d’enfant ! En effet, une fois que vous avez installé le activé le plugin, allez sous l’onglet “Options” et cliquez sur “Feed Count”. Là, vous allez devoir fournir quelques informations: […]
Hi ,
This indeed a great plugin. But when i try to use it I am getting error. Can you please help me ?? I am pasting the error here …
[function.fopen]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in.
I have already activated my feed count and awareness api. Is there something i am missing ??
Oops sorry , was trying in my localsystem where it was giving error … Got it right at my demo blog . Sorry for the confusion
[…] FeedCount es un bonito plugin wordpress que nos permitirá seguir la cantidad de usuarios suscriptos a nuestros feed pero dándole un poco mas de personalización a nuestro contador. Básicamente remplazaremos el tradicional contador para usar este nuevo personalizado mediante CSS. Instalación: […]
[…] Feed Count 1.2 Wordpress Plugin Plugin de Wordpress para mostrar los suscritos con un estilo mas decente que el feo boton de Feedburner (tags: feed rss wordpress plugin counter stats) Archivado en: Links Diarios | Etiquetas: No Tags. […]
nice Francesco, i’m using in my blog :D
[…] Licznik, który widzisz, zlicza ile osób śledzi daną stronę przez kanał RSS. Najpopularniejszym serwisem do statystyk kanału RSS (i nie tylko…) jest FeedBurner. Jego licznik przedstawia się w tzw, chicklecie. Możesz jednak zmienić całkowicie wygląd tego licznika, pod warunkiem, że Twoja strona działa na skrypcie Wordpress, używając tej wtyczki, http://www.mapelli.info/feed/feed-count-12 […]
Wow! Don’t work with widgets yet? =/ What a pitty!
[…] there is good news for WordPress users. Francesco Mapelli has put together a very easy to use plugin that does all the heavy lifting for you. Install the plugin like any other plugin, then fill in a […]
Very cool plugin Mapelli! And great job writing the code, I must say I am impressed.
[…] => Download and Installation instructions […]
[…] Feed Count 1.2 Wordpress Plugin - A great wordpress plugin which allows you to display your subscriber count in plain text (thanks to Pro Blog Design for the heads up). […]
[…] you decide to use Feed Count WordPress plugin, be sure to enable Awareness API for your feedburner account (you can find it on the Publicize tab […]
[…] you decide to use Feed Count WordPress plugin, be sure to enable Awareness API for your feedburner account (you can find it on the Publicize tab […]
[…] вы захотите использовать Feed Count WordPress plugin, вы должны будете включить API в настройках FeedBurner […]
[…] Feed Count 1.2 Wordpress Plugin フィードの購読者数をカウントしてくれるプラグイン (tags: wordpress plugin) […]
[…] Feed Count […]
[…] Feedbuner被墙以后,那个显示订阅数的chicklet就显示不了了。Feed Count这个Wordpress插件是用文本方式显示Feedburner订阅数。它是用Feedburner的Awareness API提供的数据,也就是用api.feedburner.com/xxx的域名,而这个域名并没有被墙,所以用这个插件就可以在Blog里显示Feedburner的订阅数了。 […]
[…] Visit and Download + Demo […]
[…] parlare di due plugin abbastanza famosi ma che ho scoperto recentemente: Wordpress.com Stats e Feed Count. Il primo è estremamente utile per avere delle statistiche immediate sul vostro blog. Grazie […]
[…] Feed Count (Download Link) […]
[…] Visit and Download + Demo […]
[…] Feed Count umożliwia wyświetlenie ilości subskrybentów RSS (w oparciu o statystyki FeedBurner) w formie […]
[…] off their RSS feed. Some are displaying massive feed buttons. Some are proudly displaying their subscriber count. Some are even engaging in friendly competitions to see who can get the most subscribers. It seems […]
[…] features a WordPress plugin called Feed Count. This plugin helps the user display their Feedburner subscriber numbers in a convenient text […]
[…] way the lazy-ish way is the feed count plugin by: mapelli for Wordpress users. It’s easy to install and easy to customise with CSS, viewthe link for […]
[…] naudojami visi įmanomi parametrai, išskyrus skaitytojų skaičiaus rodymas (nes tuo jau rūpinasi Feed Count […]
Not long after I installed this, I started to notice that certain future queued posts were appearing ahead of schedule on my Sciencetext.com site. I’ve disabled the plugin just for now to see if that was causing the conflict. Anyone else noticed this?
db
[…] 不過我不喜歡feedburner提供的貼紙樣式,儘管可以控制顏色或網路上還有修改顯示文字的方法,但還是達不到我要的效果,光是我現在這樣想把訂閱人數擠在footer,放上那張貼紙實在跟整個佈景不協調,所以前陣子找了這個外掛,Feed Countt。 Feed Count 1.2版 下載頁面 […]
[…] Feed Count 1.2版 下载页面 […]
Has no one else suffered this bug. Disabling the feed count plugin seems to have fixed the issue.
db
Does this plugin work with sidebar widgets? I couldn’t get it to work. I have exec php plugin enabled, and I placed the code in one of the widgets, but I get a funny “57″ in the place where I put the widget.
Thanks for this plugin! I am on an Apache server running PHP 4 and the plugin works great! Exactly what I was looking for — Excellent work :)
[…] Feed Count is a Wordpress plugin that enables you to display your your feedburner subscribers without having to use the feedburner chicklet. It will display the number of subscribers in text enabling you to style it to fit perfectly with your blog, which you can be seen in action at http://www.mapelli.info. […]
[…] Feed Count 1.2 Wordpress PluginWordpress Plugin that displays the number of subscribers to your feedburner feed (in plain text). […]
For some unknown reasons I have “N/A” where it should normally says the number of subscribers to my blog.
Any idea? (API is activated of course..)
Thanks in advance.
Tom
[…] more control on how to show off your feed subscriber’s count, a WordPress plugin called Feed Count will definitely help. As big as you want, whatever font you like, just anything that you can do […]
I still have the “N/A” error…
[…] Feed Count | Wordpress Plugin WordPress plugin that displays the number of subscribers to your feedburner feed. […]
[…] only works for WP because plugin is being used, you can download it directly here or visit authors site and setup it in few […]
nice lol
only works for WP because plugin is being used
[…] head over to Mapelli, and grab the plugin that {thankfully} does most of the work for you. Upload that, activate it, and […]
[…] Ściągnąć wtyczkę Feed Count. […]
[…] 2.- FeedCount […]
hi,
great plugin! thank you very much! i like to implement it like the style you use here .. could you please post the css code for for ths blue round corner …
thanks in advance!
the rounded corner are images ;)
the css file can be read directly at http://www.mapelli.info/wordpr...../style.css
or you can use the web developer toolbar ( https://addons.mozilla.org/it/firefox/addon/60 ) to have a better view of the css styling of every page you visit
great - thank you for your help!
My feedburner API is Open and my count doesn’t work now … (before it worked). I didn’t modify nothing
How I can repair this ?
[…] Оригинальная версия Feed Count 1.2 с сайта автора. […]
[…] Оригинальная версия Feed Count 1.2 с сайта автора. […]
[…] chicklets or you can output your feed count with text instead of an image using the aptly named Feed Count plugin, and style it until your hearts […]
[…] number of subscribers to your feed instead of using the Feedburner chicklet? If so, you need the Feed Count plugin for […]
I’ll think about adding the multiple feed feature in a future version (but not in the next release, feedcount 2.0, that I’m currently working on)Nice work. Thank you, Francesco.
I’d like to count and display differently site and comments subscriptions. I am waiting for FeedCount v2.0.
[…] chicklets or you can output your feed count with text instead of an image using the aptly named Feed Count plugin, and style it until your hearts […]
[…] Feed Count 1.2 […]
[…] Feed Count- If you don’t like the feedburner chickletd, You can use this Plug-in to display the number […]
poker online legale
coupons bonus casino 770
cool plugin just added it…
i going add this plugin to my blog next…
[…] Download Plugin: Here 30) Feed Count-如果你不喜欢Feedburner的订阅数统计输出,或是不能够显示Feedburner的订阅数统计,那可以试一个这个插件。 […]
[…] you are ready to publish those subscriber numbers, give Mapelli’s FeedCount WP plugin a try. I have used it on a number of projects so far, and I would recommend it to […]
How we do this plugin for blogger?
[…] Feed Count - iti ofera statistici despre abonatii prin RSS. Download Plugin: Aici Etichete: 2.0, Blog, Blogging, Download, Plugins, Tutorial, Wordpress Poti sa urmaresti raspunsurile la aceasta insemnare prin RSS 2.0 feed. Poti lasa raspunsul tau, sau poti folosi functia trackback . […]
[…] for excessive self promotional copy because the social proof is right there. You can obtain the Feed Count Wordpress plugin to achieve a similar effect for your own […]
[…] Pero no se queda ahí sino que retocando el CSS puedes llevarlo al infinito de personalización, como han hecho en Mapelli. […]
[…] tutti coloro i quali posseggono un account su FeedBurner, segnalo FeedCount, un comodo Plugin per WordPress per personalizzare la visualizzazione delle sottoscrizioni ai […]
[…] of subscribers you’ve got. If you’re not afraid of a little code, you can install the Feed Count plugin for WordPress and tweak the CSS to your […]
[…] you don’t want to use the Feedburner chicklet, WordPress now has a plugin available called FeedCount. This plugin allows you to display your Feedburner count and style it to look they way you want it […]
[…] FeedCount - Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. [Full Review] […]
Feed Count 1.2 Wordpress Plugin…
Zeigen deine Feedburner Abonnenten Anzahl mit den Feed Count 1.2 Wordpress Plugin.
Mit Hilfe dem neuen WordPress Plugin Feed Count 1.2, kann man ganz einfach die Feedleser im Blog anzeigen, ohne den Standart FeedCount von Feedburner zu verwenden. Die…
As Travel blog said, i also have the N/A error where it should display the number.. Some directions to make it work would be more than welcome !
[…] you just as sick of the Feedburner chicklets as I am? Luckily, there is a Wordpress plugin called Feedcount which allows you to grab your RSS feed count directly from Feedburner’s API. Just to give it […]
Is there any way to show the biggest number of subscribers in the last “X” days? Thanks.
[…] Plugin nennt sich “FeedCount” ist ist super einfach. Einfach entpacken, hochladen und aktivieren wie gewohnt. Danach unter […]
[…] tohoto pluginu je jasný - mít přehled o tom, kolik lidí si vás dalo do RSS čtečky. Stáhněte, nahrajte na server, aktivujte plugin, nastavte (options - feed count) k obrazu svému a do kódu […]
[…] tohoto pluginu je jasný - mít přehled o tom, kolik lidí si vás dalo do RSS čtečky. Stáhněte, nahrajte na server, aktivujte plugin, nastavte (options - feed count) k obrazu svému a do kódu […]
[…] auf diese Zahl zugreifen zu können. Wenn man das gemacht hat kann man entweder auf das Plugin Feed Count setzen, oder selbst Hand […]
It works ,] Thanks
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] английскую оригинальную версию Feed Count 1.2 […]
Ciao Francesco, ti scrivo in italiano perchè faccio prima.
Abbiamo installato il tuo plugin, su release 2.5.1, ma non visualizziamo il numero corretto: ora per esempio siamo a 6 subscriber, mentre il plugin segnala N/A…
qualche idea?
Ciao e complimenti per l’idea!
My fault… hai ragione Francesco,
le API mi ricordavo di averle abilitate, ma dopo un riscontro su feedburner erano ancora disattivate…
quindi tutto OK il plugin funziona a meraviglia… grazie ancora per la condivisione del tuo lavoro!
a presto per ulteriori upgrade ;)
Nice plugin. But is use XML modules, and if plugin not work, install or enable us.
how we doing this plugin for blogger?
[…] Feed Count. Si vous n’aimez pas le bouton d’affichage par défaut de Feedburner, vous pouvez utiliser ce plugin pour afficher le nombre d’abonnés à votre flux RSS. [Téléchargement] […]
Thanks for a great plugin.
The only problem I have is that when feedburner is a little late updating, I get “0″ subscribers displayed. Is there a way to simply display the previous count, until feedburner updates with a non-zero count?
[…] en el blog para invitarlos a suscribirse al feed, después de 3 visitas el mensaje desaparece. * Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. * Feedburner […]
[…] FeedCount Francesco Mapelliego jest zwykłym, niezależnym licznikiem osób czytających bloga przez RSS- może to być zatem dowolny kanał, nawet taki, który nie jest zarejestrowany w serwisie FeedBurner. Licznik można podrasować z pomocą CSS- procedura opisana jest na stronie wtyczki. […]
This is a good idea for a plug-in. However, I think the tags should be removed as they make it difficult to get things positioned properly when all you want to do is display the count beside an image. The div and span tags already provide enough control. Just a thought… :-)
Feed Count…
Интересный плагин, на который я наткнулся в блоге Dimox’а. Он заменяет собой некрасивую FeedBurner’вскую кнопку-счетчик, в которой нельзя изменит……
Hi. I love this script! please be so kind and tell me how to integrate an url in AFTER ?
thanks
[…] incrementare e personalizzare i nostri RSS Feed vediamo come Feed Count vi permette, una volta aperto un Account u FeedBurner di includere il numero di sottoscritti ai […]
Hi,
I have added this plugin yesterday morning in one of my blog.
I have changed the update time as 30 minutes for the feed count in the admin panel.
Also i have sent the feed url to most of my friends to subscribe.
But i don’t see any updated feed count till today. Is there any problem in installing the plugin for this website (nonstopcollectibles.com).
kindly advice..
[…] Download Plugin: Here 30) Feed Count-如果你不喜欢Feedburner的订阅数统计输出,或是不能够显示Feedburner的订阅数统计,那可以试一个这个插件。 […]
[…] apresentar depois o contador de Feeds, você irá necessitar de instalar o plugin FeedCount. A utilização do plugin é deverás muito simples. Vamos ver como configurá-lo a ele e ao […]
[…] Download Plugin: Here 30) Feed Count-如果你不喜欢Feedburner的订阅数统计输出,或是不能够显示Feedburner的订阅数统计,那可以试一个这个插件。 […]
分享了,呵呵
trying to use this within a sentence and the feed count output is on a seperate line ?
here is my code
Feedburner Subscribers and counting
it keeps putting my count on a seperate line breaking the sentence, any suggestions?
[…] Similar Posts. 2. Share This 3. FeedCount 4. […]
I will try installed it to my new blog right now.
[…] publicly display the number of RSS-readers, usually via Feedburner. Wordpress-users can consider Feedcount as a handy alternative and define their own designs for the button. However, here Feedburner is […]
[…] publicly display the number of RSS-readers, usually via Feedburner. Wordpress-users can consider Feedcount as a handy alternative and define their own designs for the button. However, here Feedburner is […]
Mhh.. You might wanna look into the trojan horse warning I’m getting when visiting your site.. There’s a script being loaded (from domain blv4ght .com).
Couldn’t find a emailaddress to mail this to you.
[…] publicly display the number of RSS-readers, usually via Feedburner. Wordpress-users can consider Feedcount as a handy alternative and define their own designs for the button. However, here Feedburner is […]
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
I have problems with your plugin, every day, during several hours, it is displaying: 0, because feedburner is updating the count… Is there any way that it keeps displaying the previous value unless it changes to something else than 0?
I think we are at least 2 having this issue (johno comment 92 and me comment 113).
Du you think you can take a look into that problem of 0 being displayed?
[…] de contador que é um plugin, também testei ele e não vi resultado nenhum, mas quem quiser basta clicar aqui e baixar o plugin. Se vocês gostam do meu blog assinem meu feed gente, essa semana já assinei de […]
[…] Plugin: Here 30) Feed Count- If you don’t like the feedburner chickletd, You can use this Plug-in to display the number of […]
[…] Download Plugin: Here 30) Feed Count-如果你不喜欢Feedburner的订阅数统计输出,或是不能够显示Feedburner的订阅数统计,那可以试一个这个插件。 […]
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
I am impressed! But will this work with the lastest switch to google burner?
[…] Feed Count WP Plugin - Feed Count 1.2 is the latest version of my Wordpress Plugin that displays the number of subscribers to your feedburner feed. […]
Приветствую. возможна ли работа вашего плагина с http://feedproxy.google.com/?
[…] Plugin: Here 30) Feed Count- If you don’t like the feedburner chickletd, You can use this Plug-in to display the number of […]
[…] Element empfunden werden kann. Ähnliche Gedanken dürfte wohl auch der Programmierer des Plugins FeedCount gehabt haben, welches die Möglichkeit bietet, die Abonnentenzahl ohne diesen Button anzuzeigen. […]
I get an error that the feed cannot be found when I view sourcecode on my blog..
I have double checked and triple checked. What am I doing wrong?
hello david, I see a 24 on your blog feed count. Is that the actual number?>
No it is not the actual number. The Feed Count plug in was putting N/A there and its not correct. So I forced it to be 24 which is about the number of people that subscribed to my blog.
Any advice on how to fix the problem?
I don’t think this plug in works with wordpress 2.6. I tried another approach and it worked.. Please check that if works and let us know.. Thanks!
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] is an effective tool, almost everyone is doing it. I thought I’d be different and use the Feed Count plugin to more prominently show my stats for social […]
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] gibt es das Plugin, das ich nutze: FeedCount. Hat man es erst mal installiert, kann man in den Einstellungen z.B. den Text ändern, der vor […]
[…] Darle un formato completamente distinto con el plugin para WordPress FeedCount (en Xyberneticos, que por cierto tiene nuevo look, tenéis un tutorial completo en […]
[…] pour une utilisation optimale vous devez installer les plugins: Wp-PageNavi, Content Gallery, FeedCount. Encore plus de détails sur le site de […]
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] blue. How to make your Wordpress blog 100 times faster in 5 minutes Don’t forget to look at Feed Count 1.2 Wordpress Plugin. I also took a look at WordPress Theme Releases for […]
[…] are using WordPress then you may already be aware this can already be achieved through the plugin FeedCount however this method will give you much more control over how you display your […]
[…] FeedCount - Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. [Full Review] […]
[…] Завантажте архів з плагіном з офф. сторінки плагіна […]
[…] Feed Count - Mit diesem Plugin werden die Feed-Leser in der rechten RSS-Box ausgegeben […]
[…] Feed Count - If you don’t like the default feedburner chicklet, use this handy plugin to add chicklet the […]
This is very useful plugin.
I guess people is using it efficiently.
Thanks!
[…] Feed Count - If you don’t like the default feedburner chicklet, use this handy plugin to add chicklet the […]
At my Blog show it n/a too. and i see it on other blogs :(
[…] Лесно се настройва и разрешава добавяне на текст. Feed Count 1.2 Wordpress Plugin Better Feed Wordpress PluginBetter Feed is a plugin for Wordpress that allows you to enhance your […]
[…] Feed Count - If you don’t like the default feedburner chicklet, use this handy plugin to add chicklet the […]
Hello, nice plugin, I’ve been using it on my blogs.
Just now Google has migrated their Feedburner feeds into the Google accounts and the plugin displays N/A… maybe we’ve got to update something in the plugin?
Thank you, ciao
It’s not working here!
I put everything correctly, but it does not show!
Some help?
Nice plugin !
Maybe we should have the choice to display the result of the function in a div (like it works today), in a span, or in ‘nothing’ ;) Because it can do some mistake in the w3c validator if it’s in a div ;)
Developer: On the smashingmagazine homepage there is a count for subscribers to the RSS feed. How is this done? I would like to do this for my site (www.stc.org) and for tacking purposes. I have a Windows server and using ASP. Thank you very much.
Shaf
STC Webmaster
For working with google burner - change query URL in your plugin:
'map_fc_queryurl' =>'https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=',[…] не так - адрес фида: http://anton.shevchuk.name/feed/ Хотя вот плагин FeedCount отвалился, но это легко исправить, лезем в сам файл […]
Thanks for responding. I really do not understand what you mean. This is my first time trying to attempt this so please excuse my ignorance. The way I did it is make a goal in Analytics and changed my code:
Can you point me to a detailed explanation how I can do it? Thanks.
onclick=’javascript:urchinTracker(”/goal/feed/main-rss”)’ href=”newsFeed.xml”>
Thanks very much, Anton. That works for the new Google feeds.
It doesn’t seem to work in Firefox/3.0.5. I couldn’t get it to work on my site then noticed it showed N/A even on your/this site. When I switch to IE it’s working fine on both. Any plans to update for Firefox?
I am seeing “N/A” in both Firefox3.0.5 and IE7 on the sidebar here. Has this plugin ceased to work?
Great, just the plugin that I was looking for. Cheers.
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] le nombre des abonnés feedburner, je suis tombé sur un plugin très simple d’utilisation : Feedcount. Allez sur la page du plugin, téléchargez le et activez votre plugin depuis votre tableau de […]
[…] FeedCount - Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. […]
Hey, great plugin have used it before on sites but it just does not seem to work with google update. I have made the recommended change to the request uri in the plugin and changed the update interval and it still is not working I also changed to … instead of N/A … ppl this is not a browser problem. I really dont want to have to scroll through the new api documentation and rewrite the plugin is there something simple I maybe missing?
[…] funktioniert damit das WordPress-Plugin “FeedCount” nicht mehr, zeigt vielmehr nur noch “N/A” an. Hier bin ich fündig geworden und habe […]
[…] el diseño de tu propia plantilla. Si gestionas tu blog a través de WordPress, quizás te interese este plugin para cambiar el formato del contador de suscriptores, personalizable mediante CSS. Ejemplo: […]
With the recent FeedBurner to Google changeover, its broken this plugin (The URL has changed and we can’t fix it through the admin menu :( )
Any chance you could update it to fix this? It’s a brilliant plugin, thanks for it! :D
[…] vous utilisez le plugin WordPress FeedCount pour personnaliser l’affichage de votre nombre d’abonnés FeedBurner, vous devrez […]
[…] Feed Count […]
[…] schlimmer ist das nicht mehr funktionierende Wordpress-Plugin Feedcount. Dieses zaubert mir die Anzahl der Subscriber in Textform in die Sidebar. Den normalen […]
hi…
feedburner’s accounts moved to google and applyed some changes in feedburner’s API!
please update the Feed Count plugin…
thanks :)
[…] 3. Feed Count […]
URL changed into http://feeds2.feedburner.com/ so please update plugin in WordPress repository.
You should only replace this:
api.feedburner.com/awareness/1.0/GetFeedData?uri
with that:
https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=
and ….how can i display the number of reader by email ????
and ….how can i display the number of reader by email ????
[…] na tua conta feedburner, é simples. Vou explicar de uma maneira fácil e flexível. Já existe um plugin que faz isso, mas não vale a pena estar a instalar plugins, porque isto é muito fácil […]
I tried to change feeds.feedburner.com to both feeds2.feedburner.com as well as feedproxy.google.com in the feedcount.php - it didn’t help. Then I changed the API from feedburner to google (as comment #171 suggested), and it still says N/A.
Has anyone got a solution for this. I e-mailed Mapelli, and no reply. Anyone that has a solution, it would be greatly appreciated =)
@Alex Shalman
It’s working, but some times I see N/A on my blog (I changed plugin, see my comment #150)
Just like I said replace this:
api.feedburner.com/awareness/1.0/GetFeedData?uri
with that:
https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=
[…] the only problem I’ve run into since making the switch to Google’s Feedburner is the Feedcount WordPress plugin I was using, which no longer works with the new setup. I went in and hacked the plugin code a bit […]
Thanks, Jacek! That worked for me!
You’re welcome :)
You may give me some backlink if you want ;)
Good one
177 worked for me
The plugin don’t works on my blog, I don’t know why, maybe for the change in the feedburner’s links? now they use another kind of links http://www2.feed…, is this the reason? somebody knows?.
Hi,
Plugin doesn’t work for me.
I don’t know what is the problem.
Can any one explain what is feed url and what is link url?
According to me feed url :http://feeds2.feedburner.com/BusinessNewsIndiaonline
but what is link url.
Thanks in advance.
Waiting for reply.
Feedburner accounts ported on Google servers and your plugin show “N/A” count. Can you modify the code?
@levati: I give the solution on 171 comment.
I can’t get it to work too. At the time I comment here, this blog also showed 0 subscribers.
Comment 177 didn’t help.
Jacek, thanks for the fix!
It worked like a charm…
Replace this:
api.feedburner.com/awareness/1.0/GetFeedData?uri
With that:
https://feedburner.google.com/api/awareness/1.0/GetFeedData?uri=
easy :-)
I also have tried all fixes above (171, 177) but in all cases it has not worked. I still show N/A for the feed count.
I am wondering, is there some way I can force an update with the new map_fc_queryurl ?
FYI I set map_fc_updateinterval to 1. After waiting a minute I refreshed the page and the count showed 0! This is a small victory, as it is better than N/A, but is still the incorrect count for my feedburner feed.
But then after refreshing the page it went back to N/A :(
I will keep trying to debug this problem and will report back if I can find a solution.
Great, seems to be working after a good night’s sleep :) So if you’ve applied the fix from comment #171 and you’re still getting N/A, maybe go have a nap and when you come back it might be working… good luck!
aaaaand now it’s back to N/A… argghh
Thanks for your great plugin but unfortunately it doesn’t work for me.
I installed the plugin properly and activate it and set it.
then made test.php with this code:
but it shows nothing. source is empty.
Please help me , I want to use your great plugin.
you can contact me by the email I’ve entered or reply here. thx ;)
sorry , maybe forgot to paste the code.
(extra spaces are removed in real file)
:(( my code’s being blocked,
I’m not trying to spam here,
anyway, it’s:
i f ( function_exists(’fc_feedcount’)) fc_feedcount() ;
Bob - if you made test.php with only that code and accessed it by a direct url then of course it is not going to work…
if you didn’t do that, then exactly what did you do with test.php?
I am now getting a valid subscriber count on my blog again… It seems that occasionally the plugin can’t get a valid response from the feedburner api and even after a few retries it is still showing N/A. After a few hours it is showing the correct count again. HTH.
I also used the proper code to show the stats under every post by adding the code to single.php
but it shows nothing.
no respond for this moment, but this post feed give me the idea to used step-by-step introduction
Lovely plugin, just what I wanted. Unfortunately…
…because of the apparent flakiness of Feedburner’s Awareness API, it’s just not acceptable to have “N/A” subscribers (as my blog currently has, as does this one itself!) Worse, if you use this in conjunction with a blog caching plugin (like many bloggers, I use WP Super Cache), if the API just happens to be down when a page gets cached, “N/A” is all you’ll see.
Basically, even though this is a great little hack, it doesn’t seem to take account of how Feedburner and Wordpress blogs actually work.
The question then is: if not like this, then how?
Firstly, given that “N/A” is just plain unacceptable, the plugin should always remember (and display) the last non-”N/A” value returned. Would it be hard to write it to a local file or stick it in the database? Probably not.
Secondly, given that the whole mechanism used for displaying the subscriber count (PHP) will never work in the context of page-caching plugins, it should instead be done via AJAX (say, filling out the subscriber field after the page is loaded), or via an external non-cached script, or via an IFrame, etc etc.
Is this plugin being actively maintained?
I’ve just released FeedBurnerCount
http://devthought.com/projects.....rnercount/
It does what @Nick Pelling suggested, an even more. If the API is down it still displays the readers count. It’s also more efficient, and it has new features.
[…] le plugin: Ici 30) Feed Count- Si vous n’aimez pas le widget FeedBurner, Vous pouvez utiliser ce […]
[…] le plugin: Ici 30) Feed Count- Si vous n’aimez pas le widget FeedBurner, Vous pouvez utiliser ce […]
Anyone know if it’s possible to show off your feedcount without having to use feedburner?
Hey friend,
Its really very nice plugin. I will definitely use it in my site.
[…] FeedCount: ein Plugin was dir ohne den Feedburnerbutton die Anzahl der Leser ausgibt. Sieht man auch in meiner Sidebar oben. Hier ein Beitrag von mir über FeedCount. […]
[…] das nervt. Auch mich! Das Plugin Feed Count gehörte eigentlich zu meinen Standardplugins, aber in letzter Zeit steht es fast den […]
Danke
Klasse Plugin, ich komme aus Germany.
Nice one :)
Thanks
It doesn’t work! On my blog I’ve decided to use FBShow plug-in. This one works perfectly
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?
[…] in the footer of the design. This is wrong - if you want to attract subscribers - just put up the FeedCount as well as the subscribe box on the top of your sidebar to attract more […]
[…] in the footer of the design. This is wrong - if you want to attract subscribers - just put up the FeedCount as well as the subscribe box on the top of your sidebar to attract more […]
Feed Count 1.2.1…
Tonight I downloaded the Feed Count 1.2 created by Francesco Mapelli. When I downloaded and installed his plugin it became instantly clear that he hadn’t updated it for blogs who had converted their Feedburner accounts to Google Feedburner. Ever…
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/
[…] Feed Count - Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] Feed Count 插件的原地址是:http://www.mapelli.info/feed/feed-count-12,你可以在这里找到更多的帮助信息。 […]
[…] FeedCount - Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. [Full Review] […]
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.
[…] Feedcount Homepage You can download V 1.2 here […]
I get a N/A error !!! Just like this site …… it says N/A error … any solutions..!!!!!
[…] of the design. This is wrong – if you want to attract subscribers – just put up the FeedCount as well as the subscribe box on the top of your sidebar to attract more […]
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.
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?
:)
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.
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/24.....n.zip.html
Hope that it will help some people.
Great plugin but took some fiddling with to get it right. Probably just me!
[…] FeedCount – Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. [Full Review] […]
This plugin seems to be nice…I think I might give it a chance and see what I get out of it.
Shaun
Thanks fot great blog.This plugin is awesome.
[…] FeedCount – Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. [Full Review] […]
[…] FeedCount – Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. [Full Review] […]
[…] having more control on how to show off your feed subscriber’s count, a WordPress plugin called Feed Count will definitely help. As big as you want, whatever font you like, just anything that you can do […]
[…] Download Plugin: Here 30) Feed Count-如果你不喜欢Feedburner的订阅数统计输出,或是不能够显示Feedburner的订阅数统计,那可以试一个这个插件。 […]
[…] FeedCount – Allows you to display a numerical version of your Feedburner feed count without using the Feedburner chicklet. […]
[…] Feed Count – Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] Feed Count – If you don’t like the default feedburner chicklet, use this handy plugin to add chicklet the […]
[…] of the design. This is wrong – if you want to attract subscribers – just put up the FeedCount as well as the subscribe box on the top of your sidebar to attract more […]
[…] the footer of the design. This is wrong – if you want to attract subscribers – just put up the FeedCount as well as the subscribe box on the top of your sidebar to attract more people… Read […]
[…] Feed Count – Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
It is a pity that there is no possibility to insert a counter to a title = “signed up 7 people” RSS links
Does this plugin allow you to present the number of readers from multiple Feedburner feeds? That would be a cool thing to consider!
[…] Feed Count – Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] Feed Count – Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
[…] Download Plugin: Here 30) Feed Count-如果你不喜欢Feedburner的订阅数统计输出,或是不能够显示Feedburner的订阅数统计,那可以试一个这个插件。 […]
[…] se fait grâce au plugin FeedCount que vous pouvez télécharger sur le site de l’éditeur. Ce dernier vous permet de mettre […]
[…] se fait grâce au plugin FeedCount que vous pouvez télécharger sur le site del’éditeur. Ce dernier vous permet de mettre entre […]
[…] changing process can be done through the FeedCount pluging which can be downloaded on the l’éditeur website. This plugin will allow you to […]
[…] compteur Feedburner où j’avais expliqué qu’il fallait utiliser le plugin FeedCount. Seulement certains utilisateurs de Feedburner – dont vous faites probablement […]
[…] to change the look of the Feedburner reader count button where I explained that you had to use the Feedcount plugin to do so. However, a certain category of the users of Feedburners -which you probably belong […]
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!
Best to try this plugin,,,
thank you
Jens,
What plugin are you talking about? I don’t think this plugin can do what i’m asking…
this look nice …
[…] Feed Count – Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
Very useful plugin. Using it in my Wordpress blog at http://www.ajaykumr.in
Keep the good work up.
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
[…] Feed Count – Permite personalizar el feo botón de feedburner con tu número de suscriptores. […]
Leave a reply
Comments and trackbacks are dofollowed. Be sure to read my comment policy once in a lifetime before posting