Extract Parameters from URL to display Album
Structure of the SharinPix URL
https://app.sharinpix.com/pagelayout/album_id?token=token_valueGet Parameters inside a Visualforce Page
{!$CurrentPage.parameters.url}<apex:page >
<iframe src="{!$CurrentPage.parameters.url}&annotate={! $CurrentPage.Parameters.annotation}" width="100%" height="500px">
</iframe>
</apex:page>Get Parameters inside Lightning Component
Retrieve SharinPix Parameters from a personalized URL
Obtain a SharinPix URL
Create a Visualforce Page for SharinPix Album
Create a custom link
PreviousIntegrating SharinPix with Salesforce Mobile App using Lightning Action and VisualforceNextFullscreen Image Viewer
Last updated
Was this helpful?

