I love your plugin as it worked great with feeds that I have, but I really need to add date into feed posts, as this is vital thing with delivery companies feeds. Can you please add this function in plugin?
This is very important as your plugin is the only one that can override SimplePie specs and the only one that works correctly with different feeds.
Any chance you could add support for setting the RSS Cache time? For most feeds, I’m fine with the default, but on a few I’d like to change it and right now I am doing that through some custom code.
cache-time=”5″
to set 5 minutes would be great!
]]>If wp replaces the & in your url to an htmlentity the plugin needs to replace it back to an actual ampersand instead of & amp ;
`require_once(ABSPATH.WPINC.’/rss.php’);
// add below:
$feed = str_replace(‘&’, ‘&’, $feed);
$feed = str_replace(‘&’, ‘&’, $feed);`
Why am I getting <p> and showing in the excerpts?
]]>The RSS Shortcode plugin is broken for me.
I tried it with a FaceBook feed like so:
[rss feed=”https://www.facebook.com/feeds/page.php?id=xxxx&format=rss20″%5D
(I replaced the ID with ‘x’es)
Notice: Undefined property: stdClass::$error in C:\xampp\htdocs\wordpress\wp-includes\rss.php on line 498
Notice: Undefined variable: content in C:\xampp\htdocs\wordpress\wp-content\plugins\rss-shortcode\rss-shortcode.php on line 37
]]>I was looking to insert the code in the widget in alphabetical order but did not find a command for it. When I inserted order=”title” in the code, I still did not get them in alphabetical order. Can you pls. let me know the code to display post in alphabetical order.
My website url: https://collegeinformation.in/
]]>Hello there,
Is it possible, that RSS Feeds appeared where shotcode is inserted, not at the beginning of the post?
Thanks!
]]>I was thrilled to see this plugin. However, the thrill turned to dismay when I discovered that this plugin can not handle complex feeds. If your link is transmutationsciences.com/feed the shortcode works fine. However, a feed like https://www.bidswamp.com/rss.php?feed=1 or similar will not work.
Is this something that will be corrected?
]]>hi,
why is my rss feed showing up in html format on my page? Here is where i have the feed embedded
https://relateonline.com/church/salvation-spiritual-growth/
The link to the feed is:
https://feeds.feedburner.com/healthymarriage
Is there a way to make it show normal and not html?
thank you
]]>Is there php code to use this in the theme, instead of in a page or post? Thanks.
]]>it doesnt work
]]>Not working for me, tried various feeds with no luck. Anyone else?
]]>I would like to add the date to the RSS feed shortcode. How do I go about doing that?
]]>