• Hi,

    i am interested on export rem properties to an external web platform. They give me schema and specifications to create a JSON feed.
    Is there a simple way to do it or i need to create API code?

    Thanks for your help.

    Nuno Vieira

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, you can use any 3rd party plugin to export property listings. I will suggest WP All Export.

    https://ww.wp.xz.cn/plugins/wp-all-export/

    Regards

    Thread Starter nvieira

    (@nvieira)

    Hi Rameez,

    thanks for your reply.
    WP All Export only permits to export in xml/CSV (i am using to export to XML), but now i need to export to JSON and i do not find any plugin that helps me doing that. I tried different plugins without success.
    Maybe i need to create my own routes to do that.

    Thanks for your help.

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Thread Starter nvieira

    (@nvieira)

    Hi Rameez,
    thanks for that plugin. It’s almost what i need 🙂
    But i noticed that images came with id, and came in all languages (i need to filter languages) and i need to change some characteristics names to match the platform schema.

    I know that my task is not easy.

    Thanks again for your help.
    Nuno Vieira

    Thread Starter nvieira

    (@nvieira)

    Rameez, in your plugin you use Content disposition: attachment, and if i want to show json inline how can i do it?

    Thanks.

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, then you can just print that json_encode( $data_to_save ) without modifying headers.

    You’re free to make changes, do it as you need it 🙂

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

The topic ‘JSON feed’ is closed to new replies.