From RSS?

Download from-rss Please ask your questions and make your remarks in the WordPress support forums, I'll answer them there! Want to support me? Donate a small amount through PayPal!

Donate through PayPal!

Hi there,

Thanks for downloading one of my plugins. If you like my plugins, please support me by donating a small amount through PayPal.

If you donate even a small amount, that both keeps me enthusiastic and it allows me to keep working on improving my plugins!

Best,
Joost

P.S. did you know about my weekly WordPress newsletter? You should sign up right now!

From RSS WordPress pluginSometimes you want to do something extra for your RSS subscribers, you might want to give them a little bit of extra content, or simply leave out some annoying footer about subscribing to the RSS feed. This plugin facilitates that, you can simply do something like this:

if (function_exists('from_rss')) { 
  if (from_rss()) { 
    echo "Hi there RSS reader!"; 
  } 
}

And only those people who came through a link in your RSS feed in the last 30 days will see that text. It does that by giving your RSS feed other URL's, which it 301 redirects to the correct ones while dropping a cookie to identify them as RSS subscribers.

To make sure only real RSS subscribers get this cookie, the cookie is only dropped when the referrer is either blank when someone hits an RSS URL, or the referrer is a known online feedreader. Currently these 73 online feedreaders are recognized.

Installing is easy:

  • download;
  • unzip;
  • put the from-rss.php file in your plugins folder;
  • activate;
  • you can now use the from_rss() tag anywhere you want.