-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The YouTube subscriber count shown on the website is hardcoded to "265k", but the actual subscriber count has increased to "266k+". This causes the displayed value to be inaccurate over time.
To Reproduce
- Go to the home page of the site.
- Scroll down to the stats section where social media metrics are shown.
- Observe the YouTube subscriber count value.
Expected behavior
The subscriber count should update dynamically by fetching the latest count from the YouTube Data API instead of being hardcoded.
Screenshots/Videos
Additional context
This could be fixed by integrating YouTube's public Data API (v3) to fetch subscriber count from the backend periodically or at runtime and display the actual value.
API reference: https://developers.google.com/youtube/v3/docs/channels/list
Please checkmark the following checklist
- I make sure that similar issue is not opened
rameshwar89
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working