Exploring The Internet

Exploring the web – Growing my experience toward my online business


Monetize Your Blog With a RSS Plugin?

January 18th, 2009 · No Comments · Blogging Tools, ClickBank, How to, Make Money Online, WordPress, WordPress Plugins, WordPress Tips

The Ultimate Store for the Ultimate Fan!

Updated on 2/19/10: For some reason the website of firstRSS plugin is no longer available.

I recently found a very useful RSS plugin that will allow you to monetize your blog with it. It will permit you to place  RSS feeds below each of your articles. With it you can now promote eBay’s products, ClickBank products, and any other affiliate products that allow you to generate RSS feeds with. I am so excited that I want to share this great tool with you.

This simple RSS plugin is called FirstRSS. Download it from its owner’s website. Did I mention that it is Free? After that unzip that file and upload it to your blog’s directory like this: /public_html/wp-content/plugins/. (assuming that you are using self-hosted WordPress blog too).

One drawback that I found out so far is you can only be allowed to show its default feeds which is 10. I don’t know about you but I think 10 feeds for an article is too many. I want to show less than 5 feeds or at most 5 feeds. Here is the solution for that:

  • Log in to your WordPress admin erea.
  • Click on Plugins/FirstRSS/Edit.
  • Before you attempt to make any changes, make sure you save a copy of it.
  • Find the following codes in firstRSS.php:

    foreach($rss->items as $item) {
    $title = $item[title];
    $link = htmlentities($item[link]);
    $desc = $item[description];
    if ($title != '') $disp .= "\t<b><a href='$link'>$title</a></b>\n<br />";
    if ($desc  != '') $disp .= "\t$desc\n<br />";
    }

  • And replace them with the codes below:

    $i=0;
    foreach($rss->items as $item) {
    if($i < 5) {
    $title = $item[title];
    $link = htmlentities($item[link]);
    $desc = $item[description];
    if ($title != '') $disp .= "\t<b><a href='$link'>$title</a></b>\n<br />";
    if ($desc != '') $disp .= "\t$desc\n<br />";
    }
    $i++;
    }

This will allow you to control how many RSS feeds you’ve preferred. I like to display [rsspara:URL] instead of [rsslist:URL] below my post because [rsspara:URL] will allow me to show not only links but images and descriptions of the products as well. Make sure you get a RSS url from any affiliate site you’ve participated and replace the URL with the feed’s url that you’ve got. If you’ve done it right, you will see an example just like the one below.

Another drawback is that it shows what category and keywords with a logo in its feeds. I don’t like that. I am still searching an answer for it. I’ll keep you posted once I find the solution.

Update: The solution for the above question is shown below. You need to find the following three $disp code lines and comment them out. Make sure you save the file:

$disp .= "\t<a href='$link'><img src='$url' alt='$title' /></a><br />\n";
$disp .= "\t<big><a href='$link'>$title</a></big><br />\n";
$disp .= "\n\t<br />\n";

Now go ahead to test it out. Does it work? Mine is working. See the example below.

WordPress For Dummies (For Dummies (Computer/Tech))

US $14.23
End Date: Wednesday Feb-22-2012 20:33:49 PST
Buy It Now for only: US $14.23
Buy it now | Add to watch list

NEW - WordPress For Dummies, 3rd Edition
US $9.79
End Date: Sunday Feb-12-2012 18:54:06 PST
Buy It Now for only: US $9.79
Buy it now | Add to watch list

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace

Related Posts

  1. A Stats Plugin to Analyze Your WordPress Blog?
  2. All in One SEO Pack for Your WordPress Blog?
  3. How to Make a Self-Hosted WordPress Blog Dofollow?
  4. A Contact Form Plugin For Your WordPress Blog
  5. How to Post to Your Blog via Email?

Tags: ····




No Comments so far ↓

There are no comments yet...Be the first to voice your opinion by filling out the form below.

Leave a Comment

Your e-mail address will not be published. Required fields are marked *

Comment moderation is in use. Please do not submit your comment twice.

*




Custom Search