Blogging tips & www social trends
16 Mar
Feed Count is a 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 develped this plugin that can be easily integrated with your wordpress theme.
This is not the latest version, you may be intrested in Feed Count 1.2.
<?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;
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 ![]()
10 Responses for "Feed Count 1.0 Wordpress Plugin"
[…] Hartzer (1) Blogging tips & www social trends « Feed Count 1.0 Wordpress Plugin Mar 20, 2007 at 1:24 am about feed, feedburner, feedcount (No Ratings Yet) Loading […]
[…] You can download feedcount plugin from here. […]
Hi there,
what if I’m using widgets to manage Sidebars on WP 2.2 ? I don’t know where to put the code… Thanks in advance for your help.
Ciao
Luca
… ehmm… I don’t know
I’ve never used wp 2.2 and widgets I’ll try to have a look at it in the weekend and give you a reply asap
Same problem for me.
[…] via: 配布サイトFeed Count 1.0 Wordpress Plugin | http://www.mapelli.infoより引用 […]
Please let me know if this is updated to work for widgets!
Matt,
this release is not yet widget-ready… I have a beta version of feedcount 2 with widget support… it’s still not 100% tested, but let me know if you want to be a beta tester!
I want a email count
[…] your blog is up to you. You may even want to beautify your feed count when you are ready with the FeedCount Plugin that shows numbers rather than that ugly subscriber […]
Leave a reply
Comments and trackbacks are dofollowed. Be sure to read my comment policy once in a lifetime before posting