• Hi there,
    Trying to get this nice Plugin to work:

    I got this feed (json) : http://www.lokalebasen.dk/lease/api/db_madsen/newest_locations
    showing 5 newest objects.

    [{"url":"http://www.lokalebasen.dk/leje/kontorlokaler/2610-rodovre/fjeldhammervej-14513","address":"Fjeldhammervej 15, 2610 Rødovre","photo_url":"http://imageproxy2.lokalebasen.dk/convert?shape=cut&source=http%3A%2F%2Fc1315358.r58.cf3.rackcdn.com%2F267811%2FBillede1.jpg&resize=320x240&signature=e15a4706e191059188df3846087414f2"},{"url":"http://www.lokalebasen.dk/leje/kontorlokaler/7100-vejle/flegmade-14512","address":"Flegmade 15, st. th., 7100 Vejle","photo_url":"http://imageproxy0.lokalebasen.dk/convert?shape=cut&source=http%3A%2F%2Fc1315358.r58.cf3.rackcdn.com%2F267799%2Ffoto.jpg&resize=320x240&signature=6e9a716dadec322a921c960786ed801c"},{"url":"http://www.lokalebasen.dk/leje/kontorlokaler/7100-vejle/flegmade-14511","address":"Flegmade 15, 1. th., 7100 Vejle","photo_url":"http://imageproxy0.lokalebasen.dk/convert?shape=cut&source=http%3A%2F%2Fc1315358.r58.cf3.rackcdn.com%2F267778%2FIMG_0233.JPG&resize=320x240&signature=f9327364ea1b6a17176831ad5c7c3398"},{"url":"http://www.lokalebasen.dk/leje/kontorlokaler/7100-vejle/flegmade-14510","address":"Flegmade 15, 1. tv., 7100 Vejle","photo_url":"http://imageproxy2.lokalebasen.dk/convert?shape=cut&source=http%3A%2F%2Fc1315358.r58.cf3.rackcdn.com%2F267731%2FIMG_0141.JPG&resize=320x240&signature=971d6ac972afcd4efa49d3ea7bca05da"},{"url":"http://www.lokalebasen.dk/leje/kontorlokaler/7100-vejle/flegmade-14509","address":"Flegmade 15, st. tv., 7100 Vejle","photo_url":"http://imageproxy1.lokalebasen.dk/convert?shape=cut&source=http%3A%2F%2Fc1315358.r58.cf3.rackcdn.com%2F267786%2Ffoto.jpg&resize=320x240&signature=26129b189d7ce97344806f5569c6c0bb"}]

    Should show a list with an Address (text) and Photo, wrapped in an URL.

    I made this Shortcode
    [json src="http://www.lokalebasen.dk/lease/api/db_madsen/newest_locations"] {address}, {url}, {photo_url}[/json]
    but it’s only shows the comma’s
    What’s wrong here??

    Regards!!

    https://wordpress.org/plugins/json-data-shortcode/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Feed doesn't display the content’ is closed to new replies.