Deprecated: Function eregi() is deprecated in /home/emarkwoo/public_html/inkblots/wp-content/plugins/captcha/captcha.php on line 1360
inkBlots » Blog Archive » FeedBurner FeedFlare for Surveys

FeedBurner FeedFlare for Surveys

I was perusing FeedBurner’s “101 FeedFlares For a Better Tomorrow” list and saw that the “Survey” category was unattempted.

JotForm is a (free for now) online form builder that lets you build your own survey, contact form, or whatever. Perfect.

I put together a simple PHP generator which (with a couple of RESTful parameters) will create a customized FeedFlare for anyone who wants to add a JotForm survey FeedFlare link to their FeedBurner feed:

http://flare.markwoodman.com/jotform.php

The generator is intended for people not comfy crufting together a URL with properly escaped ASCII. You simply enter the link text you want (”Survey!” or “Talk Back” or “Eat Much?” and the JotForm form id, and it will build the URL for you.

The “demo” parameter will output a sample XML that fits the FeedFlare structure: http://flare.markwoodman.com/jotform.php?demo=true.

It’s fun to see how easy Immediate Actions can be these days. I hope some people get good use out of this one.

2 Responses to “FeedBurner FeedFlare for Surveys”

  1. Jonathan Speck Says:

    Could you do this with Wufoo (http://wufoo.com)? They have a free version of their form builder and I love using it. Is there a way to adapt this to use Wufoo forms instead?

  2. Mark Woodman Says:

    Done. Check it the Wufoo version here.