Page 1 of 2
Set RSS items as link
Posted: Thu Oct 03, 2013 1:47 pm
by Jingles Almendinger
Is there a way to set an RSS feed item as a link? In other words, for each story item in the RSS feed, is there a way to make it a link? I don't want to have a link (like read more) I want to JUST have the entire story be clickable.
Set RSS items as link
Posted: Thu Oct 03, 2013 4:01 pm
by Maryna Brodina
Hello! You can add needed action on Click event for any component.
Set RSS items as link
Posted: Mon Oct 07, 2013 6:04 pm
by Jingles Almendinger
How would I do that so that it opens the link that comes in from the RSS?
Set RSS items as link
Posted: Mon Oct 07, 2013 7:12 pm
by Kateryna Grynko
Hi,
You can run the following JavaScript code on click event:
codewindow.top.location = "received_URL"/code
Set RSS items as link
Posted: Mon Oct 07, 2013 8:49 pm
by Jingles Almendinger
I placed that on a click event, but it doesn't work.
Set RSS items as link
Posted: Mon Oct 07, 2013 9:25 pm
by Kateryna Grynko
Hi,
What exactly is not working? Are there any errors in console?
Set RSS items as link
Posted: Tue Oct 08, 2013 1:20 pm
by Jingles Almendinger
When I click on a link/rss-item it sends me here: http://appery.io/404.htm
Set RSS items as link
Posted: Tue Oct 08, 2013 1:25 pm
by Maryna Brodina
Hello! Could you give us your public app link?
Set RSS items as link
Posted: Tue Oct 08, 2013 1:54 pm
by Jingles Almendinger
Set RSS items as link
Posted: Tue Oct 08, 2013 2:34 pm
by Igor
Hello,
Please replace "received_URL" on the following code:
pre
window.top.location = "received_URL";
/pre
with correct one. Url example: "http://appery.io".