Trying to integrate content from my Veetle.com channel onto my personal website has proven to be quite the challenge. Initially, I attempted to modify an iframe with CSS to display only the schedule information, but encountered limitations due to using 3rd party domains.
Eliminating unwanted elements using inline styles was not a viable option either, as it would still allow audio from the broadcast to play in the background. This led me to experiment with Javascript solutions, only to face the same obstacle of working within an iframe on a different domain.
If anyone has any innovative ideas or suggestions to tackle this issue, I am all ears!