• Hi
    I just went to check my feed and got this from feedvalidator:
    line 307, column 3: Invalid character in a URI: ‘{‘ (5 occurrences)

    The error seems to emerge around the code for a shadowbox flash video. The vid plays fine from the site, but somehow the feed is getting tripped up.

    The feed (so you can see the errors in feedvalidator):
    http://livingwithtolle.com/feed/

    The odd thing is that the code for this feed checked out ok last week when I already had the flash in question.

    I’m pretty new to all this, and have no clue what’s causing the problem or how to fix it. Any help would be appreciated.

    Thanks
    Leo
    http://www.livingwithtolle.com
    using pb-embedFlash 1.5rc9.7

    http://wordpress.org/extend/plugins/pb-embedflash/

Viewing 1 replies (of 1 total)
  • The W3C-Feed-Validator complains about the following part:

    errors:{
    single: 'You must install the <a href="{0}?PHPSESSID=e4a4856f1e0e338d894c177eb823425b">{1}</a> browser plugin to view this content.',
    shared: 'You must install both the <a href="{0}?PHPSESSID=e4a4856f1e0e338d894c177eb823425b">{1}</a> and <a href="{2}?PHPSESSID=e4a4856f1e0e338d894c177eb823425b">{3}</a> browser plugins to view this content.',
    either: 'You must install either the <a href="{0}?PHPSESSID=e4a4856f1e0e338d894c177eb823425b">{1}</a> or the <a href="{2}?PHPSESSID=e4a4856f1e0e338d894c177eb823425b">{3}</a> browser plugin to view this content.'}

    This is generated by the script. I think there shouldn’t be an error because the whole part is masked as CDATA and the are not in code but as text strings.

    Most feed readers don’t support/allow JavaScript in Feeds so you might have previously used the object tag (which does not create any erros).

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: pb-embedFlash] Invalid Feed Issues’ is closed to new replies.