Using in your own mobile app

It is possible to use SharinPix both in the online and offline experience.

Online usage

Throughout the online experience, which evidently requires a constant and consistent internet connectivity, one approach arise:

SharinPix inside Webform

  • It is possible to use an Iframe html element that displays the SharinPix Album within an web form Page.

  • The SharinPix URL fed to the src attribute of the Iframe element should have the following structure:

https://app.sharinpix.com/pagelayout/album_id?token=token_value

where,

  • album_id corresponds to the album you intend to display

  • token_value corresponds to the abilities of the SharinPix Album

The screenshot below shows how the album should appear:

Offline usage

circle-exclamation

Throughout the offline experience, which in this case presents an absence of internet connectivity, one main main approach to use SharinPix arise:

  • Use a custom deeplink to launch the SharinPix Mobile Application from your own Mobile Application.

  • For example, the custom deeplink for upoading images should be in the follow form:

where,

  • token_value corresponds to the abilities of the SharinPix Album where the images are to be uploaded to.

Last updated

Was this helpful?