3️⃣ Choose Widget Language
Use BlockBot widget in any programming language you prefer
Category
Languages
1. Using HTML
<iframe src="https://useblockbot.com/widget/api/v1?type=large&theme=light" style="height: 600px; width: 500px; border-radius: 20px; box-shadow: 0px 0px 15px 1px #00000021;" frameborder="0"></iframe><iframe src="https://useblockbot.com/widget/api/v1?type=compact&theme=light" style="width: 300px; height: 300px; border-radius: 20px; box-shadow: 0px 0px 15px 1px #00000021;" frameborder="0"></iframe><iframe src="https://useblockbot.com/widget/api/v1?type=qrcode&theme=light" style="width: 400px; height: 400px; border-radius: 20px; box-shadow: 0px 0px 15px 1px #00000021;" frameborder="0"></iframe>2. Using React/TypeScript
<iframe src="https://useblockbot.com/widget/api/v1?type=large&theme=light" style={{ width: "500px", height: "600px", borderRadius: "20px", boxShadow: "0px 0px 15px 1px #00000021" }} frameBorder="0" />3. Using Vue
Last updated