Questions tagged as 'rss'

2
answers

UTF-8 encoding in XML file to generate RSS

In a news site I want to generate an RSS page with the news of the day. The page is well generated, but if generating a news story with accents or special characters, the generation fails. In my code I have the following: <?php header(...
asked by 20.05.2014 / 10:39
2
answers

Change date language captured in RSS

I'm getting RSS content from a website with the following code: <?php $rss = new DOMDocument(); $rss->load('https://jovemnerd.com.br/nerdnews/feed/'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item...
asked by 10.11.2016 / 17:53
1
answer

Put HTML5 to read an RSS?

I do not understand much of these businesses, I searched before posting here but did not find anything, I do not know if I'm looking for certain. I'm creating an app in html5, css3 and javascript. I want to add some rss to the app but I do not k...
asked by 25.05.2015 / 01:42
1
answer

How to return all groups I participate in facebook in rss, json, php

Good afternoon, I have a question I have already researched everywhere but facebook has changed api, and it is not retuning the groups, I would like to know if I can return in some format all the links of my groups or some way to treat this page...
asked by 10.08.2015 / 21:18
0
answers

RSS images do not appear on Wordpress

I'm trying to pull an RSS from another site wordpress , to mine which is also wordpress . Written content appears normal, but thumbnail does not appear. Can someone tell me if it is possible to list 2 posts from another wordpress site...
asked by 06.11.2015 / 20:13
1
answer

News Engine Help RSS

Good night guys, I'm trying to make a good RSS-style news engine the code is open and can be seen at Github >, I am trying to do with the fadeout and fadein effects however only the latest news is being shown as you can see in the example...
asked by 03.01.2016 / 05:10
1
answer

Separate content from an RSS in two divs

I have a PHP code that takes content from a feed, I would like to separate this content into two divs. For example: div1 will be the first five posts in a carousel (jcarousel) and in div2 there will be another five posts in a listing. <...
asked by 11.11.2016 / 15:46
1
answer

Convert RSS to JSON Google Feed API

Some time ago I was using the google service google feed api but this service has been deprecated, I would like to know if there is any solution to replace, I'm doing so with jQuery: $.ajax({ url: 'https://ajax.googleapis.com/a...
asked by 25.01.2017 / 12:13
0
answers

How to put RSS images in news?

I am currently working as a freelance programmer with very little experience, so the client requested to put a UOL news block on his page, so I accidentally found that site. Free RSS Widget Here you create the news block automatically vi...
asked by 20.03.2018 / 15:47
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