embed code
Basic embed
<iframe
src="https://widget.yaphub.xyz/token/CONTRACT_ADDRESS"
width="380"
height="600"
frameborder="0"
></iframe>Recommended embed (with security attributes)
<!-- YAP Anonymous Chat Widget -->
<!-- Docs: docs.yaphub.xyz -->
<iframe
src="https://widget.yaphub.xyz/token/CONTRACT_ADDRESS"
sandbox="allow-scripts allow-same-origin allow-popups"
referrerpolicy="no-referrer"
width="380"
height="600"
frameborder="0"
></iframe>Sandbox attributes explained
Attribute
Purpose
Omitted
Why
With custom colours
Responsive sizing
React / JSX
Vue
Was this helpful?