quick start

Open a chat room (30 seconds)

  1. A new room is created automatically with a unique URL

  2. Copy the URL from your browser and share it

  3. Anyone with the link can join instantly

That's it. No account, no email, no setup.


Embed the token widget (5 minutes)

circle-info

Embedding the widget requires a free whitelist approval. Your domain must be registered before the widget will load on your platform.

1

Apply for whitelist

Go to yaphub.xyz/whitelistarrow-up-right and submit your platform details. Approval takes under 24 hours and is free.

2

Get your embed code

Go to yaphub.xyz/integrationarrow-up-right, enter your token contract address, customise the colours, and copy the generated embed code.

3

Add to your platform

Paste the iframe code into your HTML where you want the widget to appear:

<iframe
  src="https://widget.yaphub.xyz/token/YOUR_CONTRACT_ADDRESS"
  sandbox="allow-scripts allow-same-origin allow-popups"
  referrerpolicy="no-referrer"
  width="380"
  height="600"
  frameborder="0"
></iframe>

Replace YOUR_CONTRACT_ADDRESS with the actual token contract address.


Test before going live

You can test the widget immediately at:

https://widget.yaphub.xyz/token/CONTRACT_ADDRESS

Or use the Widget Builder at yaphub.xyz/integrationarrow-up-right to preview different colour themes before copying your embed code.

Was this helpful?