[Plugin: RSSImport] Googlereader feed buggy
-
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?
The topic ‘[Plugin: RSSImport] Googlereader feed buggy’ is closed to new replies.