Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6718515
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:58:42+00:00 2026-05-26T08:58:42+00:00

I found this site that allows to convert RSS feeds into json. It also

  • 0

I found this site that allows to convert RSS feeds into json.
It also provides a way to specify a callback, so i think users are able to make jsonp calls to this web service.
However, i tried different ways to do that but none worked.
Here is my code:

$(document).ready(function () {
    $.ajax({
        type: "GET",
        url: 'http://www.blastcasta.com/feed-to-json.aspx',
        dataType: "jsonp",
        jsonpCallback: "loadRSS",
        data: {
            feedUrl: 'http://xml.corriereobjects.it/rss/homepage.xml',
            param: "callback"
        },
        success: function (data) {
           var list = "";
           for (var propertyName in data) {
                list+=data[propertyName];
            }
            console.log(list);
        },
        error: function(xhr, ajaxOptions, thrownError){
            alert(ajaxOptions)
        }
    });
});

Whatever i try, the success handler doesn’t get executed. I get error handler instead.
I tried with jsonpCallbak: “callback”, jsonpCallback: “?”, param: “callback” and other values too but without success.
I have to use ONLY javascript without the support any server side scripting language (no aps, no php, etc.)
Did someone get this service working in his site?
Any suggestion would be really appreciated!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T08:58:43+00:00Added an answer on May 26, 2026 at 8:58 am

    Update:

    here’s an example that works for your code:

    $.getJSON("http://www.blastcasta.com/feed-to-json.aspx?feedUrl=http://xml.corriereobjects.it/rss/homepage.xml&param=?", function(data) {
        console.dir(data);
    });
    

    problem is, that I get some javascript errors with returning json:

    see this jsfiddle

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I found this snippet of code here that allows you to log into a
I found this really cool page that allows you to hook up facebook into
I was creating a website http://tapasya.co.in and i found that this site has some
I found this web site (photoblog) http://www.OneReaction.net/ and I am very curious how this
I'm working on a sample i found on this site: http://kevinmusselman.com/blog/2009/02/access-webcam-with-flash/ it captures the
I found the ad on this site to Krypton controls ( and here's another
I found this in Ryan Bates' railscast site, but not sure how it works.
I found this open-source library that I want to use in my Java application.
I have a userscript (read: my Javascript on someone else's site) that allows users
I found this web site to generate a .htaccess to block an access from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.