What is the URL to redirect a visitor to a property listing using the reference number?

What is the URL to redirect a visitor to a property listing using the reference number?

To ensure that an external site can link directly to a property listing by simply changing the MLS number and language settings, use the following URL:

https://[yourdomain.com]/si-redirect-listing/[culture]/[ref_number]

Settings

[yourdomain.com]
Your own domain name
[culture]
The language code 
fr = French
en = English
es = Spanish
[ref_number]
The reference number for the example property
13014069




    • Related Articles

    • How to customize detail page layout

      Source Immo Detail Page Customization Shortcodes vs Template Overrides Overview Source Immo single detail pages are built from modular template parts located inside: /wp-content/plugins/source-immo/views/single/*_layouts/subs/ Each file inside a ...
    • How to consume a Source.Immo data package

      A Source.Immo data package is a JSON file accessible through the API that provides access to a collection of data published to your account. This file is updated every time new data are published. The file contains a last modify date and an ...
    • Source Immo Templating System

      Source Immo Templating System Overview Source Immo renders its front-end output using PHP view files located inside the plugin directory: /wp-content/plugins/source-immo/views/ Developers can override any of these view files by replicating the exact ...
    • Source.Immo Distribution API

      Source.Immo offers the flexibility of it's API (Application Programming Interface) in order to interact with the normalized real estate data provided by the application. Click here to access the most recent API Reference
    • How to customize a default label

      Sometimes you need to change the default Label used on a button. In some situations like for the listing slider, you can specify it in the shortcode like this [si_list_slider type="hero" limit="5" detail_label="Details" show_navigation="true" ...