1. Feed Links Widget

    body

    As promised, here is the revised version of my Feed Links Widget. Just click the button and follow the wizard!


    Some Notes
    Due to circumstances beyond my control, if Blogger changes the URL format for feeds this hack will break (and I will, of course, speed to fix it ;) ).

    If you want to make it easier for others to add this hack, clicking the button below will add the button above to your sidebar.


    Creative Commons Licence © 2006-2008 Stephen Paul Weber. Some Rights Reserved.
    There is an RSS Feed for comments on this post.
    You can trackback from you own site.

    7 Comments

    1. Comment at 2006-11-16 15:54 by CANADA Johan Sundström
      body

      Out of curiosity: was there some trouble with using CDATA sections with the beta layouting system? I seem to recall something vague on the topic, but can't quite clutch it. :-)

    2. Comment at 2006-11-17 14:33 by CANADA Singpolyma
      body

      BETA layouts are actually processed as XML, which means that CDATA sections around JavaScript (according to convention) would kill the ability to have <data:/> tags inside, since they would be interpreted as escaped-out tags by the CDATA instead of as tags.

      The way around this is, of course, to escape out the CDATA sections like so:

      //&lt;[CDATA[
      //]]&gt;

      Does that answer the question? Or am I just rambling?

    3. Comment at 2006-11-30 10:15 by CANADA Anonymous
      body

      thank you :)

    4. Comment at 2007-02-28 14:12 by CANADA Ariel
      body

      This is really helpful. Is there a way I can make this widget work with my Feedburner feed instead of the raw Blogger Beta feeds?

    5. Comment at 2007-02-28 15:03 by CANADA Singpolyma
      body

      @Ariel - if you send me the URL(s0 to your feedburner feed(s) I can make a custom version of the widget for you :)

    6. Comment at 2007-10-11 12:11 by GERMANY Windows Server 2003 Mozilla Firefox 2.0.0.7 xema
      body

      Hi! Is there a way to read a feed? I mean I would like to show some feeds. And I don´t want that those links appear using JS (like AdSense). Is that possible modifying this widget? Thanx!

    7. Comment at 2007-11-04 07:41 by CANADA Ubuntu Linux Mozilla Firefox 2.0.0.6 Stephen Paul Weber
      body

      @xema — this is JavaScript to make it easy and automatic, to link manually just create links in your code / a links widget.

    Reply / Comment

    advanced comment form |

Stephen Paul Weber