How to monetize your RSS feed in WordPress

RSS is a popular format that allow people to aggregate blogs content in order to receive automatic updates. This format is very popular in the blogging world, and most bloggers are proudly displaying how many loyal RSS readers they have.

RSS, like any other parts of your blog, can be monetized in order to make you earn more money online. In this article, I’ll discuss the pros and cons of this technique and show you how you can integrate ads in your RSS feed.

Should you monetize your RSS feed?

Sure, the idea of making more money using your RSS feed is definitely appealing. But this doesn’t mean that monetizing your feed doesn’t have any bad points.
In fact, it have some, and it’s up to you to judge if you should monetize your feed or not. One of the best advices I can give about that is to monetize your feed only if your blog is quite popular. Also, you shouldn’t add banners but only a simple text link.

Pros of monetizing your feed

  • Your ad will be seen by your all RSS readers
  • Adblock can’t do nothing about ads in the RSS feed
  • Feed ads generally receive a good amount of clicks

Cons

  • Ads (especially if they are too many) can turn off some loyal RSS readers.
  • You can only insert one ad on the whole feed using the “RSS Footer” WordPress plugin.

How to insert ads into your RSS feed

Note that the following techniques don’t work with Adsense. Instead, you should display an affiliate link or sell the spot on your “Advertise” page.

WordPress plugin

The first – and probably easier – method to monetize your feed is to use a plugin named “RSS Footer”. The purpose of this plugin is simple : Allowing you to display any kind of content after each item of your RSS feed.
Getting the plugin to work is easy:

  1. Go to Joost de Valk website and get your copy of the plugin.
  2. Unzip the file and upload the extracted file to the wp-content/plugins directory of your WordPress install.
  3. Login to your WordPress dashboard, Go to PluginsActivate and activate “RSS Footer”.
  4. Go to SettingsRSS Footer, insert your ad text and validate. You’re done!

WordPress Hack

Another way to add content to your RSS feed is to use a WordPress hack. Using the hack isn’t hard if you have at least a little experience with the PHP programming language.

Simply paste the following code on the functions.php file from your theme (If you’re using the Thesis theme that file is named custom_functions.php). If that file doesn’t exist, just create it.

function insertRss($content) {
    if(is_feed()){
        $content = 'text before content'.$content.'<hr /><a href="http://www.catswhoblog.com">Did you visited CatsWhoBlog today?</a><hr />';
    }
    return $content;
}
add_filter('the_content', 'insertRss');

Once you saved the functions.php file, your ads should appear in your feed.

Dealing with Feedburner issues

Most bloggers are using Feedburner to get feed stats and proudly display how many subscribers they have. They are right, this is good to attract advertisers.

Thought, people using Feedburner may not see their ad after installing the plugin or applied the hack. Don’t worry, you just have to resync your feed.
To do so, log in to your FeedBurner account, select your feed and click on the “Troubleshootize” tab. Once done, you’ll find a “Resync” button, that should make the changes show up almost instantly.

Want to see a live demo? Get WpRecipes feed!

Related Posts with Thumbnails

14 Comments

  1. Shawn
    Posted December 18, 2009 at 6:49 pm | Permalink

    Hi Jean, do you have good conversion on RSS ads?

  2. Posted December 18, 2009 at 6:53 pm | Permalink

    @Shawn : Yes, definitely, but make sure the content you’re promoting is related to your blog topic.

  3. Posted December 18, 2009 at 7:29 pm | Permalink

    Thanks Jean!
    I’ve also thought about this issue. I’ll definitely have to think about it a bit more after reading your article.

  4. kylegetsspam
    Posted December 18, 2009 at 7:44 pm | Permalink

    > Adblock can’t do nothing about ads in the RSS feed

    Maybe if you read through an RSS app. Through Google Reader or something in-browser it will kill them regardless.

    Also, your hate for Adblock is probably a bit unfounded. “Good” ads like the ones you use on this site are not blocked. It’s the crappy and annoying third-party ads that Adblock stops.

  5. Posted December 18, 2009 at 9:32 pm | Permalink

    @ kylegetsspam : If I remember well, with Adblock the user can decide to block all ads, even those I use on this site (And you’ll agree with me that my ads aren’t boring or obstrusive, my ads respect my readers).
    On my site, I give 100% free advice. How do I get paid? By advertising. People who browse blogs and disable ads are kind of thieves.

  6. Posted December 19, 2009 at 5:23 am | Permalink

    Thanks for sharing! Before i read this article, i still do not know how to monetize the RSS feed of my blog. Thanks again!

  7. Posted December 19, 2009 at 2:13 pm | Permalink

    Great hack! I think i will try this instead use feedburner facility. It will make that i do not need to change anything if i do not like to use feedburner anymore.

  8. Posted December 19, 2009 at 8:46 pm | Permalink

    Nice hack, I’ll give it a try. Personally I have no problems with advertising in RSS feeds as long as the blog publishes the whole post. I hate seeing only an excerpt above an ad, then having to click into the post, only to see more advertising. Of course I seldom subscribe to excerpt only feeds.

  9. Posted December 20, 2009 at 7:40 pm | Permalink

    Really nice post… Thanks for the tips… Lemme try it out in my site.

    -Deepu

  10. Posted December 21, 2009 at 9:38 am | Permalink

    Thank you for the information. I want to ask that is it good monetize option for adsense for Feed also? I never try it.

  11. Posted December 23, 2009 at 2:18 pm | Permalink

    @chandan : never tried Adsense for feeds. I thinks it will provide similar results than Adsense on websites.

  12. Posted December 23, 2009 at 5:32 pm | Permalink

    I’ve used the Feed Wrangler plugin in the past to get the same result.

  13. Posted January 4, 2010 at 9:20 am | Permalink

    Ads in the feed – no way!

  14. Posted January 6, 2010 at 12:39 pm | Permalink

    Nice Information anda so far I dot not know how to make money form RSS Feed

5 Trackbacks

  1. By How to monetize your RSS feed in WordPress on December 18, 2009 at 6:27 pm

    [...] original post here:  How to monetize your RSS feed in WordPress Share and [...]

  2. By designfloat.com on December 18, 2009 at 6:33 pm

    How to monetize your RSS feed in WordPress…

    RSS is a popular format that allow people to aggregate blogs content in order to receive automatic updates. This format is very popular in the blogging world, and most bloggers are proudly displaying how many loyal RSS readers they have.

    RSS, like any…

  3. [...] Continued here: How to monetize your RSS feed in WordPress [...]

  4. [...] See the original post here: How to monetize your RSS feed in WordPress [...]

  5. By TheWebBlend.com on December 19, 2009 at 12:37 am

    Story added…

    Your story was featured in TheWebBlend.com! Here is the link to vote it up and promote it: http://thewebblend.com/WordPress/How_to_monetize_your_RSS_feed_in_WordPress...

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting