FeedStats

Simple statistictool for feeds.

Author:Andres Nieto Porras, Frank Bültge (profile at wordpress.org)
WordPress version required:1.5
WordPress version tested:4.8.13
Plugin version:3.8.2
Added to WordPress repository:19-03-2007
Last updated:03-03-2020
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://bueltge.de/wp-feedstats-de-plugin/171/
Total downloads:72 913
Active installs:700+
plugin download
Click to start download

Simple statistictool for feeds, by Andres Nieto Porras and Frank Bueltge.

You can customize in options:

  • Amount of days that is supposed to be saved in the statistics.
  • Minimum level of WordPress-user, who is allowed to see the statistics.
  • Time of a stay/visit (1hour values 3600seconds is common but might be changed)
  • Visitors onlinetime (5minutes value 300s is a recommendation)
  • IP, that is supposed not to be saved, ex.: your own IP
  • Statistics can be shown on the dashboard

The Plugin is in english language and have the german and traditional chinese translation in language-file. For traditional chinese translation give it a another icon for feedreaders in an button.

Made by Inpsyde · We love WordPress

Have a look at the premium plugins in our market.
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

Acknowledgements

Licence

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