Skip to main content
Inspiring
November 9, 2010
Question

rss feed subscribers

  • November 9, 2010
  • 1 reply
  • 1561 views

Is there a way to track RSS Feed Subscribers in ColdFusion?

    This topic has been closed for replies.

    1 reply

    Community Expert
    November 9, 2010

    Yes. But you haven't provided enough detail in your question to get a more detailed answer.

    Dave Watts, CTO, Fig Leaf Software

    http://www.figleaf.com/

    http://training.figleaf.com/

    Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on

    GSA Schedule, and provides the highest caliber vendor-authorized

    instruction at our training centers, online, or onsite.

    Read this before you post:

    http://forums.adobe.com/thread/607238

    Dave Watts, Eidolon LLC
    Inspiring
    November 9, 2010

    I'm not sure what else to say.

    I have created an RSS Feed on a website built in CF for subscribers to join.  How can I keep track of how many subscribers join?

    When the viewer selects join RSS Feed, it takes them to an RSS Feed page that outputs all of the RSS Feeds.  They may select Subscribe to this Feed.  At this point, I would like to track how many people have subscribed in a table or some other way.

    cfjedimaster
    Inspiring
    November 9, 2010

    The thing is - a RSS feed is just XML. It doesn't - automatically -

    require a 'subscription'. A client program subscribes to a RSS feed by

    just fetching it in an interval.