How to bypass the 'Validation of Cookie Usage' error when using a SharinPix component in an Iframe?
Description of the error
<apex:page standardController="Account" extensions="GetToken">
<iframe id="iframeId" class="sharinpix-iframe" src="https://app.sharinpix.com/?token={! SharinPixToken }"></iframe>
</apex:page>
Solution: Use of the postMessage method
PreviousHow to send more information for trouble shooting on the webNextHow to update the SharinPix package from the AppExchange?
Last updated
Was this helpful?

