• Resolved trafficwrks

    (@trafficwrks)


    hey!

    wondered if you could help me please, i tried this format and the feed didnt work;

    [jsoncontentimporter url=”https://bittrex.com/api/v1.1/public/getmarkets” numberofdisplayeditems=”” basenode=”MarketCurrency”]
    MarketCurrency : {MarketCurrency}
    BaseCurrency : {BaseCurrency}
    Created : {Created}
    [/jsoncontentimporter]

    thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author berkux

    (@berkux)

    Hi,

    change the basenode to result:

    [jsoncontentimporter url=https://bittrex.com/api/v1.1/public/getmarkets basenode=result]
    MarketCurrency : {MarketCurrency}
    BaseCurrency : {BaseCurrency}
    Created : {Created}
    [/jsoncontentimporter]

    You may vote for my plugin here 😉

    Bernhard

    Thread Starter trafficwrks

    (@trafficwrks)

    ah amazing! Thank you so much, you’ve really helped me out here

    will vote for sure

    Thread Starter trafficwrks

    (@trafficwrks)

    Heres an interesting question sorry.

    The Json has dragged in the content i needed, however i need that content to be in RSS format ready. And it has lumped it in one huge RSS tag only when looking at the /feed source. Not divided it up per item.

    Is it possible to format for RSS or insert some html code to divide each item? Or can the paid pro version maybe do this?

    If the above is not workable.. There is a way is i can get round this by scraping the page using a web tool. I just need the latest content at the top? Currently its oldest at the top/newest at the bottom.

    Sorry for the trouble, many thanks

    Plugin Author berkux

    (@berkux)

    Hi,

    you can create RSS-feeds out of a JSON-API:
    https://json-content-importer.com/api-controlled-slider/
    By using twig as template-engine you can select what data is in the RSS and what not.

    For any further questions about that and the pro-version switch to
    https://json-content-importer.com/legal-contact/
    please

    Bernhard

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘json feed does not work’ is closed to new replies.