• I have a problem with RSS feed.
    When I want to insert a link feed on the site https://ifttt.com/ he will not publish posts, it says that he has an error. At this link Screenshot-from-2020-10-19-15-23-51 you can see the code of my rss feed.
    I tried to remove the new lines from the function.php file but again it won’t.
    I plan to turn off all plugins but I would love if there is some other solution to tell me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your feed looks to be very large… most feeds are fairly short… 10 to 30 posts. try shortening those back if you can.

    Also, your feed isn’t validating (might be the size or it could be a written language based problem) so you’ll want to send it through a feed sanitizer…

    I’ve been using this one myself. https://feedcleaner.nick.pro/

    But, I tried running your feed through the sanitizer and it wouldn’t go… I’ve never seen a feed that site couldn’t fix before.

    So maybe try cutting the feed back to 10 items in the settings page and set that to summary for a bit to see if you can get that to work with your IFTTT script.

    Thread Starter gale85

    (@gale85)

    @jnashhawkins
    Thanks for answer
    This link https://i.postimg.cc/6qd3MdJV/Screenshot-from-2020-10-28-14-04-27.png
    shows how I solved the problem
    For now there are no problems everything works great

    So it was probably the file (the feed file) size issue…

    BTW: I usually set my visible posts on the page to something close to the RSS feed… usually just a few (5 more is what I use) more than my RSS Feed to let pagination control the size of my blog or posts page(s).

    And I always set my RSS feeds to summary so the visitor sees the summary then has to click a link to read the whole article if they wish on the site itself. Makes a slight bit of difference traffic-wise. Just my two cents though on those settings.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with rss feed.’ is closed to new replies.