Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to fetch RSS using simple jQuery ajax call.
Something like
Using the URL above, I can see that images are return as HTML
<img>(escaped ofcourse) tags. You just need to unescape them and embed them in your html.To unescampe simple using the javascript unescape function.
Use Firefox addon called REST Client with the above URL. Add a request header Name=
Accept, Value=application/rssxmlto see the returned data yourself.