I have used this code embed with dropbox links for years now and last week it stopped working. Strange thing is, there is one in all the site that still works in the Sennheiser project page.
When embedded content stops working, there are several common causes to check:
Your custom code should be free of any , , or tags, as these can conflict with Webflow’s structure. Since one embed is still working, compare its code with the non-working embeds to spot potential differences in formatting or structure. Also ensure all necessary opening and closing tags are present and properly matched.
For larger scripts, verify they don’t exceed the 50,000 character limit. If they do, consider hosting them on an external server and referencing them instead.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Thanks for the reply! Unfortunately I don’t think that is the issue as the links do still work. I tried updating them to new ones as well as keeping it to dl=1 instead of raw=1 but still don’t work. Any idea what else could it be?
It’s not because of Webflow. It’s an issue with Dropbox and or your account. That you can test by deploying your code somewhere else. I did. That is how I know.
You’d have to ask Dropbox. Dropbox isn’t supporting the required CORS headers for media files, so it could be intentional, or perhaps that’s only a restriction on free plans, or with the URL format you’re using.
Thanks Michael. I see Cloudflare R2 could be an option since it is free for small storage. I wondered if you knew how I would go about using the same format as I had but with cloudfare? Sorry I am not too good with code!
I managed to solve it with chatgpt, it needed a clean up on the code for it to work. For some bizarre reason webflow stopped rendering that code. Thanks!
You can host any file type you want on CF R2, but you’d need to move your DNS there first. I generally setup a subdomain like files.mysite.com against an R2 bucket for storing videos, PDFs and other large files that I don’t want consuming my WF hosting bandwidth.