• Resolved youngpilot

    (@youngpilot)


    I would like to use JSON Importer to display the linkes App Store JSON Feed. Unfortunatly I cant get it to work. The basenode should be “results” and then a subloop across all the entries.

    Can sb help? Thanks in advance 🙂

    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,

    see
    http://api.json-content-importer.com/api-itunes/
    how this works.

    Bernhard

    PS: Ich freue mich über eine Bewertung des Plugins hier bei wordpress.org
    SChöne Grüße aus München

    Thread Starter youngpilot

    (@youngpilot)

    Okay, Is there an easy way to style the output like you did in the example?

    https://iosapps.de/json-test/

    • This reply was modified 8 years, 3 months ago by youngpilot.
    Plugin Author berkux

    (@berkux)

    try this:

    <ul>[jsoncontentimporter url=http://api.json-content-importer.com/extra/json/itunes/itunes-example.json kdebugmode=10 basenode=feed.results]<li>
    <a href="{url}" target="_blank"><img src="{artworkUrl100}" border="0" /></a><a href="{url}" target="_blank">{name}</a> ({copyright}), Genres: {subloop-array:genres:-1}{genres.name} {/subloop-array:genres}<br clear="all">
    </li>[/jsoncontentimporter]</ul>
    • This reply was modified 8 years, 3 months ago by berkux.
    Thread Starter youngpilot

    (@youngpilot)

    Thanks for your fast help Bernhard 🙂

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

The topic ‘App Store JSON Import’ is closed to new replies.