Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL redirrects to Index. #122

Open
livestrong2109 opened this issue Jan 23, 2017 · 2 comments
Open

URL redirrects to Index. #122

livestrong2109 opened this issue Jan 23, 2017 · 2 comments

Comments

@livestrong2109
Copy link

livestrong2109 commented Jan 23, 2017

<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.

@sdepold
Copy link
Owner

sdepold commented Nov 9, 2019

Can you give me the actual rss feed?

@rcliftonharvey
Copy link

rcliftonharvey commented Dec 13, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants