YouTube
OBS & Streamlabs ready
YouTube Live Likes, Views & Comments Counter
Lightweight widget for OBS Studio and Streamlabs (Browser Source).
Viewers
0
Views
0
Likes
0
Comments
0
Copied to clipboard!
YouTube Live Counter Features
📊 Track Live Likes & Views
Monitor likes 👍 & views 👀 in real time to keep your audience engaged.
🔗 Seamless OBS Integration
Drop the generated URL into a Browser Source and you’re live no extra plugins.
⚡ Instant Updates
Fast refresh for viewers, views, likes, and comments perfect for interactive streams.
🔥 How to Get a FREE YouTube API Key
Use your own YouTube API key due to quota limits. Then paste it above to generate your OBS URL.
Sign in at console.cloud.google.com → “Select a Project” → Create.
Go to APIs & Services → Library, search “YouTube Data API v3”, and click Enable.
APIs & Services → Credentials → Create Credentials → API key. Optionally restrict the key.
🎯 Done! Use the key with the generator above for your OBS Browser Source.
🎨 Customize the Widget in OBS (CSS)
Each icon, label, and odometer value has its own selector for total styling freedom.
#icon-viewers / #label-viewers / #value-viewers
#icon-views / #label-views / #value-views
#icon-likes / #label-likes / #value-likes
#icon-comments / #label-comments / #value-comments
Apply in OBS: Browser Source → Properties → Custom CSS.
🖌️ Example Custom CSS
/* Make the viewers icon red */
#icon-viewers i { color: red; }
/* Change the font and size of the viewers label */
#label-viewers {
font-family: 'Arial Black', sans-serif;
font-size: 18px;
color: #ffcc00;
}
/* Make the viewer count bold and larger */
#value-viewers {
font-size: 36px;
font-weight: bold;
color: #00ffcc;
}
/* Hide comments section */
.stat-comments { display: none; }
🧪 Try shadows, subtle animations, and custom fonts. Your stream, your style!