Comment on page

Iframe integration

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