Most voted "rss" questions
18 questions
Sort by count of
-
3
votes2
answers923
viewsutf-8 encoding in XML file to generate RSS
On a news site I want to generate an RSS page with the news of the day. The page is well generated, but if when generating there is a news with accents or special characters the generation fails. In…
-
2
votes1
answer2217
viewsPut HTML5 to read an RSS?
I don’t know much about these deals, I looked before posting here but I didn’t find anything, I don’t know if I’m looking for it right. I’m creating an app in Html5, css3 and javascript. I want to…
-
2
votes1
answer1501
viewsHow to return all groups I participate in facebook in rss, json, php
Good afternoon, I’m with a doubt I’ve researched everywhere but facebook has changed api, and not this retouching the groups, I wonder if have how to return in some format all links of my groups or…
-
2
votes0
answers195
viewsRSS images do not appear in Wordpress
I’m trying to pull a RSS from another website wordpress, to mine which is also wordpress. The written content appears normal, but the thumbnail photo does not appear. Could someone tell me if it is…
-
2
votes2
answers78
viewsChange date language captured in RSS
I’m taking the RSS content from a site with the following code: <?php $rss = new DOMDocument(); $rss->load('https://jovemnerd.com.br/nerdnews/feed/'); $feed = array(); foreach…
-
1
votes1
answer67
viewsHelp in RSS News Engine
Good night, you guys, I’m trying to make an RSS news engine well television style the code is open and can be seen on Github, I’m trying to do with the fadeout and fadein effects but is only being…
-
1
votes1
answer325
viewsConvert RSS to JSON Google Feed API
Some time ago I was using the google service google feed api however this service has been discontinued, I wonder if there is any solution to replace, I am doing so with jQuery: $.ajax({ url:…
-
1
votes1
answer290
viewsShow rss feed news 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…
-
1
votes1
answer76
viewsSeparate content from an RSS into two Ivs
I have a PHP code that takes the content from a feed, I would like to separate that content into two Divs. For example: in the div1 will be the first five posts on a Carousel (jcarousel) and on div2…
-
1
votes0
answers11
viewsProblem 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)... Since custom post does not appear by default in the feed, I am using the following function:…
-
1
votes0
answers440
viewsHow to put RSS images in news?
I am currently working as a Freelance programmer with very little experience, so the client requested to put on his page a UOL news block, so I accidentally found this site. Free RSS Widget Here you…
-
0
votes1
answer192
viewsReturning Image with Google Feed API
I am 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 +…
-
0
votes0
answers31
viewsDoubt about RSS feed
I’m developing a page of feed for a blog PHP pure and came to me some doubts that I could not find the answers. Feed items should be displayed for how long? For example, should a post created last…
-
0
votes0
answers33
viewsCakephp 3 RSS error
I want to make an RSS generator, I followed the tutorial of the same in http://book.cakephp.org/3.0/en/views/helpers/rss.html. But things are not working as they should, because according to the…
-
0
votes0
answers37
viewsRss does not return Thumb in wordpress
Guys, I’m trying to list posts from another site via RSS. Everything appears except the images Thumbs.. My result and code is this: NOTE: I have access to the server of the files where I want to…
-
0
votes1
answer726
viewsRead Feed (rss) description with PHP
I’m trying to get a description of feed to display on a site I have to do, but when trying to catch it returns to me as empty. When I see the source code of the link that the feed is in, the…
-
0
votes0
answers22
viewsHow to place the RSS Feed next to the Google Map API
Good morning, I’m trying to make a small HTML page with a Google Maps API and an RSS feed. However, I am unable to put my RSS feed on the right side of the API. Can anyone help me? Here is the…
-
-1
votes1
answer144
viewsHow to get a specific position of in foreach with PHP
I am creating an application that I will have an RSS, and I created this script in PHP: <?php // permite requisições a urls externas ini_set('allow_url_fopen', 1); ini_set('allow_url_include',…