Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Embed Ahey

vasanth edited this page Jul 16, 2025 · 3 revisions

Ahey can be embedded in any webpage using an <iframe>.


📋 Embed Code Example

Replace your-channel-here with the channel name you want to embed:

<iframe
  src="https://ahey.ney/your-channel-here?name=John"
  width="100%"
  height="600"
  style="border:0;"
  allow="camera; microphone; fullscreen; display-capture"
  frameBorder="0"
></iframe>

⚙️ Supported URL Parameters

Parameter Description Type Example Default
name Adds a default name for the user. string John null
chat Boolean to disable the chat feature. Set false to disable chat. boolean false true

Clone this wiki locally