Configure Deep Links for third-party apps

You might have deep links on your website for third-party apps, like Facebook or Twitter.

These deep links might not work out-of-the-box in your MobiLoud app and will require some extra app configuration.

To enable support for these deep links, you first need to identify the URLs that are used on them.

Facebook for example, will usually have something like this: fb://profile/10050099380

In your app advanced configuration you will want to add the following to support that specific type of deep link:

"Deep_Links": [
  {
  	"Scheme": "fb"
  },
  {
  	"Scheme": "twitter"
  }
]

With this code in place the app will understand that URLs starting with a specific scheme must be handled differently, and the links should open directly on the third-party app.

Thank you! We'll be in touch within 48 hours :)
Oops! Something went wrong while submitting the form.