• Ever since the new Blogger was released, feedwordpress is only pulling in headlines from Blogger feeds. It doesn’t seem to be able to pull in the content of the posts, even though the feed appears to be valid. Has anyone else experienced this? Has anyone found a work around?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Perhaps this would be a better suited question for Blogger?

    Thread Starter xenizo

    (@xenizo)

    Hmm…I hadn’t considered that, but I don’t think blogger would be concerned. They are producing a valid feed and probably wouldn’t care that it isn’t being read properly by a third-party developed plugin to WordPress. If I’m having the issue, I assume others who use the same plugin are as well, so I thought it made sense to post it here…

    I’m having the same problem:
    https://upparser.com/dcs/

    I agree with xenizo. Also, when I preview the feed it extracts from the Blogger URL, the post content is there. (That’s using the plugin.)

    Would anybody have thoughts on this? (Oh, and I promise I’m using the plugin for non-spammy purposes!)

    Simple fix for this, simply edit the feedwordpress.php file in

    /wp-content/plugoins/feedwordpress.php

    Go to around line 1987 and add the following in there

          elseif (isset($item['atom_content'])) :
         $content = $item['atom_content'];

    It’s working on my site – legitimate use! – use blogger because that’s all my mobile phone supports for moblog purposes (irossmobile.blogspot.com) which in turn is reposted automatically on my main site by feedwordpress.

    s

    (@sofimi)

    irossnet, do i have to re-add the syndicated sites or are they supposed to work when the plugin pulls the feeds next? because i’ve been refreshing update-feeds.php and it isn’t working. the posts are still blank. ??

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    You know, blogger also produces RSS feeds now. You don’t have to use the ATOM feed format (which frequently doesn’t work anyway because nobody supports it but Google).

    s

    (@sofimi)

    otto, either way, the blogger feeds aren’t working for feedwordpress for me. some blogger feeds aren’t even automatically detected by the software and i use the /feeds/posts/default (?) URL. i can’t figure why in heavens would feedwordpress be unable to support blogger feeds. ??

    If the feed isn’t automatically detected, going into phpmyadmin and editing the links manually will get feedwordpress using them. Stupid little thing I learned about it when it wasn’t detecting the feeds.

    Trent

    s

    (@sofimi)

    trent, even the browser wouldn’t detect the feed. i believe the page didn’t include the usual <link rel= etc to indicate that a feed was existent – perhaps it’s the template they used, u know how some blogger templates are like that. ?? thanks though.

    of greater concern for me though is still the blank content blogger feeds. any leads on that one?

    khaledjb

    (@khaledjb)

    Hello,

    I cant pull any Blogspot feeds. I have feedwordpress .981 and WP 2.1.

    Did anyone figured it out?

    Peace

    hi friends,
    The problem is with Atom 1.0 (which blogger has made default), old version of Feedwordpress does not support this, however latest one has full support for atom 1.0. You please upgrade your feedwordpress version with latest one and don’t forget to replace optional (magpie library) components.

    If you don’t want to upgrade your feedwordpress ( for any reasons), just download optional components (from feedwordpress site) and update them, Existing feedwordpress would start showing summary from blogspot blogs. I have tested it and it is working with my Hindi blogs aggregation site (https://narad.akshargram.com )

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘feedwordpress and blogger feeds’ is closed to new replies.