Ads By Google

Display Feed Counts In Plain Text

UPDATE: After using the plugin for 3 days. I discovered that the counts sometimes goes mad. Sometimes it shows 0 subscribers, and sometimes it returns some funny figures that do not coincide with my actual numbers. So use it at your own risk, or ..fun. Whatever.

It was a weekend. I was bored. When I get bored, my butts gets itchy and when my buts gets itchy, I look for things to customize in this blog. So I looked around to see what else I haven’t done here. I realized that I have never displayed my feed counts nor have I checked for the past 5 or 6 months since I stopped my campaign for more feed subscribers. I would have expected some increments, but…


NAH. Somehow, people seems uninterested to subscribe to this blog. The figure has remained static for so long that I have lost all confidence that it will ever increase, so what the hell. But I needed something to kill my weekend blues. so I went Googling for ways to display feed counts in text form instead of using the default chicklet.

In searching, I discovered a big conspiracy, or scandal if you prefer to call it. I found so many websites that are actually displaying false and artificially bloated figures for their feed counts. Ways to cheat on your feed counts have been long known, but the thing that surprised me was there are actually so many who are using it.

6 Ways to Cheat On Your Feed Counts.

The easiest way is of course to make your own feed count chicklet image with photoshop. This method is crude is easily detectable because the bloated figures will never change.

The second method is to display the default chicklet, but link the image to another blogger who has a high feed count. This is harder to detect as everything is actually “real”.

The third method is to use the animated chicklet, then use photoshop again to add in an extra number in front of the counts. This is by far the best method as it is almost undetectable.

The fourth method is to display the feed counts in plain text, whether by use of some codes or a plugin like what you are seeing here now but again use the id of another blogger.

Or the fifth method, add another number to the front or back of the displayed text number to show your feed counts in four or five figure.

The sixth method involves a bug in feedburner that was compromized by some geeks a while back. It has since been resolved by Google and Feedburner and it doesn’t work anymore. This was the best method as all the counts are all “legit”.

How To Detect A FeedCount Fraudster

To see the actual figures or the original feed chicklet all you have to so to type in this address in your browser.

http://feeds.feedburner.com/~fc/feedname

Change the feedname to the feed id of that blog. The feed id can be seen at your browser’s taskbar if you hover your mouse over the subscribe link. For example if you hover your mouse over my SubScribe RSS link you will see that my feedname is BlogGigs.

Why Display And Why Cheat.

Gurus have said that by displaying your feed count, you will trigger the mob mentality of your readers. Since they see so many has already subscribed, they too will want to be part of the crowd. Naturally then, you must have a high feed count, else then, you do not have the mob to trigger that mentality.

Thus, cheat.

Lets get Back To Displaying Feed Counts In Plain Text

Others might differ, but the only obvious reason for my doing so is due to my itchified butt over the weekend. Displaying the feed counts in plain text lets you have total control over how you want the figures to be displayed. If you blog hop enough, you will see many blogs are doing this in different and very creative ways.

There are 2 ways to display your Feed counts as plain text. One involves adding a bunch pf php codes in your functions php file and the other simpler way which I opted, is to use a plugin called Feedburner Circulation. You can install in via your WordPress Dashboard. More info at WordPress.org

After installing the plugin, create a new class in your stylesheet to style the way you want those figures to be displayed. My example is here is very basic but to give you a rough idea on how to write those css codes, here are mine.

.feedcount {
text-align:left;
padding:20px;
background-color:#444;
background: url('images/subscribe.png')center no-repeat;
color:#999;
font-family: Arial, san-serif;
font-weight:bold;
font-size: 25px;
border:none;
}

When you add your functions in your template files, just wrap it within this class, like this:

<div class="feedcount"><?php feedburner_circulation_text('feed_id'); ?></div>

Style yours according to your preference by changing the values in the css codes given. For example you can use a more attractive background image.

Remember that this is a php code so it must be inside the loop, which means you cannot use it with your sidebar widgets, unless it is a php widget. Even then, some have reported that it still does not work.

There are many, but for a better tutorial on how to use codes instead of the plugin, and how to style it better check out this post, Add a Custom Feedburner Count to your WordPress Blog by Three Styles.

Have some fun.

Share This Post
Ads By Google
 

Free Updates

Subscribe to receive Free WordPress Theme Tips, Reviews and Discount Codes

Related WordPress Theme Tips

FREE – 2 Sets of Elegant RSS Feed Buttons.UPDATE: Sorry, this download has been taken down Blog Gigs is kicking of it’s campaign to increase the numbers of subscribers. There will endless articles coming this way as I...

Feed Your BlogFirst things first. A word of thanks for the first four tippers, who like my blog here enough to give me a small tip. Like a good and courteous waiter...

Why You Should Display Navigation LinksNavigation links are the links you see in almost every blog or website’s header. Some might prefer to display them in their sidebars but all the same, it is always...

Display Thumbnail Images In Post ExcerptsMaybe for some reasons or another, you do not like to use plugins to display images in your post excerpts. Using plugins do have limitations. For one, you cannot control...

Why You Should NOT Encourage Email FeedsI still give an option for email feeds subscription because some still prefers that but I am not encouraging it anymore with free downloads and stuffs. There was time when...

Those who found this page were searching for:

  1. wordpress thesis feedburner count text
  2. wordpress login themes
  3. how to display feed as plain
  4. grizzly sniper wordpress theme
  5. display subscriber count as text thesis theme
  6. FREE BLOG TEMPLATE FOR SELLING PRODUCT
  7. free thesis theme
  8. thesis download
  9. rss feed count plain text in blogger
  10. show feed catalyst wordpress

7 Responses to “Display Feed Counts In Plain Text”

Read below or add a comment...

  1. Mitko says:

    Grammar police :) “It has since been resolved by Google and Feedburner and it does it work anymore. <– should be doesn't.

    Anyways do you think that big time bloggers do that too or do they really have those 100k + subscribers?

    • Mitko says:

      P.S Is that banner sitting purposely over your logo?

    • Costa says:

      Thanks. corrected that. :-)

      I’ve known some who did it in the beginning but when their numbers reached an respectable level, they stopped.

      The logo. Like hell it’s not on purpose! It happens with different screen resolutions, especially those with wide screen monitors. What resolution are you using? I’ll have to pad it more to the right.

  2. Costa says:

    Thanks B, I’ll take that as a compliment. :-)

Trackbacks

  1. [...] This post was mentioned on Twitter by costafong, Costa. Costa said: Latest update from Blogigs.com – Display Feed Counts In Plain Text Read all of it here http://bit.ly/cT8aGk [...]