Questions tagged [rss]
RSS (Rich Site Summary); originally RDF Site Summary; often dubbed Really Simple Syndication, uses a family of standard web feed formats to publish frequently updated information: blog entries, news headlines, audio, video.
25 questions
0
votes
1
answer
334
views
How to get thumbnail URL from RSS feed
This script was working in Expression Engine V2 but isn't at version 5.
Can someone tell me how to get the thumnail URL of this rss feed?
Other info is already working..
{exp:rss_parser url="https://...
0
votes
1
answer
149
views
Reverse rss parser output
I am trying to out put the next 5 tour dates for a band.
Unfortunately as rss feeds output the latest feed item first I need to find a way to reverse the order. My php skills are limited so I would ...
0
votes
1
answer
1k
views
How do I include an entry image in an RSS Feed?
A site (running EE 2.11.1) I am working on has the following RSS feed code:
{preload_replace:master_channel_name="blog"}
{exp:rss:feed channel="{master_channel_name}"}
<?xml version="1.0" ...
0
votes
1
answer
54
views
show specific feed related to entry; however, a single page template is being used
I have a single page template that is used to show a specific entry (based on url segment). When the unique page content is displayed, I would like to show a specific unique feed also.
I'm thinking i ...
0
votes
1
answer
56
views
RSS feed from 2.1.4 no longer works with conditionals in 3.2.0
We just upgraded to 3.2.0 from 2.1.4, and the move seems to have broken my RSS feeds completely. I used several conditionals to assign the correct paths to each template group section, but none of ...
0
votes
2
answers
202
views
Custom AddOn, Using SimplePie to display an enclosure
I need to display an RSS feed on my site. I could use the built in RSS_Parser add-on, however that add-on does not appear to support adding an item enclosure (image). This is a requirement for this ...
0
votes
1
answer
260
views
Can't parse RSS feed with EE 3
I am using EE 3.0.5 and I am trying to get the first-party feed parser to work. I have installed the module with no problems via the add-on manager. I am using the sample code provided in the docs. I ...
0
votes
2
answers
327
views
Magpie feed plugin for EE1 failing on https
The Magpie plugin for EE1 doesn't seem to like https addresses, it was working fine but now the site where the feed is located have switched to https for everything and now Magpie is not getting new ...
0
votes
1
answer
120
views
Is it possible to create an RSS feed with Solspace Calendar
Is it possible to create an RSS feed with Solspace Calendar. The RSS sample in EE used channels entries. Wondering if I can pull in events from a calendar into an rss feed.
This feed needs to also ...
0
votes
1
answer
129
views
Expression Engine RSS Feed PubDate doesnt validate
I'm running out of ideas, could you please tell me what am I doing wrong? When trying to validate my rss feed I get the error that pubDate is in incorrect format. Even though it looks the same as ...
0
votes
1
answer
146
views
AJW Feedparser feed stopped working
I have a site that has been using AJW Feedparser to embed an xml feed for months without problems, but has recently stopped working.
If I open the cache file, the feed info is there, but it is no ...
0
votes
1
answer
437
views
Creating a multi-channel RSS Feed
I am trying to get a multi-channel RSS feed working. The feed seems to populate correctly if I use: <link>{title_permalink="site/index"}</link>, but as you can guess then each article just ...
0
votes
2
answers
83
views
RSS Feed works with template type 'web page", but not type 'RSS Feed'
I'm using the sample Ellis Lab code almost verbatim for my RSS feed. When I set the template type to web page, it outputs correctly. When I change it to RSS, I get an empty feed. Right now it is set ...
0
votes
1
answer
74
views
append .xml to EE template
Client has a podcast feed that up until now has been a manually edited XML file on their server.
I'm looking to move this into EE so that they don't need to touch the server directly.
Because this ...
0
votes
1
answer
189
views
RSS feed for specific category in channel
I have a channel that has 20 categories - each representing a client who can post there or have others post there for their attention.
Of these 20 categories/clients one (only one) needs a personal ...