How to Create a Vimeo Video Widget for Your Website – Easy Guide

  • Created : Apr, 16, 2024
  • Last Updated: Jul, 15, 2026

Creating a Vimeo video gallery widget & display on your website is easy, even if you’re not very tech-savvy! Here’s a simple guide to help you put Vimeo videos on your website using a tool called FeedWind. This lets your site show the newest videos automatically.

Step 1: Get the Vimeo Video Feed

First, you need the special web address (URL) that tells FeedWind where to find the videos:

  1. Visit the Vimeo Channel: Go to the Vimeo page with the videos you want to show. For example, We will use a design channel, & the address might look like this: https://vimeo.com/channels/lowcydizajnu/.
    Vimeo design channel
  2. Make a Feed URL: Add /videos/rss/ to the end of the Vimeo page address. Now, it should look like this: https://vimeo.com/channels/lowcydizajnu/videos/rss/.
    Or you can copy the video RSS feed URL from the channel page directly please check the following image for reference.
    Vimeo rss feed
  3. Check the Feed: Open this new address in your web browser to ensure it shows a list of videos. It might look weird, but it’s working as long as there’s stuff there!vimeo-rss-feed-xml

Step 2: Create a FeedWind Account

You need an account with FeedWind to make this work:

  1. Sign Up or Log In: Head to the FeedWind website (https://feedwind.com/) and either sign up for a new account or log in if you already have one.Sign-up & Login
  2. Start a New Widget: On your account dashboard, click on “Create Widget.”create widget button

Step 3: Make Your Vimeo Video Widget

Here’s how you set up the video display:

  1. Choose Widget Type: Pick “RSS Feed” since you want to show videos using RSS feeds.content-source-selection
  2. Enter Your Feed URL: Put the feed URL you made into the right spot.feed_url_entry
  3. Thumbnail selection: Select by <media_thumbnail>selection-media-thumbnail
  4. Style: Select Card stylecard-view-01
  5. Style Your Widget: Choose how big it should be, what colors to use, and what details to show, like video titles or pictures.FeedWind vs EmbedSocial - comparison
  6. Add Play button: Copy and paste custom css in the direct Input field
    CSS Code..fw-feed-item-image { position: relative; } .fw-feed-item-image:before { background: url(https://dl.dropbox.com/scl/fi/238ai1ehvbwd78r9ihj2s/vimeo-play-btn.png?rlkey=xr63j1xtz1mcw77jng86reilb&dl=0); position: absolute; background-repeat: no-repeat; content: ''; z-index: 1222; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 89px; height: 49px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .fw-feed-item-image:hover:before { -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); transform: translate(-50%, -50%) scale(1.2); }direct-input-field css
  7. Preview: You can look at a preview to see how it will look and make any necessary changes.

Step 4: Put the Widget on Your Website

  1. Get the Code: When happy with its appearance, click “Generate” to get the HTML code.example of copy widget code screen
  2. Add to Your Site: Copy this code and paste it into your website’s code where you want the videos to show up.

Step 5: Make Sure It Works

After you put the widget on your site:

  1. Test It Out: Visit your site to see if the videos appear right.
  2. Tweak If Needed: If it’s not looking or working right, you might need to adjust the settings back on FeedWind or double-check the feed URL.

And that’s it! Now your website will automatically display the latest videos from the Vimeo channel, keeping your visitors entertained and engaged with fresh content.


Related posts

Do You Need to Parse RSS or Use a Ready‑Made Widget?

Do You Need to Parse RSS or Use a Ready‑Made Widget?

RSS parsing vs RSS widget is a common dilemma for developers and marketers wanting fresh content like news or blogs...

Feedly vs. FeedWind: Your Secret Weapons for Stress-Free Content Magic

Feedly vs. FeedWind: Your Secret Weapons for Stress-Free Content Magic

How to Stay Organized and Impress Your Audience Ever feel like you’re drowning in browser tabs trying to keep...

RSS vs. Social Media for Content Discovery: Which is Better?

RSS vs. Social Media for Content Discovery: Which is Better?

Introduction Are the algorithms of social media failing you? Do you mindlessly scroll through an endless stream of content,...