Questions tagged as 'feed'

1
answer

How to get images in XML CDATA and DESCRIPTION

I have some xml files, and several of them news images are inside the description, in one of them the image is inside the CDATA, at the time I return the array a description does not appear any element according to the photo: p> Inanothercase...
asked by 30.07.2018 / 02:33
2
answers

Feed parsing in Python

Access a feed whose layout looks like this: <horoscope> <date>20170627</date> <listItem> <item> <signTitle begin="21/03" end="19/04">Áries</signTitle> <content> BNononononono...
asked by 27.06.2017 / 15:09
0
answers

Problem with RSS_feed description in a custom post

I have the following problem: I have a custom post that has some social buttons (short, share) ... As the custom post does not appear by default in the feed, I am using the following function: function add_events_to_rss_feed( $args ) { if...
asked by 03.12.2017 / 21:22
0
answers

Page that reads feed with title, image and snippet

I need to create a page in php, with site feed that displays the latest posts with name, image and a snippet. I was able to do the code, but it displays the complete publication; * I would like to know, where am I going wrong, and how could I co...
asked by 13.12.2016 / 02:30
0
answers

How do I receive feed changes instantly?

I'm trying to make a podcast player and I have a question about the feed system. I thought of making a sync button, which would be able to return the updated list of podcasts when pressed. But I think it would be interesting if the user could...
asked by 15.03.2016 / 16:30
1
answer

Read Feed (rss) description with PHP

I'm trying to get the description of the feed to display on a website I have to do, but when I try to get it it returns me as empty. When I see the source code of the link in the feed, the description is there: <description><![CDATA...
asked by 29.03.2016 / 16:54
0
answers

RSS feed question

I'm developing a page of feed for a blog PHP pure and I had some doubts that I could not find the answers. Feed items should show for how long? For example, should a post created last year still be displayed in the feed? Or ju...
asked by 13.11.2018 / 12:26
0
answers

Sites are not recognizing my RSS feed from my Wordpress site

People I'm going through a somewhat unusual situation with the RSS / ATOM / XML Feeds. Well on my first site I created it, I used it on dlvr.it to share my posts on social networks automatically, and it was all right. Now I'm trying to do it on...
asked by 01.11.2018 / 21:15
1
answer

Limitation on the number of items returned from Facebook

I have an app that retrieves the news feed from a group that I post to. The problem is that I can only retrieve the last 25 registered items, is there any way to recover more than that? Edit: My current code to retrieve the items is:...
asked by 12.02.2018 / 17:14