Reputation: 11
I am having a minor problem when using the soundcloud embed code on my wordpress site.
Its working fine, its just it shows the artist username and the track, I just want it to show the track name.
Here is my code
<iframe width="106%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/63156530&color=6f0025&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false"></iframe>
If you see the image below, you can see why I want to do this. http://gyazo.com/693c03cd588c61a056001eced99952ff
Any help or suggestions are appreciated.
Thanks.
Upvotes: 1
Views: 238
Reputation: 1013
<iframe width="106%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/63156530&color=6f0025&auto_play=false&hide_related=true&show_comments=false&show_user=false&show_reposts=false"></iframe>
That should work. For the next time, this is more related with HTML than with Wordpress
Upvotes: 2