Shortcode support for src
-
I hacked the plugin to support shortcode in the src attribute. The hack looks like this
// does it contain a shortcode? $maybe_shortcode = "[$src/]"; $maybe_real = do_shortcode($maybe_shortcode); if ($maybe_shortcode != $maybe_real) { $src = $maybe_real; }
And you use it in a post like this
[podloveaudio src='s2File download="You-paid.mp3" download_key="true"'/]
Do you think it can be incorporated into the next release?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Shortcode support for src’ is closed to new replies.