can i embed a whole youtube channel ? not just a player

Viewed 17

i want to embed a whole youtube channel not just a video with html, react js

i can emebed a video with iframe, but i can't find how to embed a whole youtube channel

i have tried this but not for whole channle

          <iframe
        src="https://www.youtube.com/embed/?listType=user_uploads&list=UC4P7F8qenDo1O_5NvgBb_cg"
        width="480"
        height="400"
      ></iframe>

HTML video tag display Youtube video

0 Answers
Related