Simple statistictool for feeds.
Use the follow function for write the statistic on your blog.
<php feedstats_getfeeds(); ?>
Example:
<?php if (function_exists('feedstats_getfeeds')) : feedstats_getfeeds(); endif; ?>
You can also use an Button with your average feedreaders. Use function feedstats_getfeeds_button() and format with CSS.
Example:
<div id="feeds_button"><?php feedstats_getfeeds_button(); ?></div>
#feeds_button {
width: 74px;
height: 14px;
text-align: left;
font-size: 10px;
padding: 1px 15px 15px 3px;
color: #fff;
background: url(wp-content/plugins/feedstats-de/images/feedstats-de.gif) no-repeat;
margin-bottom: 2px;
}
For use the default-icon
#feeds_button {
width: 74px;
height: 14px;
text-align: left;
font-size: 10px;
padding: 1px 15px 15px 3px;
color: #fff;
background: url(wp-content/plugins/feedstats-de/images/feedstats-de-zh_TW.gif) no-repeat;
margin-bottom: 2px;
}
for style-css in traditional Chinese (zh_TW) translation
#feeds_button {
width: 74px;
height: 14px;
text-align: left;
font-size: 10px;
padding: 1px 15px 15px 3px;
color: #fff;
background: url(wp-content/plugins/feedstats-de/images/feedstats-de-it_IT.gif) no-repeat;
margin-bottom: 2px;
}
for style-css in italien (it_IT) translation
Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog. But if you enjoy this plugin, you can thank me and leave a small donation for the time I've spent writing and supporting this plugin. And I really don't want to know how many hours of my life this plugin has already eaten ;)
The plugin comes with various translations, please refer to the WordPress Codex for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the sitemap.pot file which contains all defintions and may be used with a gettext editor like Poedit (Windows).
Requires: 1.5 or higher
Compatible up to: 3.3.1
Last Updated: 2012-1-5
Downloads: 46,689




