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:
- Go to Joost de Valk website and get your copy of the plugin.
- Unzip the file and upload the extracted file to the wp-content/plugins directory of your WordPress install.
- Login to your WordPress dashboard, Go to Plugins → Activate and activate “RSS Footer”.
- Go to Settings → RSS 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!



14 Comments
Hi Jean, do you have good conversion on RSS ads?
@Shawn : Yes, definitely, but make sure the content you’re promoting is related to your blog topic.
Thanks Jean!
I’ve also thought about this issue. I’ll definitely have to think about it a bit more after reading your article.
> 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.
@ 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.
Thanks for sharing! Before i read this article, i still do not know how to monetize the RSS feed of my blog. Thanks again!
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.
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.
Really nice post… Thanks for the tips… Lemme try it out in my site.
-Deepu
Thank you for the information. I want to ask that is it good monetize option for adsense for Feed also? I never try it.
@chandan : never tried Adsense for feeds. I thinks it will provide similar results than Adsense on websites.
I’ve used the Feed Wrangler plugin in the past to get the same result.
Ads in the feed – no way!
Nice Information anda so far I dot not know how to make money form RSS Feed
5 Trackbacks
[...] original post here: How to monetize your RSS feed in WordPress Share and [...]
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…
[...] Continued here: How to monetize your RSS feed in WordPress [...]
[...] See the original post here: How to monetize your RSS feed in WordPress [...]
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...