A sleek, ready-to-deploy web application for creating embeddable Twitch.tv player links with zero backend requirements.
Live Demo: https://adiru3.github.io/Twitch-Embed-Generator/
One-Click Test (replace CHANNEL_NAME):
- Create a new GitHub repository
- Copy the
index.htmlcode into your repository - Enable GitHub Pages in repository Settings โ Pages
- Done! Your generator is live at
https://your-username.github.io/repo-name
This web application solves a common problem: creating standalone, embeddable Twitch player pages without needing backend infrastructure. Simply enter any Twitch channel name, and instantly get a shareable URL with a fully functional Twitch player embedded.
| Feature | Description | Benefit |
|---|---|---|
| ๐ฎ Instant Channel Embedding | Enter any Twitch channel, get live player immediately | No technical knowledge needed |
| ๐ Smart URL Parameters | Direct links via ?channel=CHANNEL_NAME parameter |
Shareable, bookmarkable links |
| ๐ฑ Fully Responsive Design | Adapts perfectly to desktop, tablet, and mobile | Use anywhere, on any device |
| ๐ One-Click Link Copying | Copy generated embed URL with a single click | Easy integration into other tools |
| โก Zero Backend Required | 100% HTML/CSS/JavaScript - deploys anywhere | Free hosting on GitHub Pages |
| ๐ Real-time URL Updates | Browser history updates without page reloads | Smooth user experience |
graph TD
A[User Input/URL Parameter] --> B{Channel Name}
B --> C[Twitch Player API v1.js]
C --> D[Embed Player Creation]
D --> E[Shareable URL Generation]
E --> F[Copy to Clipboard]
style A fill:#9146FF,color:#fff
style F fill:#28a745,color:#fff