I have a shortcode like this [soundcloud url="http://api.soundcloud.com/tracks/67658191" params="" width=" 100%" height="166" iframe="true" /]
How can I get the content of the URL part or extract the whole shortcode in a post and then display it?
do_shortcode doesn't help a lot.
I want to use that shortcode in my theme and since the URL part is dynamic I have difficulty of having it display dynamically.