URL redirrects to Index.
<script type="text/javascript">
jQuery(document).ready(function($) {
$("#divRss_news").rss("<xsl:value-of select="ouc:pcfparam('news_feed')"/>",
{
entryTemplate:'<li><a href="{url}">{title}</a><br/>{bodyPlain}</li>',
limit: <xsl:value-of select="ouc:pcfparam('news_qty')"/>,
dateFormat: 'MMMM Do, YYYY'
});
});
</script>
http://goforward.harpercollege.edu/
The issue i'm having is with the URL, it keeps acting like # instead of a valid URL. When I use the {URL} tag outside of the link it shows me the URL but not when its part of the link.
The output looks like this - <a href>Adult hypnotist Jim Wand coming to campus</a>
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Can you give me the actual rss feed?
Bit late to the party, but I'm also experiencing this. It used to work just fine, now suddenly it doesn't work anymore. Nothing changed in the website code, so either the (external) feed or FeedrApp changed something, or maybe a dependency has changed and now cuases something else to not work anymore.
Link to XML RSS: https://www.kvraudio.com/rss/kvrdeals.rss
FeedValidator says RSS is valid: http://www.feedvalidator.org/check.cgi?url=https%3A%2F%2Fwww.kvraudio.com%2Frss%2Fkvrdeals.rss
FeedrApp call takes a while, then redirects to index: https://feedrapp.info/?q=https://www.kvraudio.com/rss/kvrdeals.rss
Above is the direct link, but on the website here it's embedded in jQuery RSS. The Firefox and Safari JS consoles don't say much, they only mention "jQuery RSS: url doesn't link to RSS-Feed".
Hope this helps.