Forum

Soundcloud

Has anyone integrated Perch with Soundcloud ?

Anthony George

Anthony George 0 points

  • 7 years ago

You could use <perch:content> in your template to add the ID of a soundcloud link to the embed code.

<perch:if exists="soundcloud_id">
       <iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/<perch:content id="soundcloud_id" type="text" label="Soundcloud ID" />"></iframe>
</perch:if>
Drew McLellan

Drew McLellan 2638 points
Perch Support

Otherwise, what sort of integration are you looking for?

I've added this code and received ( url parameter is not a valid SoundCloud URL. Learn more about using SoundCloud players. )