RSS

Feed Aggregators in Drupal

An interesting review, from Aron Novak, of different feed aggregators available in Drupal:
http://groups.drupal.org/node/4547

Hot in Web 2.0: Timeline.to

Arguably, Web 2.0 is a loaded, even bloated word. And yet, there are things out there that are obviously 2.0, obviously cool and excite us to the extent that we still keep using the term and it still sounds good.

One such thing is the new kid on the block: Arto Bendiken's free service to visualize RSS and Atom feeds in time: http://timeline.to.

You can get a snippet of code to visualize your own feed and republish on your website. Type in your blog's RSS URL in the input box and after it gets displayed, click "show source" link at the bottom.

Check it out!

P.S. Guess which portal engine has Timeline module?

Drupal: Who Is Subscribed to My RSS Feed?

The RSS feed subscribers are the most valuable users of your website. Those are the loyal customers, the true audience of your website. You do want to know how many of those you have and who they are.

Unfortunately, to my knowledge, Drupal does not currently have a good module to track RSS Feed subscriptions. It is not an easy module to write, either because identifying unique subscriptions is non-trivial problem.

In any case, there is http://www.feedburner.com and we could use its kind services. Linking directly to FeedBurner is not such a great idea. though. First, you may already have subscribers and you want them to be tracked, as well. Secondly, if FeedBurner suddenly goes south you do not want to lose all your subscriptions and - you may not want to change http://www.example.com/rss.xml in three places in a Drupal template.

So, what to do? If you have access to .htaccess and mod_rewrite - you have a perfect solution. What you will do is - you will create an account with FeedBurner and temp-redirect (HTTP Status 302) your original feed URL to the FeedBurner one. Sounds easy, eh?

Syndicate content