Youtube channel inegration?

Hi,
How can I integrate my youtube channel in my webflow website ?
I want to make a gallery of videos, that updates automatically when I upload new videos to my youtube channel

Thanks :slight_smile:

1 Like

<iframe src="http://www.youtube.com/embed/?listType=user_uploads&list=YOURCHANNELNAME" width="480" height="400" frameBorder="0"></iframe>

1 Like

It can proves more efficient to embed a Playlist.

For the playlist you want to embed, click its title.
Click Share .
Click Embed.
From the box that appears, copy the HTML code.
Paste the code into your blog or website HTML.

I know that …
but in that way the videos will appear one by one … I want then to appear like a gallery

1 Like

Then you need to use Youtube API, so that you do exactly what you want in your layout. But I heard that it’s a difficult API to work with.

If you use the CMS you can make a very nice gallery of video, and it will be easy afterwards to add a new video. Not automatic but as easy as making a new CMS post.

1 Like

This topic was automatically closed after 60 days. New replies are no longer allowed.