• Haven’t seen a solution to this problem as of yet.

    Using RSSImport to put feeds on my page. I have two feeds in a row on my main page template:

    <?php RSSImport(10, 'My Public Google Reader Feed'); ?>
    <br />
    <?php RSSImport(3, 'My Twitter Feed'); ?>

    For some reason the Twitter feed is fine. Formats ok with css and so on.
    The google reader feed, is all in bold letters, spills out past its borders and most importantly gives bad links. So if an item in the feed is: http://www.news.com/local/020310, clicking on the link in the feed reader gives you http://www.news.com/local/020310/www.news.com In other words, it puts the domain name at the end of the URL.

    Tried $use_simple_pie=true. Tried putting googlereader through feedburner. No good.

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter kzblog

    (@kzblog)

    Didn’t solve this issue but Google Reader has an excellent feature called Clips that lets you post your feed to a website. Also Google Reader Recommended Reading is a cool plug in if you want to show shared items only.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: RSSImport] Googlereader feed buggy’ is closed to new replies.