Questions tagged as 'rss'

1
answer

Returning image with Google Feed API

I'm trying to return the image of an rss feed using the Google Feed API and Jquery function parseRSS(url, location, container) { $.ajax({ url: document.location.protocol + '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&...
asked by 12.11.2014 / 17:48
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
0
answers

How to put the RSS Feed next to the Google Map API

Good morning, I'm trying to make a small HTML page with a Maps API and an RSS feed. However, I'm not able to put my RSS feed on the right side of the API. Can someone help me? Here is the example of my page: HereisthecoderelatedtoRSSFeed:<...
asked by 22.05.2017 / 01:08
1
answer

Show feed news rss one at a time with fade

I have the following php code to fetch the news feed from a particular site: <?php $rss = new DOMDocument(); $rss->load('http://feeds.jn.pt/JN-ULTIMAS'); $feed = array(); foreach ($rss->getElementsByTagName('item') as...
asked by 14.03.2016 / 15:57
0
answers

Rss does not return Thumb in wordpress

Well, I'm trying to list posts from another site via RSS. Everything appears except the thumbs of the images .. My result and code is this: NOTE:IhaveaccesstothefileserverwhereIamtryingtopulltheposts,ifanyoneknowsanalternativetothis,pleasein...
asked by 10.11.2015 / 15:44
0
answers

Cakephp 3 RSS error

I want to make an RSS generator, I followed the tutorial on link . But things are not working as they should, because according to the documentation, when I access the route of the item with the .rss extension, it should return the RSS, in my c...
asked by 26.09.2015 / 22:36