function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ramandeep_SinghRamandeep_Singh 

RSS feed in Visualforce

Hi all,

I want to display news feed from external source using visualforce. I tried using javascript and some sample codes yet no output.

Please provide some help. If possible, with code. It will be really helpul.

Thanks and Regards
Ramandeep 
Harish RamachandruniHarish Ramachandruni
HI,


check this code it will use full for you .

https://gist.github.com/greenstork/6032843



regards,
Harish.R
Ramandeep_SinghRamandeep_Singh
Hi Harish,

Thanks for the reply. And with the provided link this is the error that i am getting.
Please provide help.

.Error

Thanks and Regards,
Ramandeep 
Harish RamachandruniHarish Ramachandruni
Hi,


You can use this also it's from  server . This error from rss  webservises .



http://techsahre.blogspot.in/2010/03/rss-feed-power-with-salesforce.html



Regards ,
Harish.R.
Ramandeep_SinghRamandeep_Singh
Thanks for the quick reply.
The latest link you have provided is for genrating rss feed from salesforce. And I want to use rss feed into salesforce.
For example: fetching financial news from yahoo finance and displaying it using visualforce page.

If you can provide help on this that would be much appreciated.

Thanks,
Ramandeep 
Harish RamachandruniHarish Ramachandruni
Hi,

If it is solved please make it as solved .


Regards ,
Harish.R
Ramandeep_SinghRamandeep_Singh
My purpose is not solved. However, thanks for providing help and for your time.

Thanks and Regards,
Ramandeep
Bullfrog84Bullfrog84
You need to create an httprequest to pull and consume the data into xml/json/whatever and then you can parse it into the object. This is one way I've found to do it and I'm currently trying to expound and improve this to facilitate other features (sort and filter).