Webflow sync, pageviews & more.
NEW

The Top 6 Music Webflow cloneables

Spicen things up with these amazing Music Webflow cloneables. Add MP3 players, CMS audio players and more via these Webflow cloneables

Filters
Sort by
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Reset all
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

Want to add an audio player in your Webflow site? Here's a way of adding a Webflow CMS powered HTML audio player to your Webflow sites. This allows you to add standard browser designs, custom styles and designs via jQuery and much more to your Webflow projects. While Webflow doesn't allow you to host MP3 files natively there are other free external hosting options, such as Dropbox, that will allow it.

Here's a way to add background video, with sound, to your Webflow site that features a mute/unmute button. This is completed using plyr.js plugin and works on any Webflow site. Perfect for background videos or other sections that require sound/audio but with the ability for users to mute and unmute. Be sure to add the html video embed, as well as the plyr.js code found in the closing body tag section of the Page Settings.

A unique javascript powered Webflow interaction in which images change on items in viewport and a clicking sound is triggered for each new item that's centered in the viewport. As mentioned this utilizes a custom javascript which is found in the pages custom code section. This script allows you to utilize Webflow's native CMS to create a list of text items and associated images with each CMS item. As the user scrolls down the list of text items, the items that are centered in view become highlighted white, the primary CMS image is shown and a clicking sound is played. A unique and fun way of adding a little bit of JS to your site to create unique, and effective Webflow interactions.

Here's a way to add a simple MP3 audio player that hides the browsers default audio controls and works seamlessly with Webflow's CMS collections. This does require some custom code in order for this to work and you will need to host your MP3 files externally as Webflow doesn't allow MP3 filetypes. Be sure to add the custom code found within the head and body tags within the Page Settings.

Adding and playing audio on Webflow can be difficult. Here's a way to have as many different audio files as you want which will play/pause every time you click a button. Please note that this only works on the published site and not the builder. Add an embed block on your project with as many audio tags as you want. You have to use the unique id for each one. For example, <audio id="player1" loop src"your-song.mp3"></audio> The second one needs to be labeled with id player2. Add a button for each audio tag with the unique element ID of the previous items. Copy the code within the before body tag with the ids of the buttons that you added.

Here's a way to have a CMS driven music player, with download functionality for your Webflow site.