hello
i have 3 subpages on my website and i want each subpage to show a category of videos only, not all my videos
is there a way to do this?
Please help!
hello
i have 3 subpages on my website and i want each subpage to show a category of videos only, not all my videos
is there a way to do this?
Please help!
What are you using to show your videos?
https://support.wix.com/en/wix-video/getting-started-with-wix-video
https://support.wix.com/en/article/creating-a-channel-in-wix-video
Do something like the channel link above, which doesn’t involve code and if you have any issues with that go through Wix Support.
https://support.wix.com/en/article/contacting-wix-support
Otherwise, just add a dataset to each subpage that only contains the videos needed for each particular page and simply use each dataset with code and you can use either the Video API or the VideoPlayer API.
https://www.wix.com/corvid/reference/$w.Video.html
https://www.wix.com/corvid/reference/$w.VideoPlayer.html
Hey,
It depends on the way you store your videos.
You could implement it by storing them in separate datasets and connect each of them the relevant subpage using data binding.
If you have all the videos stored together, you will need to filter the collection and populate the results to the relevant element.
thanks it worked both ways!