Iframe integration
Embed an iframe in your website in 2 steps
Step 1: Copy the code snippet below and paste to your webpage.
Required params:
userId
,apiKey
(see all params)Environment params:
Widget_URL
(see all params)
<iframe
src="{{Widget_URL}}?fiat=USD&crypto=ETH-ethereum&fiatAmount=100
&receiveWalletAddress=0xabc&userId=gamer-id&apiKey={{API-KEY}}
&fiatList=vnd,usd&cryptoList=ETH-ethereum,BTC-bitcoin"
height="420px"
width="550px"
title="Poko widget"
frameborder="0"
allow="autoplay; camera; clipboard-read; clipboard-write"
style="box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);"
> </iframe>
Step 2: Customize your widget by adding URL parameters.
Example
Please visit our product page to see an example of iframe integration here
Last updated