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>
