Hi,
I love to design a website on Wix but I’m not a hardcore coder but recently I started developing a website for fun where I want that registered user on my website will submit their channel id/name (which is stored in database )& thier channel subscriber live count, channel profile image & channel name will show on repeaters on my website homepage.
Here I designed the front end & I worked on some backend code according to my understanding but I’m not sure is that correct or not,
The reason I’m here because I’m not able to understand how can I store channel id on my database where the live count of channels submitted on the database will show on repeaters.
Below images will show you what I want to develop
Backend :
Page Code on the form page:

The above code will refer to this article : https://support.wix.com/en/article/corvid-accessing-third-party-services-with-the-fetch-api
I hope you understand & help me to do this project to understand how to call third party api in Wix
api #youtube #wixapi #databse
Hey, guys today i updated the code according to my understanding because right now i’m learning javascript.
Here i changed the code to view live subscriber count on repeaters which is connected to database as mentioned above please help me in this project. Thanks in advance
To understand this project don’t forget to read the above images.
Live count id = liveCount, channelimage: image, channel name: cname
Every time I want to submit the channel id the options are disabled on live site:
My backend code:
On the repeater page:
#wixfetch #database #repeater
You have multiple errors in your code, some of which are even marked in the Editor’s code panel.
You should first review the Corvid documentation:
Corvid Articles
Corvid API Reference
Pay special attention to the discussion on $w .
@yisrael-wix I hope you understand my project but i’m not able to understand how can i call youtube api in repeater i already done this project in simple way with some html & javascript but i want to apply on repeaters using wix that means when i submit channel id to the database it start showing live count of that channel on repeater if it is possible to do in wix please give me suggestion how can i call & correct these errors via code
@jayitsvcool If you “want to apply on repeaters using wix”, you will first learn how to program on Wix using Corvid. See the documentation. You can also see the following example which uses a Repeater.
Search a Database
Add search functionality to your site by adding input elements to the page and then adding code to enable a search.
You may also want to check out the WixArena - it’s a hub where you can look for Corvid (and other) experts for hire.