How to bypass the 'Validation of Cookie Usage' error when using a SharinPix component in an Iframe?
Description of the error
Traditionally, the Iframe syntax used to embed a SharinPix component was as follows:
<apex:page standardController="Account" extensions="GetToken">
<iframe id="iframeId" class="sharinpix-iframe" src="https://app.sharinpix.com/?token={! SharinPixToken }"></iframe>
</apex:page>
Click to copy
However, some devices encountered a cookie-based error as depicted in the image below:

0 Comments
Add your comment