Jingles Almendinger
Posts: 0
Joined: Mon Sep 16, 2013 8:47 pm

Set RSS items as link

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Set RSS items as link

Hello! You can add needed action on Click event for any component.

Jingles Almendinger
Posts: 0
Joined: Mon Sep 16, 2013 8:47 pm

Set RSS items as link

How would I do that so that it opens the link that comes in from the RSS?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Set RSS items as link

Hi,

You can run the following JavaScript code on click event:
codewindow.top.location = "received_URL&quot/code

Jingles Almendinger
Posts: 0
Joined: Mon Sep 16, 2013 8:47 pm

Set RSS items as link

I placed that on a click event, but it doesn't work.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Set RSS items as link

Hi,

What exactly is not working? Are there any errors in console?

Jingles Almendinger
Posts: 0
Joined: Mon Sep 16, 2013 8:47 pm

Set RSS items as link

When I click on a link/rss-item it sends me here: http://appery.io/404.htm

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Set RSS items as link

Hello! Could you give us your public app link?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Set RSS items as link

Hello,

Please replace "received_URL" on the following code:
pre
window.top.location = "received_URL";
/pre
with correct one. Url example: "http://appery.io".

Return to “Issues”