If you're looking for alternative options to the Soundcloud embed widget for hosting audio tracks on a Webflow site with text and image commentary below, there are several options you can consider. Here are a few suggestions:
1. Custom HTML5 Audio Player: You can create a custom HTML5 audio player using the Webflow CMS and some custom code. There are many open-source audio player libraries available, such as Plyr or Wavesurfer, that you can integrate into your Webflow site. These libraries provide customizable audio player interfaces that you can style to match your site's design.
To implement this, you would need to upload your audio tracks to your Webflow CMS and create a collection to store the track information, including the audio file URL, text, and image commentary. Then, using custom code, you can retrieve the track information from the CMS and dynamically generate the audio player interface on your site.
2. Hosted Audio Player Services: There are several third-party audio player services that you can use to host and embed your audio tracks on your Webflow site. These services provide embed codes that you can easily add to your Webflow pages.
One popular option is SoundManager 2, which allows you to stream audio from various sources, including self-hosted files or external URLs. It provides a customizable HTML5 audio player that you can embed on your site with text and image commentary below.
Another option is Podigee, a podcast hosting service that provides an embeddable audio player designed specifically for podcast episodes. You can upload your audio files to Podigee and embed the player on your Webflow site, along with any accompanying text and image commentary.
3. Hosting audio files on a cloud storage service: If you prefer more control over your audio hosting, you can host your audio files on a cloud storage service like Amazon S3, Google Cloud Storage, or Dropbox. These services allow you to store and serve audio files directly from their servers.
To integrate this with your Webflow site, you can use custom code to create a media player interface that fetches the audio file from the cloud storage service when the user clicks play. You can also store the text and image commentary in your Webflow CMS and associate it with the respective audio file.
These are just a few alternative options to consider for hosting audio tracks on a Webflow site with text and image commentary below. Each option has its own advantages and technical requirements, so it's important to choose the one that best fits your project's needs and technical expertise.