• Resolved codeduchess4405

    (@codeduchess4405)


    Hello!
    I am a first time user of JSON Content Importer. I placed the shortcode in my Post page and then received the following error: no URL : check the shortcode. Here is my shortcode:

    [jsoncontentimporter url=”https://www.themuse.com/api/public/jobs”
    urlgettimeout=”number: who many seconds for loading url till timeout?”
    numberofdisplayeditems=”number: how many items of level 1 should be displayed? display all: leave empty”
    basenode=”starting point of datasets, tha base-node in the JSON-Feed where the data is?”
    oneofthesewordsmustbein=”default empty, if not empty keywords spearated by ‘,’. At least one of these keywords must be in the created text (here: text=code without html-tags)”
    oneofthesewordsmustbeindepth=”default: 1, number:where in the JSON-tree oneofthesewordsmustbein must be?”
    oneofthesewordsmustnotbein=”default empty, if not empty keywords spearated by ‘,’. If one of these keywords is in the created text, this textblock is igonred (here: text=code without html-tags)”
    oneofthesewordsmustnotbeindepth=”default: 1, number:where in the JSON-tree oneofthesewordsmustnotbein must be?”
    ]

    I have no idea why it cannot find the URL. Any guidance would be greatly appreciated. Thanks!!

    Best,
    Dana

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

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

    (@berkux)

    Hi Dana,

    try

    [jsoncontentimporter url=https://www.themuse.com/api/public/jobs?page=1 DEAKdebugmode=10]
    total: {total}{subloop-array:results:5}{results.name}
    {subloop:results.company:-1}
    <b>{results.company.name}</b>
    {/subloop:results.company}
    {results.contents:html}
    <hr>{/subloop-array:results}
    [/jsoncontentimporter]

    Bernhard

    Thread Starter codeduchess4405

    (@codeduchess4405)

    It worked! Awesome, thanks so much!!

    Best,

    Dana

    Plugin Author berkux

    (@berkux)

    Hi Dana,

    great!
    Feed free to vote for my plugin.

    Bernhard

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no URL defined Error Message’ is closed to new replies.