• So I’m creating a simple RSS widget to feed a wordpress site through [/blog.xml]. Anyway, the widget displays posts fine with other feeds. Whenever I throw my feed in, or any wordpress powered blog feed for that matter, I get weird characters.

    Example:
    Widget shows: & #8216;Miracle Mouse& #8217;
    It should show: ‘Miracle Mouse’

    I had to put a space between the & and # otherwise the post incorrectly.

    I’m assuming it has something to do with the way wordpress encodes text? The widget uses js. Does anyone know what I would need to add to the script to translate the characters correctly from wordpress blogs?

  • The topic ‘WordPress XML to Konfabulator widget’ is closed to new replies.